COLOR #554E3D

HEX: #554E3D
RGB: (85,78,61)

Color info

#554E3D contains red, green and blue colors in about the same proportion. Web safe color of #554E3D is #666633 (or #663).

RGB color model

#554E3D color RGB value is (85,78,61).

  • red value is 85;
  • green value is 78;
  • blue value is 61.
RGB: (85,78,61) (33%,31%,24%)

RGB channels and saturation

R 85 of 255 = 33%
G 78 of 255 = 31%
B 61 of 255 = 24%

85
78
61

R + G + B ~ 29%. #554E3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 78 + 61 = 224 (100%)
R 85 of 224 ~ 37.95%
G 78 of 224 ~ 34.82%
B 61 of 224 ~ 27.23%

%37.95
%34.82
%27.23

CMYK color model

#554E3D color CMYK value is (0,8,28,67).

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 28.24%
  • key color value is 66.67%
CMYK: (0,8,28,67) C0M8Y28K67 (0%,8%,28%,67%) (0.00/0.08/0.28/0.67)

CMYK percentages

%0
%8.24
%28.24
%66.67

Codes

Color #554E3D in popluar color models

554E3D
RGB857861
HSL43°16.44%28.63%
HSB/HSV43°28.24%33.33%
CMYK0.00%8.24%28.24%
66.67%

Color #554E3D in popluar number systems.

HEX554E3D
Decimal857861
Binary10101011001110111101
Octal12511675

Shades and tints

Shades of #554E3D

#554E3D
(85,78,61)
#4E4738
(78,71,56)
#474033
(71,64,51)
#40392E
(64,57,46)
#393229
(57,50,41)
#322B24
(50,43,36)
#2B241F
(43,36,31)
#241D1A
(36,29,26)
#1D1615
(29,22,21)
#160F10
(22,15,16)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #554E3D

#554E3D
(85,78,61)
#645E4E
(100,94,78)
#736E5F
(115,110,95)
#827E70
(130,126,112)
#918E81
(145,142,129)
#A09E92
(160,158,146)
#AFAEA3
(175,174,163)
#BEBEB4
(190,190,180)
#CDCEC5
(205,206,197)
#DCDED6
(220,222,214)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554E3D color. Also use rgb(85,78,61) instead hex code.

Text Font Color

.myTextColor { color: #554E3D; }

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

This text font color is #554E3D.


Background Color

.myBgColor { background-color: #554E3D; }

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

This div background color is #554E3D.


Border color

.myBorderColor { border: 1px solid #554E3D; }

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

This div border color is #554E3D.


Opacity

.myOpacity80 { color: #554E3D; opacity: 0.8; }

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

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

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

This text has shadow with #554E3D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #554E3D on black background.


Color preview on white background

This text has color #554E3D on white background.



Black color preview on #554E3D background

This text has black color on #554E3D background.


White color preview on #554E3D background

This text has white color on #554E3D background.