COLOR #5C7B3B

HEX: #5C7B3B
RGB: (92,123,59)

Color info

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

RGB color model

#5C7B3B color RGB value is (92,123,59).

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

RGB channels and saturation

R 92 of 255 = 36%
G 123 of 255 = 48%
B 59 of 255 = 23%

92
123
59

R + G + B ~ 36%. #5C7B3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 123 + 59 = 274 (100%)
R 92 of 274 ~ 33.58%
G 123 of 274 ~ 44.89%
B 59 of 274 ~ 21.53%

%33.58
%44.89
%21.53

CMYK color model

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

  • cyan value is 25.20%
  • magenta value is 0.00%
  • yellow value is 52.03%
  • key color value is 51.76%
CMYK:
(25,0,52,52)
C25M0Y52K52 
(25%,0%,52%,52%)
(0.25/0.00/0.52/0.52)	

CMYK percentages

%25.2
%0
%52.03
%51.76

Codes

Color #5C7B3B in popluar color models

5C7B3B
RGB9212359
HSL89°35.16%35.69%
HSB/HSV89°52.03%48.24%
CMYK25.20%0.00%52.03%
51.76%

Color #5C7B3B in popluar number systems.

HEX5C7B3B
Decimal9212359
Binary10111001111011111011
Octal13417373

Shades and tints

Shades of #5C7B3B

#5C7B3B
(92,123,59)
#547036
(84,112,54)
#4C6531
(76,101,49)
#445A2C
(68,90,44)
#3C4F27
(60,79,39)
#344422
(52,68,34)
#2C391D
(44,57,29)
#242E18
(36,46,24)
#1C2313
(28,35,19)
#14180E
(20,24,14)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #5C7B3B

#5C7B3B
(92,123,59)
#6A874C
(106,135,76)
#78935D
(120,147,93)
#869F6E
(134,159,110)
#94AB7F
(148,171,127)
#A2B790
(162,183,144)
#B0C3A1
(176,195,161)
#BECFB2
(190,207,178)
#CCDBC3
(204,219,195)
#DAE7D4
(218,231,212)
#E8F3E5
(232,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7B3B; }

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

This text font color is #5C7B3B.


Background Color

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

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

This div background color is #5C7B3B.


Border color

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

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

This div border color is #5C7B3B.


Opacity

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

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

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

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

This text has shadow with #5C7B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7B3B on black background.


Color preview on white background

This text has color #5C7B3B on white background.



Black color preview on #5C7B3B background

This text has black color on #5C7B3B background.


White color preview on #5C7B3B background

This text has white color on #5C7B3B background.