COLOR #5C7631

HEX: #5C7631
RGB: (92,118,49)

Color info

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

RGB color model

#5C7631 color RGB value is (92,118,49).

  • red value is 92;
  • green value is 118;
  • blue value is 49.
RGB:
(92,118,49)
(36%,46%,19%)

RGB channels and saturation

R 92 of 255 = 36%
G 118 of 255 = 46%
B 49 of 255 = 19%

92
118
49

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

Portions of RGB colors in percentages

R + G + B =
92 + 118 + 49 = 259 (100%)
R 92 of 259 ~ 35.52%
G 118 of 259 ~ 45.56%
B 49 of 259 ~ 18.92%

%35.52
%45.56
%18.92

CMYK color model

#5C7631 color CMYK value is (22,0,58,54).

  • cyan value is 22.03%
  • magenta value is 0.00%
  • yellow value is 58.47%
  • key color value is 53.73%
CMYK:
(22,0,58,54)
C22M0Y58K54 
(22%,0%,58%,54%)
(0.22/0.00/0.58/0.54)	

CMYK percentages

%22.03
%0
%58.47
%53.73

Codes

Color #5C7631 in popluar color models

5C7631
RGB9211849
HSL83°41.32%32.75%
HSB/HSV83°58.47%46.27%
CMYK22.03%0.00%58.47%
53.73%

Color #5C7631 in popluar number systems.

HEX5C7631
Decimal9211849
Binary10111001110110110001
Octal13416661

Shades and tints

Shades of #5C7631

#5C7631
(92,118,49)
#546C2D
(84,108,45)
#4C6229
(76,98,41)
#445825
(68,88,37)
#3C4E21
(60,78,33)
#34441D
(52,68,29)
#2C3A19
(44,58,25)
#243015
(36,48,21)
#1C2611
(28,38,17)
#141C0D
(20,28,13)
#0C1209
(12,18,9)
#000000
(0,0,0)

Tints of #5C7631

#5C7631
(92,118,49)
#6A8243
(106,130,67)
#788E55
(120,142,85)
#869A67
(134,154,103)
#94A679
(148,166,121)
#A2B28B
(162,178,139)
#B0BE9D
(176,190,157)
#BECAAF
(190,202,175)
#CCD6C1
(204,214,193)
#DAE2D3
(218,226,211)
#E8EEE5
(232,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7631 color. Also use rgb(92,118,49) instead hex code.

Text Font Color

.myTextColor { color: #5C7631; }

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

This text font color is #5C7631.


Background Color

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

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

This div background color is #5C7631.


Border color

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

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

This div border color is #5C7631.


Opacity

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

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

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

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

This text has shadow with #5C7631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7631 on black background.


Color preview on white background

This text has color #5C7631 on white background.



Black color preview on #5C7631 background

This text has black color on #5C7631 background.


White color preview on #5C7631 background

This text has white color on #5C7631 background.