COLOR #5D835C

HEX: #5D835C
RGB: (93,131,92)

Color info

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

RGB color model

#5D835C color RGB value is (93,131,92).

  • red value is 93;
  • green value is 131;
  • blue value is 92.
RGB:
(93,131,92)
(36%,51%,36%)

RGB channels and saturation

R 93 of 255 = 36%
G 131 of 255 = 51%
B 92 of 255 = 36%

93
131
92

R + G + B ~ 41%. #5D835C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 131 + 92 = 316 (100%)
R 93 of 316 ~ 29.43%
G 131 of 316 ~ 41.46%
B 92 of 316 ~ 29.11%

%29.43
%41.46
%29.11

CMYK color model

#5D835C color CMYK value is (29,0,30,49).

  • cyan value is 29.01%
  • magenta value is 0.00%
  • yellow value is 29.77%
  • key color value is 48.63%
CMYK:
(29,0,30,49)
C29M0Y30K49 
(29%,0%,30%,49%)
(0.29/0.00/0.30/0.49)	

CMYK percentages

%29.01
%0
%29.77
%48.63

Codes

Color #5D835C in popluar color models

5D835C
RGB9313192
HSL118°17.49%43.73%
HSB/HSV118°29.77%51.37%
CMYK29.01%0.00%29.77%
48.63%

Color #5D835C in popluar number systems.

HEX5D835C
Decimal9313192
Binary1011101100000111011100
Octal135203134

Shades and tints

Shades of #5D835C

#5D835C
(93,131,92)
#557854
(85,120,84)
#4D6D4C
(77,109,76)
#456244
(69,98,68)
#3D573C
(61,87,60)
#354C34
(53,76,52)
#2D412C
(45,65,44)
#253624
(37,54,36)
#1D2B1C
(29,43,28)
#152014
(21,32,20)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #5D835C

#5D835C
(93,131,92)
#6B8E6A
(107,142,106)
#799978
(121,153,120)
#87A486
(135,164,134)
#95AF94
(149,175,148)
#A3BAA2
(163,186,162)
#B1C5B0
(177,197,176)
#BFD0BE
(191,208,190)
#CDDBCC
(205,219,204)
#DBE6DA
(219,230,218)
#E9F1E8
(233,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D835C color. Also use rgb(93,131,92) instead hex code.

Text Font Color

.myTextColor { color: #5D835C; }

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

This text font color is #5D835C.


Background Color

.myBgColor { background-color: #5D835C; }

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

This div background color is #5D835C.


Border color

.myBorderColor { border: 1px solid #5D835C; }

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

This div border color is #5D835C.


Opacity

.myOpacity80 { color: #5D835C; opacity: 0.8; }

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

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

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

This text has shadow with #5D835C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D835C on black background.


Color preview on white background

This text has color #5D835C on white background.



Black color preview on #5D835C background

This text has black color on #5D835C background.


White color preview on #5D835C background

This text has white color on #5D835C background.