COLOR #554D13

HEX: #554D13
RGB: (85,77,19)

Color info

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

RGB color model

#554D13 color RGB value is (85,77,19).

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

RGB channels and saturation

R 85 of 255 = 33%
G 77 of 255 = 30%
B 19 of 255 = 7%

85
77
19

R + G + B ~ 23%. #554D13 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 77 + 19 = 181 (100%)
R 85 of 181 ~ 46.96%
G 77 of 181 ~ 42.54%
B 19 of 181 ~ 10.5%

%46.96
%42.54
%10.5

CMYK color model

#554D13 color CMYK value is (0,9,78,67).

  • cyan value is 0.00%
  • magenta value is 9.41%
  • yellow value is 77.65%
  • key color value is 66.67%
CMYK:
(0,9,78,67)
C0M9Y78K67 
(0%,9%,78%,67%)
(0.00/0.09/0.78/0.67)	

CMYK percentages

%0
%9.41
%77.65
%66.67

Codes

Color #554D13 in popluar color models

554D13
RGB857719
HSL53°63.46%20.39%
HSB/HSV53°77.65%33.33%
CMYK0.00%9.41%77.65%
66.67%

Color #554D13 in popluar number systems.

HEX554D13
Decimal857719
Binary1010101100110110011
Octal12511523

Shades and tints

Shades of #554D13

#554D13
(85,77,19)
#4E4612
(78,70,18)
#473F11
(71,63,17)
#403810
(64,56,16)
#39310F
(57,49,15)
#322A0E
(50,42,14)
#2B230D
(43,35,13)
#241C0C
(36,28,12)
#1D150B
(29,21,11)
#160E0A
(22,14,10)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #554D13

#554D13
(85,77,19)
#645D28
(100,93,40)
#736D3D
(115,109,61)
#827D52
(130,125,82)
#918D67
(145,141,103)
#A09D7C
(160,157,124)
#AFAD91
(175,173,145)
#BEBDA6
(190,189,166)
#CDCDBB
(205,205,187)
#DCDDD0
(220,221,208)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554D13; }

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

This text font color is #554D13.


Background Color

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

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

This div background color is #554D13.


Border color

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

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

This div border color is #554D13.


Opacity

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

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

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

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

This text has shadow with #554D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554D13 on black background.


Color preview on white background

This text has color #554D13 on white background.



Black color preview on #554D13 background

This text has black color on #554D13 background.


White color preview on #554D13 background

This text has white color on #554D13 background.