COLOR #554316

HEX: #554316
RGB: (85,67,22)

Color info

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

RGB color model

#554316 color RGB value is (85,67,22).

  • red value is 85;
  • green value is 67;
  • blue value is 22.
RGB:
(85,67,22)
(33%,26%,9%)

RGB channels and saturation

R 85 of 255 = 33%
G 67 of 255 = 26%
B 22 of 255 = 9%

85
67
22

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

Portions of RGB colors in percentages

R + G + B =
85 + 67 + 22 = 174 (100%)
R 85 of 174 ~ 48.85%
G 67 of 174 ~ 38.51%
B 22 of 174 ~ 12.64%

%48.85
%38.51
%12.64

CMYK color model

#554316 color CMYK value is (0,21,74,67).

  • cyan value is 0.00%
  • magenta value is 21.18%
  • yellow value is 74.12%
  • key color value is 66.67%
CMYK:
(0,21,74,67)
C0M21Y74K67 
(0%,21%,74%,67%)
(0.00/0.21/0.74/0.67)	

CMYK percentages

%0
%21.18
%74.12
%66.67

Codes

Color #554316 in popluar color models

554316
RGB856722
HSL43°58.88%20.98%
HSB/HSV43°74.12%33.33%
CMYK0.00%21.18%74.12%
66.67%

Color #554316 in popluar number systems.

HEX554316
Decimal856722
Binary1010101100001110110
Octal12510326

Shades and tints

Shades of #554316

#554316
(85,67,22)
#4E3D14
(78,61,20)
#473712
(71,55,18)
#403110
(64,49,16)
#392B0E
(57,43,14)
#32250C
(50,37,12)
#2B1F0A
(43,31,10)
#241908
(36,25,8)
#1D1306
(29,19,6)
#160D04
(22,13,4)
#0F0702
(15,7,2)
#000000
(0,0,0)

Tints of #554316

#554316
(85,67,22)
#64542B
(100,84,43)
#736540
(115,101,64)
#827655
(130,118,85)
#91876A
(145,135,106)
#A0987F
(160,152,127)
#AFA994
(175,169,148)
#BEBAA9
(190,186,169)
#CDCBBE
(205,203,190)
#DCDCD3
(220,220,211)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554316 color. Also use rgb(85,67,22) instead hex code.

Text Font Color

.myTextColor { color: #554316; }

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

This text font color is #554316.


Background Color

.myBgColor { background-color: #554316; }

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

This div background color is #554316.


Border color

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

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

This div border color is #554316.


Opacity

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

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

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

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

This text has shadow with #554316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554316 on black background.


Color preview on white background

This text has color #554316 on white background.



Black color preview on #554316 background

This text has black color on #554316 background.


White color preview on #554316 background

This text has white color on #554316 background.