COLOR #554340

HEX: #554340
RGB: (85,67,64)

Color info

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

RGB color model

#554340 color RGB value is (85,67,64).

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

RGB channels and saturation

R 85 of 255 = 33%
G 67 of 255 = 26%
B 64 of 255 = 25%

85
67
64

R + G + B ~ 28%. #554340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 67 + 64 = 216 (100%)
R 85 of 216 ~ 39.35%
G 67 of 216 ~ 31.02%
B 64 of 216 ~ 29.63%

%39.35
%31.02
%29.63

CMYK color model

#554340 color CMYK value is (0,21,25,67).

  • cyan value is 0.00%
  • magenta value is 21.18%
  • yellow value is 24.71%
  • key color value is 66.67%
CMYK:
(0,21,25,67)
C0M21Y25K67 
(0%,21%,25%,67%)
(0.00/0.21/0.25/0.67)	

CMYK percentages

%0
%21.18
%24.71
%66.67

Codes

Color #554340 in popluar color models

554340
RGB856764
HSL14.09%29.22%
HSB/HSV24.71%33.33%
CMYK0.00%21.18%24.71%
66.67%

Color #554340 in popluar number systems.

HEX554340
Decimal856764
Binary101010110000111000000
Octal125103100

Shades and tints

Shades of #554340

#554340
(85,67,64)
#4E3D3B
(78,61,59)
#473736
(71,55,54)
#403131
(64,49,49)
#392B2C
(57,43,44)
#322527
(50,37,39)
#2B1F22
(43,31,34)
#24191D
(36,25,29)
#1D1318
(29,19,24)
#160D13
(22,13,19)
#0F070E
(15,7,14)
#000000
(0,0,0)

Tints of #554340

#554340
(85,67,64)
#645451
(100,84,81)
#736562
(115,101,98)
#827673
(130,118,115)
#918784
(145,135,132)
#A09895
(160,152,149)
#AFA9A6
(175,169,166)
#BEBAB7
(190,186,183)
#CDCBC8
(205,203,200)
#DCDCD9
(220,220,217)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554340; }

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

This text font color is #554340.


Background Color

.myBgColor { background-color: #554340; }

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

This div background color is #554340.


Border color

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

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

This div border color is #554340.


Opacity

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

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

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

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

This text has shadow with #554340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554340 on black background.


Color preview on white background

This text has color #554340 on white background.



Black color preview on #554340 background

This text has black color on #554340 background.


White color preview on #554340 background

This text has white color on #554340 background.