COLOR #5C7B30

HEX: #5C7B30
RGB: (92,123,48)

Color info

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

RGB color model

#5C7B30 color RGB value is (92,123,48).

  • red value is 92;
  • green value is 123;
  • blue value is 48.
RGB:
(92,123,48)
(36%,48%,19%)

RGB channels and saturation

R 92 of 255 = 36%
G 123 of 255 = 48%
B 48 of 255 = 19%

92
123
48

R + G + B ~ 34%. #5C7B30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 123 + 48 = 263 (100%)
R 92 of 263 ~ 34.98%
G 123 of 263 ~ 46.77%
B 48 of 263 ~ 18.25%

%34.98
%46.77
%18.25

CMYK color model

#5C7B30 color CMYK value is (25,0,61,52).

  • cyan value is 25.20%
  • magenta value is 0.00%
  • yellow value is 60.98%
  • key color value is 51.76%
CMYK:
(25,0,61,52)
C25M0Y61K52 
(25%,0%,61%,52%)
(0.25/0.00/0.61/0.52)	

CMYK percentages

%25.2
%0
%60.98
%51.76

Codes

Color #5C7B30 in popluar color models

5C7B30
RGB9212348
HSL85°43.86%33.53%
HSB/HSV85°60.98%48.24%
CMYK25.20%0.00%60.98%
51.76%

Color #5C7B30 in popluar number systems.

HEX5C7B30
Decimal9212348
Binary10111001111011110000
Octal13417360

Shades and tints

Shades of #5C7B30

#5C7B30
(92,123,48)
#54702C
(84,112,44)
#4C6528
(76,101,40)
#445A24
(68,90,36)
#3C4F20
(60,79,32)
#34441C
(52,68,28)
#2C3918
(44,57,24)
#242E14
(36,46,20)
#1C2310
(28,35,16)
#14180C
(20,24,12)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #5C7B30

#5C7B30
(92,123,48)
#6A8742
(106,135,66)
#789354
(120,147,84)
#869F66
(134,159,102)
#94AB78
(148,171,120)
#A2B78A
(162,183,138)
#B0C39C
(176,195,156)
#BECFAE
(190,207,174)
#CCDBC0
(204,219,192)
#DAE7D2
(218,231,210)
#E8F3E4
(232,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7B30 color. Also use rgb(92,123,48) instead hex code.

Text Font Color

.myTextColor { color: #5C7B30; }

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

This text font color is #5C7B30.


Background Color

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

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

This div background color is #5C7B30.


Border color

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

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

This div border color is #5C7B30.


Opacity

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

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

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

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

This text has shadow with #5C7B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7B30 on black background.


Color preview on white background

This text has color #5C7B30 on white background.



Black color preview on #5C7B30 background

This text has black color on #5C7B30 background.


White color preview on #5C7B30 background

This text has white color on #5C7B30 background.