COLOR #484017

HEX: #484017
RGB: (72,64,23)

Color info

#484017 contains red, green and blue colors in about the same proportion. Web safe color of #484017 is #333300 (or #330).

RGB color model

#484017 color RGB value is (72,64,23).

  • red value is 72;
  • green value is 64;
  • blue value is 23.
RGB:
(72,64,23)
(28%,25%,9%)

RGB channels and saturation

R 72 of 255 = 28%
G 64 of 255 = 25%
B 23 of 255 = 9%

72
64
23

R + G + B ~ 21%. #484017 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 64 + 23 = 159 (100%)
R 72 of 159 ~ 45.28%
G 64 of 159 ~ 40.25%
B 23 of 159 ~ 14.47%

%45.28
%40.25
%14.47

CMYK color model

#484017 color CMYK value is (0,11,68,72).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 68.06%
  • key color value is 71.76%
CMYK:
(0,11,68,72)
C0M11Y68K72 
(0%,11%,68%,72%)
(0.00/0.11/0.68/0.72)	

CMYK percentages

%0
%11.11
%68.06
%71.76

Codes

Color #484017 in popluar color models

484017
RGB726423
HSL50°51.58%18.63%
HSB/HSV50°68.06%28.24%
CMYK0.00%11.11%68.06%
71.76%

Color #484017 in popluar number systems.

HEX484017
Decimal726423
Binary1001000100000010111
Octal11010027

Shades and tints

Shades of #484017

#484017
(72,64,23)
#423B15
(66,59,21)
#3C3613
(60,54,19)
#363111
(54,49,17)
#302C0F
(48,44,15)
#2A270D
(42,39,13)
#24220B
(36,34,11)
#1E1D09
(30,29,9)
#181807
(24,24,7)
#121305
(18,19,5)
#0C0E03
(12,14,3)
#000000
(0,0,0)

Tints of #484017

#484017
(72,64,23)
#58512C
(88,81,44)
#686241
(104,98,65)
#787356
(120,115,86)
#88846B
(136,132,107)
#989580
(152,149,128)
#A8A695
(168,166,149)
#B8B7AA
(184,183,170)
#C8C8BF
(200,200,191)
#D8D9D4
(216,217,212)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484017 color. Also use rgb(72,64,23) instead hex code.

Text Font Color

.myTextColor { color: #484017; }

<p style="color:#484017">This sample text font color is #484017.</p>

This text font color is #484017.


Background Color

.myBgColor { background-color: #484017; }

<div style="background-color:#484017">Inner text</div>

This div background color is #484017.


Border color

.myBorderColor { border: 1px solid #484017; }

<div style="border:3px solid #484017">Div</div>

This div border color is #484017.


Opacity

.myOpacity80 { color: #484017; opacity: 0.8; }

<p style="color:#484017;opacity:0.8;">80%</p>

Text with #484017 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #484017;}

<p style="text-shadow: 3px 3px 1px #484017">Text here.</p>

This text has shadow with #484017 color.

.textShadow {text-shadow: 3px 3px 1px #484017, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #484017, 5px 5px 20px red">Text here.</p>

This text has shadow with #484017 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#484017, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#484017, Direction=45, Strength=4)">Text</p>

This text has shadow with #484017 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #484017;
  -webkit-box-shadow:	1px 1px 3px 2px #484017;
  box-shadow:		1px 1px 3px 2px #484017;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #484017;
-webkit-box-shadow: 1px 1px 3px 2px #484017;
box-shadow:1px 1px 3px 2px #484017;">
Div content here</div>
This div box has shadow with color #484017.

Preview

Color preview on black background

This text has color #484017 on black background.


Color preview on white background

This text has color #484017 on white background.



Black color preview on #484017 background

This text has black color on #484017 background.


White color preview on #484017 background

This text has white color on #484017 background.