COLOR #554230

HEX: #554230
RGB: (85,66,48)

Color info

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

RGB color model

#554230 color RGB value is (85,66,48).

  • red value is 85;
  • green value is 66;
  • blue value is 48.
RGB:
(85,66,48)
(33%,26%,19%)

RGB channels and saturation

R 85 of 255 = 33%
G 66 of 255 = 26%
B 48 of 255 = 19%

85
66
48

R + G + B ~ 26%. #554230 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 66 + 48 = 199 (100%)
R 85 of 199 ~ 42.71%
G 66 of 199 ~ 33.17%
B 48 of 199 ~ 24.12%

%42.71
%33.17
%24.12

CMYK color model

#554230 color CMYK value is (0,22,44,67).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 43.53%
  • key color value is 66.67%
CMYK:
(0,22,44,67)
C0M22Y44K67 
(0%,22%,44%,67%)
(0.00/0.22/0.44/0.67)	

CMYK percentages

%0
%22.35
%43.53
%66.67

Codes

Color #554230 in popluar color models

554230
RGB856648
HSL29°27.82%26.08%
HSB/HSV29°43.53%33.33%
CMYK0.00%22.35%43.53%
66.67%

Color #554230 in popluar number systems.

HEX554230
Decimal856648
Binary10101011000010110000
Octal12510260

Shades and tints

Shades of #554230

#554230
(85,66,48)
#4E3C2C
(78,60,44)
#473628
(71,54,40)
#403024
(64,48,36)
#392A20
(57,42,32)
#32241C
(50,36,28)
#2B1E18
(43,30,24)
#241814
(36,24,20)
#1D1210
(29,18,16)
#160C0C
(22,12,12)
#0F0608
(15,6,8)
#000000
(0,0,0)

Tints of #554230

#554230
(85,66,48)
#645342
(100,83,66)
#736454
(115,100,84)
#827566
(130,117,102)
#918678
(145,134,120)
#A0978A
(160,151,138)
#AFA89C
(175,168,156)
#BEB9AE
(190,185,174)
#CDCAC0
(205,202,192)
#DCDBD2
(220,219,210)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554230 color. Also use rgb(85,66,48) instead hex code.

Text Font Color

.myTextColor { color: #554230; }

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

This text font color is #554230.


Background Color

.myBgColor { background-color: #554230; }

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

This div background color is #554230.


Border color

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

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

This div border color is #554230.


Opacity

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

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

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

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

This text has shadow with #554230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554230 on black background.


Color preview on white background

This text has color #554230 on white background.



Black color preview on #554230 background

This text has black color on #554230 background.


White color preview on #554230 background

This text has white color on #554230 background.