COLOR #5B7E5D

HEX: #5B7E5D
RGB: (91,126,93)

Color info

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

RGB color model

#5B7E5D color RGB value is (91,126,93).

  • red value is 91;
  • green value is 126;
  • blue value is 93.
RGB:
(91,126,93)
(36%,49%,36%)

RGB channels and saturation

R 91 of 255 = 36%
G 126 of 255 = 49%
B 93 of 255 = 36%

91
126
93

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

Portions of RGB colors in percentages

R + G + B =
91 + 126 + 93 = 310 (100%)
R 91 of 310 ~ 29.35%
G 126 of 310 ~ 40.65%
B 93 of 310 ~ 30%

%29.35
%40.65
%30

CMYK color model

#5B7E5D color CMYK value is (28,0,26,51).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 26.19%
  • key color value is 50.59%
CMYK:
(28,0,26,51)
C28M0Y26K51 
(28%,0%,26%,51%)
(0.28/0.00/0.26/0.51)	

CMYK percentages

%27.78
%0
%26.19
%50.59

Codes

Color #5B7E5D in popluar color models

5B7E5D
RGB9112693
HSL123°16.13%42.55%
HSB/HSV123°27.78%49.41%
CMYK27.78%0.00%26.19%
50.59%

Color #5B7E5D in popluar number systems.

HEX5B7E5D
Decimal9112693
Binary101101111111101011101
Octal133176135

Shades and tints

Shades of #5B7E5D

#5B7E5D
(91,126,93)
#537355
(83,115,85)
#4B684D
(75,104,77)
#435D45
(67,93,69)
#3B523D
(59,82,61)
#334735
(51,71,53)
#2B3C2D
(43,60,45)
#233125
(35,49,37)
#1B261D
(27,38,29)
#131B15
(19,27,21)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #5B7E5D

#5B7E5D
(91,126,93)
#69896B
(105,137,107)
#779479
(119,148,121)
#859F87
(133,159,135)
#93AA95
(147,170,149)
#A1B5A3
(161,181,163)
#AFC0B1
(175,192,177)
#BDCBBF
(189,203,191)
#CBD6CD
(203,214,205)
#D9E1DB
(217,225,219)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7E5D color. Also use rgb(91,126,93) instead hex code.

Text Font Color

.myTextColor { color: #5B7E5D; }

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

This text font color is #5B7E5D.


Background Color

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

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

This div background color is #5B7E5D.


Border color

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

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

This div border color is #5B7E5D.


Opacity

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

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

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

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

This text has shadow with #5B7E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7E5D on black background.


Color preview on white background

This text has color #5B7E5D on white background.



Black color preview on #5B7E5D background

This text has black color on #5B7E5D background.


White color preview on #5B7E5D background

This text has white color on #5B7E5D background.