COLOR #5C7864

HEX: #5C7864
RGB: (92,120,100)

Color info

#5C7864 contains red, green and blue colors in about the same proportion. Web safe color of #5C7864 is #666666 (or #666).

RGB color model

#5C7864 color RGB value is (92,120,100).

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

RGB channels and saturation

R 92 of 255 = 36%
G 120 of 255 = 47%
B 100 of 255 = 39%

92
120
100

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

Portions of RGB colors in percentages

R + G + B =
92 + 120 + 100 = 312 (100%)
R 92 of 312 ~ 29.49%
G 120 of 312 ~ 38.46%
B 100 of 312 ~ 32.05%

%29.49
%38.46
%32.05

CMYK color model

#5C7864 color CMYK value is (23,0,17,53).

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 52.94%
CMYK:
(23,0,17,53)
C23M0Y17K53 
(23%,0%,17%,53%)
(0.23/0.00/0.17/0.53)	

CMYK percentages

%23.33
%0
%16.67
%52.94

Codes

Color #5C7864 in popluar color models

5C7864
RGB92120100
HSL137°13.21%41.57%
HSB/HSV137°23.33%47.06%
CMYK23.33%0.00%16.67%
52.94%

Color #5C7864 in popluar number systems.

HEX5C7864
Decimal92120100
Binary101110011110001100100
Octal134170144

Shades and tints

Shades of #5C7864

#5C7864
(92,120,100)
#546E5B
(84,110,91)
#4C6452
(76,100,82)
#445A49
(68,90,73)
#3C5040
(60,80,64)
#344637
(52,70,55)
#2C3C2E
(44,60,46)
#243225
(36,50,37)
#1C281C
(28,40,28)
#141E13
(20,30,19)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #5C7864

#5C7864
(92,120,100)
#6A8472
(106,132,114)
#789080
(120,144,128)
#869C8E
(134,156,142)
#94A89C
(148,168,156)
#A2B4AA
(162,180,170)
#B0C0B8
(176,192,184)
#BECCC6
(190,204,198)
#CCD8D4
(204,216,212)
#DAE4E2
(218,228,226)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7864; }

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

This text font color is #5C7864.


Background Color

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

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

This div background color is #5C7864.


Border color

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

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

This div border color is #5C7864.


Opacity

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

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

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

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

This text has shadow with #5C7864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7864 on black background.


Color preview on white background

This text has color #5C7864 on white background.



Black color preview on #5C7864 background

This text has black color on #5C7864 background.


White color preview on #5C7864 background

This text has white color on #5C7864 background.