COLOR #554019

HEX: #554019
RGB: (85,64,25)

Color info

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

RGB color model

#554019 color RGB value is (85,64,25).

  • red value is 85;
  • green value is 64;
  • blue value is 25.
RGB:
(85,64,25)
(33%,25%,10%)

RGB channels and saturation

R 85 of 255 = 33%
G 64 of 255 = 25%
B 25 of 255 = 10%

85
64
25

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

Portions of RGB colors in percentages

R + G + B =
85 + 64 + 25 = 174 (100%)
R 85 of 174 ~ 48.85%
G 64 of 174 ~ 36.78%
B 25 of 174 ~ 14.37%

%48.85
%36.78
%14.37

CMYK color model

#554019 color CMYK value is (0,25,71,67).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 70.59%
  • key color value is 66.67%
CMYK:
(0,25,71,67)
C0M25Y71K67 
(0%,25%,71%,67%)
(0.00/0.25/0.71/0.67)	

CMYK percentages

%0
%24.71
%70.59
%66.67

Codes

Color #554019 in popluar color models

554019
RGB856425
HSL39°54.55%21.57%
HSB/HSV39°70.59%33.33%
CMYK0.00%24.71%70.59%
66.67%

Color #554019 in popluar number systems.

HEX554019
Decimal856425
Binary1010101100000011001
Octal12510031

Shades and tints

Shades of #554019

#554019
(85,64,25)
#4E3B17
(78,59,23)
#473615
(71,54,21)
#403113
(64,49,19)
#392C11
(57,44,17)
#32270F
(50,39,15)
#2B220D
(43,34,13)
#241D0B
(36,29,11)
#1D1809
(29,24,9)
#161307
(22,19,7)
#0F0E05
(15,14,5)
#000000
(0,0,0)

Tints of #554019

#554019
(85,64,25)
#64512D
(100,81,45)
#736241
(115,98,65)
#827355
(130,115,85)
#918469
(145,132,105)
#A0957D
(160,149,125)
#AFA691
(175,166,145)
#BEB7A5
(190,183,165)
#CDC8B9
(205,200,185)
#DCD9CD
(220,217,205)
#EBEAE1
(235,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554019 color. Also use rgb(85,64,25) instead hex code.

Text Font Color

.myTextColor { color: #554019; }

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

This text font color is #554019.


Background Color

.myBgColor { background-color: #554019; }

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

This div background color is #554019.


Border color

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

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

This div border color is #554019.


Opacity

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

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

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

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

This text has shadow with #554019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554019 on black background.


Color preview on white background

This text has color #554019 on white background.



Black color preview on #554019 background

This text has black color on #554019 background.


White color preview on #554019 background

This text has white color on #554019 background.