COLOR #55835B

HEX: #55835B
RGB: (85,131,91)

Color info

#55835B contains red, green and blue colors in about the same proportion. Web safe color of #55835B is #669966 (or #696).

RGB color model

#55835B color RGB value is (85,131,91).

  • red value is 85;
  • green value is 131;
  • blue value is 91.
RGB:
(85,131,91)
(33%,51%,36%)

RGB channels and saturation

R 85 of 255 = 33%
G 131 of 255 = 51%
B 91 of 255 = 36%

85
131
91

R + G + B ~ 40%. #55835B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 131 + 91 = 307 (100%)
R 85 of 307 ~ 27.69%
G 131 of 307 ~ 42.67%
B 91 of 307 ~ 29.64%

%27.69
%42.67
%29.64

CMYK color model

#55835B color CMYK value is (35,0,31,49).

  • cyan value is 35.11%
  • magenta value is 0.00%
  • yellow value is 30.53%
  • key color value is 48.63%
CMYK:
(35,0,31,49)
C35M0Y31K49 
(35%,0%,31%,49%)
(0.35/0.00/0.31/0.49)	

CMYK percentages

%35.11
%0
%30.53
%48.63

Codes

Color #55835B in popluar color models

55835B
RGB8513191
HSL128°21.30%42.35%
HSB/HSV128°35.11%51.37%
CMYK35.11%0.00%30.53%
48.63%

Color #55835B in popluar number systems.

HEX55835B
Decimal8513191
Binary1010101100000111011011
Octal125203133

Shades and tints

Shades of #55835B

#55835B
(85,131,91)
#4E7853
(78,120,83)
#476D4B
(71,109,75)
#406243
(64,98,67)
#39573B
(57,87,59)
#324C33
(50,76,51)
#2B412B
(43,65,43)
#243623
(36,54,35)
#1D2B1B
(29,43,27)
#162013
(22,32,19)
#0F150B
(15,21,11)
#000000
(0,0,0)

Tints of #55835B

#55835B
(85,131,91)
#648E69
(100,142,105)
#739977
(115,153,119)
#82A485
(130,164,133)
#91AF93
(145,175,147)
#A0BAA1
(160,186,161)
#AFC5AF
(175,197,175)
#BED0BD
(190,208,189)
#CDDBCB
(205,219,203)
#DCE6D9
(220,230,217)
#EBF1E7
(235,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55835B color. Also use rgb(85,131,91) instead hex code.

Text Font Color

.myTextColor { color: #55835B; }

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

This text font color is #55835B.


Background Color

.myBgColor { background-color: #55835B; }

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

This div background color is #55835B.


Border color

.myBorderColor { border: 1px solid #55835B; }

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

This div border color is #55835B.


Opacity

.myOpacity80 { color: #55835B; opacity: 0.8; }

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

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

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

This text has shadow with #55835B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55835B on black background.


Color preview on white background

This text has color #55835B on white background.



Black color preview on #55835B background

This text has black color on #55835B background.


White color preview on #55835B background

This text has white color on #55835B background.