COLOR #555341

HEX: #555341
RGB: (85,83,65)

Color info

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

RGB color model

#555341 color RGB value is (85,83,65).

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

RGB channels and saturation

R 85 of 255 = 33%
G 83 of 255 = 33%
B 65 of 255 = 25%

85
83
65

R + G + B ~ 30%. #555341 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 83 + 65 = 233 (100%)
R 85 of 233 ~ 36.48%
G 83 of 233 ~ 35.62%
B 65 of 233 ~ 27.9%

%36.48
%35.62
%27.9

CMYK color model

#555341 color CMYK value is (0,2,24,67).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 23.53%
  • key color value is 66.67%
CMYK:
(0,2,24,67)
C0M2Y24K67 
(0%,2%,24%,67%)
(0.00/0.02/0.24/0.67)	

CMYK percentages

%0
%2.35
%23.53
%66.67

Codes

Color #555341 in popluar color models

555341
RGB858365
HSL54°13.33%29.41%
HSB/HSV54°23.53%33.33%
CMYK0.00%2.35%23.53%
66.67%

Color #555341 in popluar number systems.

HEX555341
Decimal858365
Binary101010110100111000001
Octal125123101

Shades and tints

Shades of #555341

#555341
(85,83,65)
#4E4C3C
(78,76,60)
#474537
(71,69,55)
#403E32
(64,62,50)
#39372D
(57,55,45)
#323028
(50,48,40)
#2B2923
(43,41,35)
#24221E
(36,34,30)
#1D1B19
(29,27,25)
#161414
(22,20,20)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #555341

#555341
(85,83,65)
#646252
(100,98,82)
#737163
(115,113,99)
#828074
(130,128,116)
#918F85
(145,143,133)
#A09E96
(160,158,150)
#AFADA7
(175,173,167)
#BEBCB8
(190,188,184)
#CDCBC9
(205,203,201)
#DCDADA
(220,218,218)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555341; }

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

This text font color is #555341.


Background Color

.myBgColor { background-color: #555341; }

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

This div background color is #555341.


Border color

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

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

This div border color is #555341.


Opacity

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

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

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

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

This text has shadow with #555341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555341 on black background.


Color preview on white background

This text has color #555341 on white background.



Black color preview on #555341 background

This text has black color on #555341 background.


White color preview on #555341 background

This text has white color on #555341 background.