COLOR #5C852B

HEX: #5C852B
RGB: (92,133,43)

Color info

#5C852B contains mainly red and green colors. Web safe color of #5C852B is #669933 (or #693).

RGB color model

#5C852B color RGB value is (92,133,43).

  • red value is 92;
  • green value is 133;
  • blue value is 43.
RGB:
(92,133,43)
(36%,52%,17%)

RGB channels and saturation

R 92 of 255 = 36%
G 133 of 255 = 52%
B 43 of 255 = 17%

92
133
43

R + G + B ~ 35%. #5C852B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 133 + 43 = 268 (100%)
R 92 of 268 ~ 34.33%
G 133 of 268 ~ 49.63%
B 43 of 268 ~ 16.04%

%34.33
%49.63
%16.04

CMYK color model

#5C852B color CMYK value is (31,0,68,48).

  • cyan value is 30.83%
  • magenta value is 0.00%
  • yellow value is 67.67%
  • key color value is 47.84%
CMYK:
(31,0,68,48)
C31M0Y68K48 
(31%,0%,68%,48%)
(0.31/0.00/0.68/0.48)	

CMYK percentages

%30.83
%0
%67.67
%47.84

Codes

Color #5C852B in popluar color models

5C852B
RGB9213343
HSL87°51.14%34.51%
HSB/HSV87°67.67%52.16%
CMYK30.83%0.00%67.67%
47.84%

Color #5C852B in popluar number systems.

HEX5C852B
Decimal9213343
Binary101110010000101101011
Octal13420553

Shades and tints

Shades of #5C852B

#5C852B
(92,133,43)
#547928
(84,121,40)
#4C6D25
(76,109,37)
#446122
(68,97,34)
#3C551F
(60,85,31)
#34491C
(52,73,28)
#2C3D19
(44,61,25)
#243116
(36,49,22)
#1C2513
(28,37,19)
#141910
(20,25,16)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #5C852B

#5C852B
(92,133,43)
#6A903E
(106,144,62)
#789B51
(120,155,81)
#86A664
(134,166,100)
#94B177
(148,177,119)
#A2BC8A
(162,188,138)
#B0C79D
(176,199,157)
#BED2B0
(190,210,176)
#CCDDC3
(204,221,195)
#DAE8D6
(218,232,214)
#E8F3E9
(232,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C852B color. Also use rgb(92,133,43) instead hex code.

Text Font Color

.myTextColor { color: #5C852B; }

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

This text font color is #5C852B.


Background Color

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

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

This div background color is #5C852B.


Border color

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

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

This div border color is #5C852B.


Opacity

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

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

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

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

This text has shadow with #5C852B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C852B on black background.


Color preview on white background

This text has color #5C852B on white background.



Black color preview on #5C852B background

This text has black color on #5C852B background.


White color preview on #5C852B background

This text has white color on #5C852B background.