COLOR #5C8353

HEX: #5C8353 RGB: (92,131,83)

Color info

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

RGB color model

#5C8353 color RGB value is (92,131,83).

RGB: (92,131,83) (36%, 51%, 33%)

RGB channels and saturation

R 92 of 255 = 36%
G 131 of 255 = 51%
B 83 of 255 = 33%

92
131
83

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

Portions of RGB colors in percentages

R + G + B = 92 + 131 + 83 = 306 (100%)
R 92 of 306 ~ 30.07%
G 131 of 306 ~ 42.81%
B 83 of 306 ~ 27.12'%

%30.07
%42.81
%27.12

CMYK color model

#5C8353 color CMYK value is (30,0,37,49).

  • cyan value is 29.77%
  • magenta value is 0.00%
  • yellow value is 36.64%
  • key color value is 48.63%

CMYK: (30,0,37,49)
C30M0Y37K49 (30%, 0%, 37%, 49%)
(0.30 / 0.00 / 0.37 / 0.49)

CMYK percentages

%29.77
%0
%36.64
%48.63

Codes

Color #5C8353 in popluar color models

5C 83 53
RGB 92 131 83
HSL 109° 22.43% 41.96%
HSB/HSV 109° 36.64% 51.37%
CMYK 29.77% 0.00% 36.64%
48.63%

Color #5C8353 in popluar number systems.

HEX 5C 83 53
Decimal 92 131 83
Binary 1011100 10000011 1010011
Octal 134 203 123

Shades and tints

Shades of #5C8353

#5C8353
(92,131,83)
#54784C
(84,120,76)
#4C6D45
(76,109,69)
#44623E
(68,98,62)
#3C5737
(60,87,55)
#344C30
(52,76,48)
#2C4129
(44,65,41)
#243622
(36,54,34)
#1C2B1B
(28,43,27)
#142014
(20,32,20)
#0C150D
(12,21,13)
#000000
(0,0,0)

Tints of #5C8353

#5C8353
(92,131,83)
#6A8E62
(106,142,98)
#789971
(120,153,113)
#86A480
(134,164,128)
#94AF8F
(148,175,143)
#A2BA9E
(162,186,158)
#B0C5AD
(176,197,173)
#BED0BC
(190,208,188)
#CCDBCB
(204,219,203)
#DAE6DA
(218,230,218)
#E8F1E9
(232,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C8353; }

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

This text font color is #5C8353.

Background Color

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

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

This div background color is #5C8353.

Border color

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

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

This div border color is #5C8353.

Opacity

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

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

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

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

This text has shadow with #5C8353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C8353.

Preview

Color preview on black background

This text has color #5C8353 on black background.


Color preview on white background

This text has color #5C8353 on white background.


Black color preview on #5C8353 background

This text has black color on #5C8353 background.


White color preview on #5C8353 background

This text has white color on #5C8353 background.


Related colors

Complementary color

Complementary color for #hex is #A37CAC.


I love getcolorcode.com

Triadic colors

1 #535C83 and #83535C with #5C8353 are triadic colors.

2 #53835C and #835C53 with #5C8353 are triadic colors.