COLOR #554619

HEX: #554619
RGB: (85,70,25)

Color info

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

RGB color model

#554619 color RGB value is (85,70,25).

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

RGB channels and saturation

R 85 of 255 = 33%
G 70 of 255 = 27%
B 25 of 255 = 10%

85
70
25

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

Portions of RGB colors in percentages

R + G + B =
85 + 70 + 25 = 180 (100%)
R 85 of 180 ~ 47.22%
G 70 of 180 ~ 38.89%
B 25 of 180 ~ 13.89%

%47.22
%38.89
%13.89

CMYK color model

#554619 color CMYK value is (0,18,71,67).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 70.59%
  • key color value is 66.67%
CMYK:
(0,18,71,67)
C0M18Y71K67 
(0%,18%,71%,67%)
(0.00/0.18/0.71/0.67)	

CMYK percentages

%0
%17.65
%70.59
%66.67

Codes

Color #554619 in popluar color models

554619
RGB857025
HSL45°54.55%21.57%
HSB/HSV45°70.59%33.33%
CMYK0.00%17.65%70.59%
66.67%

Color #554619 in popluar number systems.

HEX554619
Decimal857025
Binary1010101100011011001
Octal12510631

Shades and tints

Shades of #554619

#554619
(85,70,25)
#4E4017
(78,64,23)
#473A15
(71,58,21)
#403413
(64,52,19)
#392E11
(57,46,17)
#32280F
(50,40,15)
#2B220D
(43,34,13)
#241C0B
(36,28,11)
#1D1609
(29,22,9)
#161007
(22,16,7)
#0F0A05
(15,10,5)
#000000
(0,0,0)

Tints of #554619

#554619
(85,70,25)
#64562D
(100,86,45)
#736641
(115,102,65)
#827655
(130,118,85)
#918669
(145,134,105)
#A0967D
(160,150,125)
#AFA691
(175,166,145)
#BEB6A5
(190,182,165)
#CDC6B9
(205,198,185)
#DCD6CD
(220,214,205)
#EBE6E1
(235,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554619; }

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

This text font color is #554619.


Background Color

.myBgColor { background-color: #554619; }

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

This div background color is #554619.


Border color

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

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

This div border color is #554619.


Opacity

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

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

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

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

This text has shadow with #554619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554619 on black background.


Color preview on white background

This text has color #554619 on white background.



Black color preview on #554619 background

This text has black color on #554619 background.


White color preview on #554619 background

This text has white color on #554619 background.