COLOR #5C7C35

HEX: #5C7C35
RGB: (92,124,53)

Color info

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

RGB color model

#5C7C35 color RGB value is (92,124,53).

  • red value is 92;
  • green value is 124;
  • blue value is 53.
RGB:
(92,124,53)
(36%,49%,21%)

RGB channels and saturation

R 92 of 255 = 36%
G 124 of 255 = 49%
B 53 of 255 = 21%

92
124
53

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

Portions of RGB colors in percentages

R + G + B =
92 + 124 + 53 = 269 (100%)
R 92 of 269 ~ 34.2%
G 124 of 269 ~ 46.1%
B 53 of 269 ~ 19.7%

%34.2
%46.1
%19.7

CMYK color model

#5C7C35 color CMYK value is (26,0,57,51).

  • cyan value is 25.81%
  • magenta value is 0.00%
  • yellow value is 57.26%
  • key color value is 51.37%
CMYK:
(26,0,57,51)
C26M0Y57K51 
(26%,0%,57%,51%)
(0.26/0.00/0.57/0.51)	

CMYK percentages

%25.81
%0
%57.26
%51.37

Codes

Color #5C7C35 in popluar color models

5C7C35
RGB9212453
HSL87°40.11%34.71%
HSB/HSV87°57.26%48.63%
CMYK25.81%0.00%57.26%
51.37%

Color #5C7C35 in popluar number systems.

HEX5C7C35
Decimal9212453
Binary10111001111100110101
Octal13417465

Shades and tints

Shades of #5C7C35

#5C7C35
(92,124,53)
#547131
(84,113,49)
#4C662D
(76,102,45)
#445B29
(68,91,41)
#3C5025
(60,80,37)
#344521
(52,69,33)
#2C3A1D
(44,58,29)
#242F19
(36,47,25)
#1C2415
(28,36,21)
#141911
(20,25,17)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #5C7C35

#5C7C35
(92,124,53)
#6A8747
(106,135,71)
#789259
(120,146,89)
#869D6B
(134,157,107)
#94A87D
(148,168,125)
#A2B38F
(162,179,143)
#B0BEA1
(176,190,161)
#BEC9B3
(190,201,179)
#CCD4C5
(204,212,197)
#DADFD7
(218,223,215)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7C35 color. Also use rgb(92,124,53) instead hex code.

Text Font Color

.myTextColor { color: #5C7C35; }

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

This text font color is #5C7C35.


Background Color

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

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

This div background color is #5C7C35.


Border color

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

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

This div border color is #5C7C35.


Opacity

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

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

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

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

This text has shadow with #5C7C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7C35 on black background.


Color preview on white background

This text has color #5C7C35 on white background.



Black color preview on #5C7C35 background

This text has black color on #5C7C35 background.


White color preview on #5C7C35 background

This text has white color on #5C7C35 background.