COLOR #554341

HEX: #554341
RGB: (85,67,65)

Color info

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

RGB color model

#554341 color RGB value is (85,67,65).

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

RGB channels and saturation

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

85
67
65

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

Portions of RGB colors in percentages

R + G + B =
85 + 67 + 65 = 217 (100%)
R 85 of 217 ~ 39.17%
G 67 of 217 ~ 30.88%
B 65 of 217 ~ 29.95%

%39.17
%30.88
%29.95

CMYK color model

#554341 color CMYK value is (0,21,24,67).

  • cyan value is 0.00%
  • magenta value is 21.18%
  • yellow value is 23.53%
  • key color value is 66.67%
CMYK:
(0,21,24,67)
C0M21Y24K67 
(0%,21%,24%,67%)
(0.00/0.21/0.24/0.67)	

CMYK percentages

%0
%21.18
%23.53
%66.67

Codes

Color #554341 in popluar color models

554341
RGB856765
HSL13.33%29.41%
HSB/HSV23.53%33.33%
CMYK0.00%21.18%23.53%
66.67%

Color #554341 in popluar number systems.

HEX554341
Decimal856765
Binary101010110000111000001
Octal125103101

Shades and tints

Shades of #554341

#554341
(85,67,65)
#4E3D3C
(78,61,60)
#473737
(71,55,55)
#403132
(64,49,50)
#392B2D
(57,43,45)
#322528
(50,37,40)
#2B1F23
(43,31,35)
#24191E
(36,25,30)
#1D1319
(29,19,25)
#160D14
(22,13,20)
#0F070F
(15,7,15)
#000000
(0,0,0)

Tints of #554341

#554341
(85,67,65)
#645452
(100,84,82)
#736563
(115,101,99)
#827674
(130,118,116)
#918785
(145,135,133)
#A09896
(160,152,150)
#AFA9A7
(175,169,167)
#BEBAB8
(190,186,184)
#CDCBC9
(205,203,201)
#DCDCDA
(220,220,218)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554341; }

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

This text font color is #554341.


Background Color

.myBgColor { background-color: #554341; }

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

This div background color is #554341.


Border color

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

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

This div border color is #554341.


Opacity

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

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

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

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

This text has shadow with #554341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554341 on black background.


Color preview on white background

This text has color #554341 on white background.



Black color preview on #554341 background

This text has black color on #554341 background.


White color preview on #554341 background

This text has white color on #554341 background.