COLOR #5C836E

HEX: #5C836E
RGB: (92,131,110)

Color info

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

RGB color model

#5C836E color RGB value is (92,131,110).

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

RGB channels and saturation

R 92 of 255 = 36%
G 131 of 255 = 51%
B 110 of 255 = 43%

92
131
110

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

Portions of RGB colors in percentages

R + G + B =
92 + 131 + 110 = 333 (100%)
R 92 of 333 ~ 27.63%
G 131 of 333 ~ 39.34%
B 110 of 333 ~ 33.03%

%27.63
%39.34
%33.03

CMYK color model

#5C836E color CMYK value is (30,0,16,49).

  • cyan value is 29.77%
  • magenta value is 0.00%
  • yellow value is 16.03%
  • key color value is 48.63%
CMYK:
(30,0,16,49)
C30M0Y16K49 
(30%,0%,16%,49%)
(0.30/0.00/0.16/0.49)	

CMYK percentages

%29.77
%0
%16.03
%48.63

Codes

Color #5C836E in popluar color models

5C836E
RGB92131110
HSL148°17.49%43.73%
HSB/HSV148°29.77%51.37%
CMYK29.77%0.00%16.03%
48.63%

Color #5C836E in popluar number systems.

HEX5C836E
Decimal92131110
Binary1011100100000111101110
Octal134203156

Shades and tints

Shades of #5C836E

#5C836E
(92,131,110)
#547864
(84,120,100)
#4C6D5A
(76,109,90)
#446250
(68,98,80)
#3C5746
(60,87,70)
#344C3C
(52,76,60)
#2C4132
(44,65,50)
#243628
(36,54,40)
#1C2B1E
(28,43,30)
#142014
(20,32,20)
#0C150A
(12,21,10)
#000000
(0,0,0)

Tints of #5C836E

#5C836E
(92,131,110)
#6A8E7B
(106,142,123)
#789988
(120,153,136)
#86A495
(134,164,149)
#94AFA2
(148,175,162)
#A2BAAF
(162,186,175)
#B0C5BC
(176,197,188)
#BED0C9
(190,208,201)
#CCDBD6
(204,219,214)
#DAE6E3
(218,230,227)
#E8F1F0
(232,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C836E; }

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

This text font color is #5C836E.


Background Color

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

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

This div background color is #5C836E.


Border color

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

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

This div border color is #5C836E.


Opacity

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

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

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

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

This text has shadow with #5C836E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C836E on black background.


Color preview on white background

This text has color #5C836E on white background.



Black color preview on #5C836E background

This text has black color on #5C836E background.


White color preview on #5C836E background

This text has white color on #5C836E background.