COLOR #554733

HEX: #554733
RGB: (85,71,51)

Color info

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

RGB color model

#554733 color RGB value is (85,71,51).

  • red value is 85;
  • green value is 71;
  • blue value is 51.
RGB:
(85,71,51)
(33%,28%,20%)

RGB channels and saturation

R 85 of 255 = 33%
G 71 of 255 = 28%
B 51 of 255 = 20%

85
71
51

R + G + B ~ 27%. #554733 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 71 + 51 = 207 (100%)
R 85 of 207 ~ 41.06%
G 71 of 207 ~ 34.3%
B 51 of 207 ~ 24.64%

%41.06
%34.3
%24.64

CMYK color model

#554733 color CMYK value is (0,16,40,67).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 40.00%
  • key color value is 66.67%
CMYK:
(0,16,40,67)
C0M16Y40K67 
(0%,16%,40%,67%)
(0.00/0.16/0.40/0.67)	

CMYK percentages

%0
%16.47
%40
%66.67

Codes

Color #554733 in popluar color models

554733
RGB857151
HSL35°25.00%26.67%
HSB/HSV35°40.00%33.33%
CMYK0.00%16.47%40.00%
66.67%

Color #554733 in popluar number systems.

HEX554733
Decimal857151
Binary10101011000111110011
Octal12510763

Shades and tints

Shades of #554733

#554733
(85,71,51)
#4E412F
(78,65,47)
#473B2B
(71,59,43)
#403527
(64,53,39)
#392F23
(57,47,35)
#32291F
(50,41,31)
#2B231B
(43,35,27)
#241D17
(36,29,23)
#1D1713
(29,23,19)
#16110F
(22,17,15)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #554733

#554733
(85,71,51)
#645745
(100,87,69)
#736757
(115,103,87)
#827769
(130,119,105)
#91877B
(145,135,123)
#A0978D
(160,151,141)
#AFA79F
(175,167,159)
#BEB7B1
(190,183,177)
#CDC7C3
(205,199,195)
#DCD7D5
(220,215,213)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554733 color. Also use rgb(85,71,51) instead hex code.

Text Font Color

.myTextColor { color: #554733; }

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

This text font color is #554733.


Background Color

.myBgColor { background-color: #554733; }

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

This div background color is #554733.


Border color

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

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

This div border color is #554733.


Opacity

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

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

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

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

This text has shadow with #554733 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554733 on black background.


Color preview on white background

This text has color #554733 on white background.



Black color preview on #554733 background

This text has black color on #554733 background.


White color preview on #554733 background

This text has white color on #554733 background.