COLOR #5C7838

HEX: #5C7838
RGB: (92,120,56)

Color info

#5C7838 contains mainly red and green colors. Web safe color of #5C7838 is #666633 (or #663).

RGB color model

#5C7838 color RGB value is (92,120,56).

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

RGB channels and saturation

R 92 of 255 = 36%
G 120 of 255 = 47%
B 56 of 255 = 22%

92
120
56

R + G + B ~ 35%. #5C7838 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 120 + 56 = 268 (100%)
R 92 of 268 ~ 34.33%
G 120 of 268 ~ 44.78%
B 56 of 268 ~ 20.9%

%34.33
%44.78
%20.9

CMYK color model

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

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 53.33%
  • key color value is 52.94%
CMYK:
(23,0,53,53)
C23M0Y53K53 
(23%,0%,53%,53%)
(0.23/0.00/0.53/0.53)	

CMYK percentages

%23.33
%0
%53.33
%52.94

Codes

Color #5C7838 in popluar color models

5C7838
RGB9212056
HSL86°36.36%34.51%
HSB/HSV86°53.33%47.06%
CMYK23.33%0.00%53.33%
52.94%

Color #5C7838 in popluar number systems.

HEX5C7838
Decimal9212056
Binary10111001111000111000
Octal13417070

Shades and tints

Shades of #5C7838

#5C7838
(92,120,56)
#546E33
(84,110,51)
#4C642E
(76,100,46)
#445A29
(68,90,41)
#3C5024
(60,80,36)
#34461F
(52,70,31)
#2C3C1A
(44,60,26)
#243215
(36,50,21)
#1C2810
(28,40,16)
#141E0B
(20,30,11)
#0C1406
(12,20,6)
#000000
(0,0,0)

Tints of #5C7838

#5C7838
(92,120,56)
#6A844A
(106,132,74)
#78905C
(120,144,92)
#869C6E
(134,156,110)
#94A880
(148,168,128)
#A2B492
(162,180,146)
#B0C0A4
(176,192,164)
#BECCB6
(190,204,182)
#CCD8C8
(204,216,200)
#DAE4DA
(218,228,218)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7838; }

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

This text font color is #5C7838.


Background Color

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

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

This div background color is #5C7838.


Border color

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

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

This div border color is #5C7838.


Opacity

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

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

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

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

This text has shadow with #5C7838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7838 on black background.


Color preview on white background

This text has color #5C7838 on white background.



Black color preview on #5C7838 background

This text has black color on #5C7838 background.


White color preview on #5C7838 background

This text has white color on #5C7838 background.