COLOR #5B7F5D

HEX: #5B7F5D RGB: (91,127,93)

Color info

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

RGB color model

#5B7F5D color RGB value is (91,127,93).

RGB: (91,127,93) (36%, 50%, 36%)

RGB channels and saturation

R 91 of 255 = 36%
G 127 of 255 = 50%
B 93 of 255 = 36%

91
127
93

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

Portions of RGB colors in percentages

R + G + B = 91 + 127 + 93 = 311 (100%)
R 91 of 311 ~ 29.26%
G 127 of 311 ~ 40.84%
B 93 of 311 ~ 29.9'%

%29.26
%40.84
%29.9

CMYK color model

#5B7F5D color CMYK value is (28,0,27,50).

  • cyan value is 28.35%
  • magenta value is 0.00%
  • yellow value is 26.77%
  • key color value is 50.20%

CMYK: (28,0,27,50)
C28M0Y27K50 (28%, 0%, 27%, 50%)
(0.28 / 0.00 / 0.27 / 0.50)

CMYK percentages

%28.35
%0
%26.77
%50.2

Codes

Color #5B7F5D in popluar color models

5B 7F 5D
RGB 91 127 93
HSL 123° 16.51% 42.75%
HSB/HSV 123° 28.35% 49.80%
CMYK 28.35% 0.00% 26.77%
50.20%

Color #5B7F5D in popluar number systems.

HEX 5B 7F 5D
Decimal 91 127 93
Binary 1011011 1111111 1011101
Octal 133 177 135

Shades and tints

Shades of #5B7F5D

#5B7F5D
(91,127,93)
#537455
(83,116,85)
#4B694D
(75,105,77)
#435E45
(67,94,69)
#3B533D
(59,83,61)
#334835
(51,72,53)
#2B3D2D
(43,61,45)
#233225
(35,50,37)
#1B271D
(27,39,29)
#131C15
(19,28,21)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #5B7F5D

#5B7F5D
(91,127,93)
#698A6B
(105,138,107)
#779579
(119,149,121)
#85A087
(133,160,135)
#93AB95
(147,171,149)
#A1B6A3
(161,182,163)
#AFC1B1
(175,193,177)
#BDCCBF
(189,204,191)
#CBD7CD
(203,215,205)
#D9E2DB
(217,226,219)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7F5D; }

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

This text font color is #5B7F5D.

Background Color

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

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

This div background color is #5B7F5D.

Border color

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

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

This div border color is #5B7F5D.

Opacity

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

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

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

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

This text has shadow with #5B7F5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7F5D.

Preview

Color preview on black background

This text has color #5B7F5D on black background.


Color preview on white background

This text has color #5B7F5D on white background.


Black color preview on #5B7F5D background

This text has black color on #5B7F5D background.


White color preview on #5B7F5D background

This text has white color on #5B7F5D background.


Related colors

Complementary color

Complementary color for #hex is #A480A2.


I love getcolorcode.com

Triadic colors

1 #5D5B7F and #7F5D5B with #5B7F5D are triadic colors.

2 #5D7F5B and #7F5B5D with #5B7F5D are triadic colors.