COLOR #554730

HEX: #554730
RGB: (85,71,48)

Color info

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

RGB color model

#554730 color RGB value is (85,71,48).

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

RGB channels and saturation

R 85 of 255 = 33%
G 71 of 255 = 28%
B 48 of 255 = 19%

85
71
48

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

Portions of RGB colors in percentages

R + G + B =
85 + 71 + 48 = 204 (100%)
R 85 of 204 ~ 41.67%
G 71 of 204 ~ 34.8%
B 48 of 204 ~ 23.53%

%41.67
%34.8
%23.53

CMYK color model

#554730 color CMYK value is (0,16,44,67).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 43.53%
  • key color value is 66.67%
CMYK:
(0,16,44,67)
C0M16Y44K67 
(0%,16%,44%,67%)
(0.00/0.16/0.44/0.67)	

CMYK percentages

%0
%16.47
%43.53
%66.67

Codes

Color #554730 in popluar color models

554730
RGB857148
HSL37°27.82%26.08%
HSB/HSV37°43.53%33.33%
CMYK0.00%16.47%43.53%
66.67%

Color #554730 in popluar number systems.

HEX554730
Decimal857148
Binary10101011000111110000
Octal12510760

Shades and tints

Shades of #554730

#554730
(85,71,48)
#4E412C
(78,65,44)
#473B28
(71,59,40)
#403524
(64,53,36)
#392F20
(57,47,32)
#32291C
(50,41,28)
#2B2318
(43,35,24)
#241D14
(36,29,20)
#1D1710
(29,23,16)
#16110C
(22,17,12)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #554730

#554730
(85,71,48)
#645742
(100,87,66)
#736754
(115,103,84)
#827766
(130,119,102)
#918778
(145,135,120)
#A0978A
(160,151,138)
#AFA79C
(175,167,156)
#BEB7AE
(190,183,174)
#CDC7C0
(205,199,192)
#DCD7D2
(220,215,210)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554730; }

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

This text font color is #554730.


Background Color

.myBgColor { background-color: #554730; }

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

This div background color is #554730.


Border color

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

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

This div border color is #554730.


Opacity

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

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

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

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

This text has shadow with #554730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554730 on black background.


Color preview on white background

This text has color #554730 on white background.



Black color preview on #554730 background

This text has black color on #554730 background.


White color preview on #554730 background

This text has white color on #554730 background.