COLOR #554D21

HEX: #554D21
RGB: (85,77,33)

Color info

#554D21 contains red, green and blue colors in about the same proportion. Web safe color of #554D21 is #663333 (or #633).

RGB color model

#554D21 color RGB value is (85,77,33).

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

RGB channels and saturation

R 85 of 255 = 33%
G 77 of 255 = 30%
B 33 of 255 = 13%

85
77
33

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

Portions of RGB colors in percentages

R + G + B =
85 + 77 + 33 = 195 (100%)
R 85 of 195 ~ 43.59%
G 77 of 195 ~ 39.49%
B 33 of 195 ~ 16.92%

%43.59
%39.49
%16.92

CMYK color model

#554D21 color CMYK value is (0,9,61,67).

  • cyan value is 0.00%
  • magenta value is 9.41%
  • yellow value is 61.18%
  • key color value is 66.67%
CMYK:
(0,9,61,67)
C0M9Y61K67 
(0%,9%,61%,67%)
(0.00/0.09/0.61/0.67)	

CMYK percentages

%0
%9.41
%61.18
%66.67

Codes

Color #554D21 in popluar color models

554D21
RGB857733
HSL51°44.07%23.14%
HSB/HSV51°61.18%33.33%
CMYK0.00%9.41%61.18%
66.67%

Color #554D21 in popluar number systems.

HEX554D21
Decimal857733
Binary10101011001101100001
Octal12511541

Shades and tints

Shades of #554D21

#554D21
(85,77,33)
#4E461E
(78,70,30)
#473F1B
(71,63,27)
#403818
(64,56,24)
#393115
(57,49,21)
#322A12
(50,42,18)
#2B230F
(43,35,15)
#241C0C
(36,28,12)
#1D1509
(29,21,9)
#160E06
(22,14,6)
#0F0703
(15,7,3)
#000000
(0,0,0)

Tints of #554D21

#554D21
(85,77,33)
#645D35
(100,93,53)
#736D49
(115,109,73)
#827D5D
(130,125,93)
#918D71
(145,141,113)
#A09D85
(160,157,133)
#AFAD99
(175,173,153)
#BEBDAD
(190,189,173)
#CDCDC1
(205,205,193)
#DCDDD5
(220,221,213)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554D21; }

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

This text font color is #554D21.


Background Color

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

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

This div background color is #554D21.


Border color

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

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

This div border color is #554D21.


Opacity

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

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

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

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

This text has shadow with #554D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554D21 on black background.


Color preview on white background

This text has color #554D21 on white background.



Black color preview on #554D21 background

This text has black color on #554D21 background.


White color preview on #554D21 background

This text has white color on #554D21 background.