COLOR #554623

HEX: #554623
RGB: (85,70,35)

Color info

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

RGB color model

#554623 color RGB value is (85,70,35).

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

RGB channels and saturation

R 85 of 255 = 33%
G 70 of 255 = 27%
B 35 of 255 = 14%

85
70
35

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

Portions of RGB colors in percentages

R + G + B =
85 + 70 + 35 = 190 (100%)
R 85 of 190 ~ 44.74%
G 70 of 190 ~ 36.84%
B 35 of 190 ~ 18.42%

%44.74
%36.84
%18.42

CMYK color model

#554623 color CMYK value is (0,18,59,67).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 58.82%
  • key color value is 66.67%
CMYK:
(0,18,59,67)
C0M18Y59K67 
(0%,18%,59%,67%)
(0.00/0.18/0.59/0.67)	

CMYK percentages

%0
%17.65
%58.82
%66.67

Codes

Color #554623 in popluar color models

554623
RGB857035
HSL42°41.67%23.53%
HSB/HSV42°58.82%33.33%
CMYK0.00%17.65%58.82%
66.67%

Color #554623 in popluar number systems.

HEX554623
Decimal857035
Binary10101011000110100011
Octal12510643

Shades and tints

Shades of #554623

#554623
(85,70,35)
#4E4020
(78,64,32)
#473A1D
(71,58,29)
#40341A
(64,52,26)
#392E17
(57,46,23)
#322814
(50,40,20)
#2B2211
(43,34,17)
#241C0E
(36,28,14)
#1D160B
(29,22,11)
#161008
(22,16,8)
#0F0A05
(15,10,5)
#000000
(0,0,0)

Tints of #554623

#554623
(85,70,35)
#645637
(100,86,55)
#73664B
(115,102,75)
#82765F
(130,118,95)
#918673
(145,134,115)
#A09687
(160,150,135)
#AFA69B
(175,166,155)
#BEB6AF
(190,182,175)
#CDC6C3
(205,198,195)
#DCD6D7
(220,214,215)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554623; }

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

This text font color is #554623.


Background Color

.myBgColor { background-color: #554623; }

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

This div background color is #554623.


Border color

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

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

This div border color is #554623.


Opacity

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

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

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

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

This text has shadow with #554623 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554623 on black background.


Color preview on white background

This text has color #554623 on white background.



Black color preview on #554623 background

This text has black color on #554623 background.


White color preview on #554623 background

This text has white color on #554623 background.