COLOR #5C8375

HEX: #5C8375
RGB: (92,131,117)

Color info

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

RGB color model

#5C8375 color RGB value is (92,131,117).

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

RGB channels and saturation

R 92 of 255 = 36%
G 131 of 255 = 51%
B 117 of 255 = 46%

92
131
117

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

Portions of RGB colors in percentages

R + G + B =
92 + 131 + 117 = 340 (100%)
R 92 of 340 ~ 27.06%
G 131 of 340 ~ 38.53%
B 117 of 340 ~ 34.41%

%27.06
%38.53
%34.41

CMYK color model

#5C8375 color CMYK value is (30,0,11,49).

  • cyan value is 29.77%
  • magenta value is 0.00%
  • yellow value is 10.69%
  • key color value is 48.63%
CMYK:
(30,0,11,49)
C30M0Y11K49 
(30%,0%,11%,49%)
(0.30/0.00/0.11/0.49)	

CMYK percentages

%29.77
%0
%10.69
%48.63

Codes

Color #5C8375 in popluar color models

5C8375
RGB92131117
HSL158°17.49%43.73%
HSB/HSV158°29.77%51.37%
CMYK29.77%0.00%10.69%
48.63%

Color #5C8375 in popluar number systems.

HEX5C8375
Decimal92131117
Binary1011100100000111110101
Octal134203165

Shades and tints

Shades of #5C8375

#5C8375
(92,131,117)
#54786B
(84,120,107)
#4C6D61
(76,109,97)
#446257
(68,98,87)
#3C574D
(60,87,77)
#344C43
(52,76,67)
#2C4139
(44,65,57)
#24362F
(36,54,47)
#1C2B25
(28,43,37)
#14201B
(20,32,27)
#0C1511
(12,21,17)
#000000
(0,0,0)

Tints of #5C8375

#5C8375
(92,131,117)
#6A8E81
(106,142,129)
#78998D
(120,153,141)
#86A499
(134,164,153)
#94AFA5
(148,175,165)
#A2BAB1
(162,186,177)
#B0C5BD
(176,197,189)
#BED0C9
(190,208,201)
#CCDBD5
(204,219,213)
#DAE6E1
(218,230,225)
#E8F1ED
(232,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C8375; }

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

This text font color is #5C8375.


Background Color

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

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

This div background color is #5C8375.


Border color

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

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

This div border color is #5C8375.


Opacity

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

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

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

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

This text has shadow with #5C8375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8375 on black background.


Color preview on white background

This text has color #5C8375 on white background.



Black color preview on #5C8375 background

This text has black color on #5C8375 background.


White color preview on #5C8375 background

This text has white color on #5C8375 background.