COLOR #554330

HEX: #554330
RGB: (85,67,48)

Color info

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

RGB color model

#554330 color RGB value is (85,67,48).

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

RGB channels and saturation

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

85
67
48

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

Portions of RGB colors in percentages

R + G + B =
85 + 67 + 48 = 200 (100%)
R 85 of 200 ~ 42.5%
G 67 of 200 ~ 33.5%
B 48 of 200 ~ 24%

%42.5
%33.5
%24

CMYK color model

#554330 color CMYK value is (0,21,44,67).

  • cyan value is 0.00%
  • magenta value is 21.18%
  • yellow value is 43.53%
  • key color value is 66.67%
CMYK:
(0,21,44,67)
C0M21Y44K67 
(0%,21%,44%,67%)
(0.00/0.21/0.44/0.67)	

CMYK percentages

%0
%21.18
%43.53
%66.67

Codes

Color #554330 in popluar color models

554330
RGB856748
HSL31°27.82%26.08%
HSB/HSV31°43.53%33.33%
CMYK0.00%21.18%43.53%
66.67%

Color #554330 in popluar number systems.

HEX554330
Decimal856748
Binary10101011000011110000
Octal12510360

Shades and tints

Shades of #554330

#554330
(85,67,48)
#4E3D2C
(78,61,44)
#473728
(71,55,40)
#403124
(64,49,36)
#392B20
(57,43,32)
#32251C
(50,37,28)
#2B1F18
(43,31,24)
#241914
(36,25,20)
#1D1310
(29,19,16)
#160D0C
(22,13,12)
#0F0708
(15,7,8)
#000000
(0,0,0)

Tints of #554330

#554330
(85,67,48)
#645442
(100,84,66)
#736554
(115,101,84)
#827666
(130,118,102)
#918778
(145,135,120)
#A0988A
(160,152,138)
#AFA99C
(175,169,156)
#BEBAAE
(190,186,174)
#CDCBC0
(205,203,192)
#DCDCD2
(220,220,210)
#EBEDE4
(235,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554330; }

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

This text font color is #554330.


Background Color

.myBgColor { background-color: #554330; }

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

This div background color is #554330.


Border color

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

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

This div border color is #554330.


Opacity

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

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

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

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

This text has shadow with #554330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554330 on black background.


Color preview on white background

This text has color #554330 on white background.



Black color preview on #554330 background

This text has black color on #554330 background.


White color preview on #554330 background

This text has white color on #554330 background.