COLOR #5C8378

HEX: #5C8378
RGB: (92,131,120)

Color info

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

RGB color model

#5C8378 color RGB value is (92,131,120).

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

RGB channels and saturation

R 92 of 255 = 36%
G 131 of 255 = 51%
B 120 of 255 = 47%

92
131
120

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

Portions of RGB colors in percentages

R + G + B =
92 + 131 + 120 = 343 (100%)
R 92 of 343 ~ 26.82%
G 131 of 343 ~ 38.19%
B 120 of 343 ~ 34.99%

%26.82
%38.19
%34.99

CMYK color model

#5C8378 color CMYK value is (30,0,8,49).

  • cyan value is 29.77%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 48.63%
CMYK:
(30,0,8,49)
C30M0Y8K49 
(30%,0%,8%,49%)
(0.30/0.00/0.08/0.49)	

CMYK percentages

%29.77
%0
%8.4
%48.63

Codes

Color #5C8378 in popluar color models

5C8378
RGB92131120
HSL163°17.49%43.73%
HSB/HSV163°29.77%51.37%
CMYK29.77%0.00%8.40%
48.63%

Color #5C8378 in popluar number systems.

HEX5C8378
Decimal92131120
Binary1011100100000111111000
Octal134203170

Shades and tints

Shades of #5C8378

#5C8378
(92,131,120)
#54786E
(84,120,110)
#4C6D64
(76,109,100)
#44625A
(68,98,90)
#3C5750
(60,87,80)
#344C46
(52,76,70)
#2C413C
(44,65,60)
#243632
(36,54,50)
#1C2B28
(28,43,40)
#14201E
(20,32,30)
#0C1514
(12,21,20)
#000000
(0,0,0)

Tints of #5C8378

#5C8378
(92,131,120)
#6A8E84
(106,142,132)
#789990
(120,153,144)
#86A49C
(134,164,156)
#94AFA8
(148,175,168)
#A2BAB4
(162,186,180)
#B0C5C0
(176,197,192)
#BED0CC
(190,208,204)
#CCDBD8
(204,219,216)
#DAE6E4
(218,230,228)
#E8F1F0
(232,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C8378; }

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

This text font color is #5C8378.


Background Color

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

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

This div background color is #5C8378.


Border color

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

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

This div border color is #5C8378.


Opacity

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

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

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

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

This text has shadow with #5C8378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8378 on black background.


Color preview on white background

This text has color #5C8378 on white background.



Black color preview on #5C8378 background

This text has black color on #5C8378 background.


White color preview on #5C8378 background

This text has white color on #5C8378 background.