COLOR #5C836F

HEX: #5C836F
RGB: (92,131,111)

Color info

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

RGB color model

#5C836F color RGB value is (92,131,111).

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

RGB channels and saturation

R 92 of 255 = 36%
G 131 of 255 = 51%
B 111 of 255 = 44%

92
131
111

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

Portions of RGB colors in percentages

R + G + B =
92 + 131 + 111 = 334 (100%)
R 92 of 334 ~ 27.54%
G 131 of 334 ~ 39.22%
B 111 of 334 ~ 33.23%

%27.54
%39.22
%33.23

CMYK color model

#5C836F color CMYK value is (30,0,15,49).

  • cyan value is 29.77%
  • magenta value is 0.00%
  • yellow value is 15.27%
  • key color value is 48.63%
CMYK:
(30,0,15,49)
C30M0Y15K49 
(30%,0%,15%,49%)
(0.30/0.00/0.15/0.49)	

CMYK percentages

%29.77
%0
%15.27
%48.63

Codes

Color #5C836F in popluar color models

5C836F
RGB92131111
HSL149°17.49%43.73%
HSB/HSV149°29.77%51.37%
CMYK29.77%0.00%15.27%
48.63%

Color #5C836F in popluar number systems.

HEX5C836F
Decimal92131111
Binary1011100100000111101111
Octal134203157

Shades and tints

Shades of #5C836F

#5C836F
(92,131,111)
#547865
(84,120,101)
#4C6D5B
(76,109,91)
#446251
(68,98,81)
#3C5747
(60,87,71)
#344C3D
(52,76,61)
#2C4133
(44,65,51)
#243629
(36,54,41)
#1C2B1F
(28,43,31)
#142015
(20,32,21)
#0C150B
(12,21,11)
#000000
(0,0,0)

Tints of #5C836F

#5C836F
(92,131,111)
#6A8E7C
(106,142,124)
#789989
(120,153,137)
#86A496
(134,164,150)
#94AFA3
(148,175,163)
#A2BAB0
(162,186,176)
#B0C5BD
(176,197,189)
#BED0CA
(190,208,202)
#CCDBD7
(204,219,215)
#DAE6E4
(218,230,228)
#E8F1F1
(232,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C836F; }

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

This text font color is #5C836F.


Background Color

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

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

This div background color is #5C836F.


Border color

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

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

This div border color is #5C836F.


Opacity

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

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

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

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

This text has shadow with #5C836F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C836F on black background.


Color preview on white background

This text has color #5C836F on white background.



Black color preview on #5C836F background

This text has black color on #5C836F background.


White color preview on #5C836F background

This text has white color on #5C836F background.