COLOR #5B7962

HEX: #5B7962
RGB: (91,121,98)

Color info

#5B7962 contains red, green and blue colors in about the same proportion. Web safe color of #5B7962 is #666666 (or #666).

RGB color model

#5B7962 color RGB value is (91,121,98).

  • red value is 91;
  • green value is 121;
  • blue value is 98.
RGB:
(91,121,98)
(36%,47%,38%)

RGB channels and saturation

R 91 of 255 = 36%
G 121 of 255 = 47%
B 98 of 255 = 38%

91
121
98

R + G + B ~ 40%. #5B7962 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
91 + 121 + 98 = 310 (100%)
R 91 of 310 ~ 29.35%
G 121 of 310 ~ 39.03%
B 98 of 310 ~ 31.61%

%29.35
%39.03
%31.61

CMYK color model

#5B7962 color CMYK value is (25,0,19,53).

  • cyan value is 24.79%
  • magenta value is 0.00%
  • yellow value is 19.01%
  • key color value is 52.55%
CMYK:
(25,0,19,53)
C25M0Y19K53 
(25%,0%,19%,53%)
(0.25/0.00/0.19/0.53)	

CMYK percentages

%24.79
%0
%19.01
%52.55

Codes

Color #5B7962 in popluar color models

5B7962
RGB9112198
HSL134°14.15%41.57%
HSB/HSV134°24.79%47.45%
CMYK24.79%0.00%19.01%
52.55%

Color #5B7962 in popluar number systems.

HEX5B7962
Decimal9112198
Binary101101111110011100010
Octal133171142

Shades and tints

Shades of #5B7962

#5B7962
(91,121,98)
#536E5A
(83,110,90)
#4B6352
(75,99,82)
#43584A
(67,88,74)
#3B4D42
(59,77,66)
#33423A
(51,66,58)
#2B3732
(43,55,50)
#232C2A
(35,44,42)
#1B2122
(27,33,34)
#13161A
(19,22,26)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #5B7962

#5B7962
(91,121,98)
#698570
(105,133,112)
#77917E
(119,145,126)
#859D8C
(133,157,140)
#93A99A
(147,169,154)
#A1B5A8
(161,181,168)
#AFC1B6
(175,193,182)
#BDCDC4
(189,205,196)
#CBD9D2
(203,217,210)
#D9E5E0
(217,229,224)
#E7F1EE
(231,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7962 color. Also use rgb(91,121,98) instead hex code.

Text Font Color

.myTextColor { color: #5B7962; }

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

This text font color is #5B7962.


Background Color

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

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

This div background color is #5B7962.


Border color

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

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

This div border color is #5B7962.


Opacity

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

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

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

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

This text has shadow with #5B7962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7962 on black background.


Color preview on white background

This text has color #5B7962 on white background.



Black color preview on #5B7962 background

This text has black color on #5B7962 background.


White color preview on #5B7962 background

This text has white color on #5B7962 background.