COLOR #5C8467

HEX: #5C8467
RGB: (92,132,103)

Color info

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

RGB color model

#5C8467 color RGB value is (92,132,103).

  • red value is 92;
  • green value is 132;
  • blue value is 103.
RGB:
(92,132,103)
(36%,52%,40%)

RGB channels and saturation

R 92 of 255 = 36%
G 132 of 255 = 52%
B 103 of 255 = 40%

92
132
103

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

Portions of RGB colors in percentages

R + G + B =
92 + 132 + 103 = 327 (100%)
R 92 of 327 ~ 28.13%
G 132 of 327 ~ 40.37%
B 103 of 327 ~ 31.5%

%28.13
%40.37
%31.5

CMYK color model

#5C8467 color CMYK value is (30,0,22,48).

  • cyan value is 30.30%
  • magenta value is 0.00%
  • yellow value is 21.97%
  • key color value is 48.24%
CMYK:
(30,0,22,48)
C30M0Y22K48 
(30%,0%,22%,48%)
(0.30/0.00/0.22/0.48)	

CMYK percentages

%30.3
%0
%21.97
%48.24

Codes

Color #5C8467 in popluar color models

5C8467
RGB92132103
HSL137°17.86%43.92%
HSB/HSV137°30.30%51.76%
CMYK30.30%0.00%21.97%
48.24%

Color #5C8467 in popluar number systems.

HEX5C8467
Decimal92132103
Binary1011100100001001100111
Octal134204147

Shades and tints

Shades of #5C8467

#5C8467
(92,132,103)
#54785E
(84,120,94)
#4C6C55
(76,108,85)
#44604C
(68,96,76)
#3C5443
(60,84,67)
#34483A
(52,72,58)
#2C3C31
(44,60,49)
#243028
(36,48,40)
#1C241F
(28,36,31)
#141816
(20,24,22)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #5C8467

#5C8467
(92,132,103)
#6A8F74
(106,143,116)
#789A81
(120,154,129)
#86A58E
(134,165,142)
#94B09B
(148,176,155)
#A2BBA8
(162,187,168)
#B0C6B5
(176,198,181)
#BED1C2
(190,209,194)
#CCDCCF
(204,220,207)
#DAE7DC
(218,231,220)
#E8F2E9
(232,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C8467 color. Also use rgb(92,132,103) instead hex code.

Text Font Color

.myTextColor { color: #5C8467; }

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

This text font color is #5C8467.


Background Color

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

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

This div background color is #5C8467.


Border color

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

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

This div border color is #5C8467.


Opacity

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

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

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

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

This text has shadow with #5C8467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8467 on black background.


Color preview on white background

This text has color #5C8467 on white background.



Black color preview on #5C8467 background

This text has black color on #5C8467 background.


White color preview on #5C8467 background

This text has white color on #5C8467 background.