COLOR #555418

HEX: #555418
RGB: (85,84,24)

Color info

#555418 contains mainly red and green colors. Web safe color of #555418 is #666600 (or #660).

RGB color model

#555418 color RGB value is (85,84,24).

  • red value is 85;
  • green value is 84;
  • blue value is 24.
RGB:
(85,84,24)
(33%,33%,9%)

RGB channels and saturation

R 85 of 255 = 33%
G 84 of 255 = 33%
B 24 of 255 = 9%

85
84
24

R + G + B ~ 25%. #555418 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 84 + 24 = 193 (100%)
R 85 of 193 ~ 44.04%
G 84 of 193 ~ 43.52%
B 24 of 193 ~ 12.44%

%44.04
%43.52
%12.44

CMYK color model

#555418 color CMYK value is (0,1,72,67).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 71.76%
  • key color value is 66.67%
CMYK:
(0,1,72,67)
C0M1Y72K67 
(0%,1%,72%,67%)
(0.00/0.01/0.72/0.67)	

CMYK percentages

%0
%1.18
%71.76
%66.67

Codes

Color #555418 in popluar color models

555418
RGB858424
HSL59°55.96%21.37%
HSB/HSV59°71.76%33.33%
CMYK0.00%1.18%71.76%
66.67%

Color #555418 in popluar number systems.

HEX555418
Decimal858424
Binary1010101101010011000
Octal12512430

Shades and tints

Shades of #555418

#555418
(85,84,24)
#4E4D16
(78,77,22)
#474614
(71,70,20)
#403F12
(64,63,18)
#393810
(57,56,16)
#32310E
(50,49,14)
#2B2A0C
(43,42,12)
#24230A
(36,35,10)
#1D1C08
(29,28,8)
#161506
(22,21,6)
#0F0E04
(15,14,4)
#000000
(0,0,0)

Tints of #555418

#555418
(85,84,24)
#64632D
(100,99,45)
#737242
(115,114,66)
#828157
(130,129,87)
#91906C
(145,144,108)
#A09F81
(160,159,129)
#AFAE96
(175,174,150)
#BEBDAB
(190,189,171)
#CDCCC0
(205,204,192)
#DCDBD5
(220,219,213)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555418 color. Also use rgb(85,84,24) instead hex code.

Text Font Color

.myTextColor { color: #555418; }

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

This text font color is #555418.


Background Color

.myBgColor { background-color: #555418; }

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

This div background color is #555418.


Border color

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

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

This div border color is #555418.


Opacity

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

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

Text with #555418 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 #555418;}

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

This text has shadow with #555418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555418 on black background.


Color preview on white background

This text has color #555418 on white background.



Black color preview on #555418 background

This text has black color on #555418 background.


White color preview on #555418 background

This text has white color on #555418 background.