COLOR #554D09

HEX: #554D09
RGB: (85,77,9)

Color info

#554D09 contains mainly red and green colors. Web safe color of #554D09 is #663300 (or #630).

RGB color model

#554D09 color RGB value is (85,77,9).

  • red value is 85;
  • green value is 77;
  • blue value is 9.
RGB:
(85,77,9)
(33%,30%,4%)

RGB channels and saturation

R 85 of 255 = 33%
G 77 of 255 = 30%
B 9 of 255 = 4%

85
77
9

R + G + B ~ 22%. #554D09 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 77 + 9 = 171 (100%)
R 85 of 171 ~ 49.71%
G 77 of 171 ~ 45.03%
B 9 of 171 ~ 5.26%

%49.71
%45.03

CMYK color model

#554D09 color CMYK value is (0,9,89,67).

  • cyan value is 0.00%
  • magenta value is 9.41%
  • yellow value is 89.41%
  • key color value is 66.67%
CMYK:
(0,9,89,67)
C0M9Y89K67 
(0%,9%,89%,67%)
(0.00/0.09/0.89/0.67)	

CMYK percentages

%0
%9.41
%89.41
%66.67

Codes

Color #554D09 in popluar color models

554D09
RGB85779
HSL54°80.85%18.43%
HSB/HSV54°89.41%33.33%
CMYK0.00%9.41%89.41%
66.67%

Color #554D09 in popluar number systems.

HEX554D09
Decimal85779
Binary101010110011011001
Octal12511511

Shades and tints

Shades of #554D09

#554D09
(85,77,9)
#4E4609
(78,70,9)
#473F09
(71,63,9)
#403809
(64,56,9)
#393109
(57,49,9)
#322A09
(50,42,9)
#2B2309
(43,35,9)
#241C09
(36,28,9)
#1D1509
(29,21,9)
#160E09
(22,14,9)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #554D09

#554D09
(85,77,9)
#645D1F
(100,93,31)
#736D35
(115,109,53)
#827D4B
(130,125,75)
#918D61
(145,141,97)
#A09D77
(160,157,119)
#AFAD8D
(175,173,141)
#BEBDA3
(190,189,163)
#CDCDB9
(205,205,185)
#DCDDCF
(220,221,207)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554D09 color. Also use rgb(85,77,9) instead hex code.

Text Font Color

.myTextColor { color: #554D09; }

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

This text font color is #554D09.


Background Color

.myBgColor { background-color: #554D09; }

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

This div background color is #554D09.


Border color

.myBorderColor { border: 1px solid #554D09; }

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

This div border color is #554D09.


Opacity

.myOpacity80 { color: #554D09; opacity: 0.8; }

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

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

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

This text has shadow with #554D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554D09 on black background.


Color preview on white background

This text has color #554D09 on white background.



Black color preview on #554D09 background

This text has black color on #554D09 background.


White color preview on #554D09 background

This text has white color on #554D09 background.