COLOR #5B714F

HEX: #5B714F RGB: (91,113,79)

Color info

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

RGB color model

#5B714F color RGB value is (91,113,79).

RGB: (91,113,79) (36%, 44%, 31%)

RGB channels and saturation

R 91 of 255 = 36%
G 113 of 255 = 44%
B 79 of 255 = 31%

91
113
79

R + G + B ~ 37%. #5B714F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 113 + 79 = 283 (100%)
R 91 of 283 ~ 32.16%
G 113 of 283 ~ 39.93%
B 79 of 283 ~ 27.92'%

%32.16
%39.93
%27.92

CMYK color model

#5B714F color CMYK value is (19,0,30,56).

  • cyan value is 19.47%
  • magenta value is 0.00%
  • yellow value is 30.09%
  • key color value is 55.69%

CMYK: (19,0,30,56)
C19M0Y30K56 (19%, 0%, 30%, 56%)
(0.19 / 0.00 / 0.30 / 0.56)

CMYK percentages

%19.47
%0
%30.09
%55.69

Codes

Color #5B714F in popluar color models

5B 71 4F
RGB 91 113 79
HSL 99° 17.71% 37.65%
HSB/HSV 99° 30.09% 44.31%
CMYK 19.47% 0.00% 30.09%
55.69%

Color #5B714F in popluar number systems.

HEX 5B 71 4F
Decimal 91 113 79
Binary 1011011 1110001 1001111
Octal 133 161 117

Shades and tints

Shades of #5B714F

#5B714F
(91,113,79)
#536748
(83,103,72)
#4B5D41
(75,93,65)
#43533A
(67,83,58)
#3B4933
(59,73,51)
#333F2C
(51,63,44)
#2B3525
(43,53,37)
#232B1E
(35,43,30)
#1B2117
(27,33,23)
#131710
(19,23,16)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #5B714F

#5B714F
(91,113,79)
#697D5F
(105,125,95)
#77896F
(119,137,111)
#85957F
(133,149,127)
#93A18F
(147,161,143)
#A1AD9F
(161,173,159)
#AFB9AF
(175,185,175)
#BDC5BF
(189,197,191)
#CBD1CF
(203,209,207)
#D9DDDF
(217,221,223)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B714F color. Also use rgb(91,113,79) instead hex code.

Text Font Color

.myTextColor { color: #5B714F; }

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

This text font color is #5B714F.

Background Color

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

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

This div background color is #5B714F.

Border color

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

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

This div border color is #5B714F.

Opacity

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

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

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

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

This text has shadow with #5B714F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B714F.

Preview

Color preview on black background

This text has color #5B714F on black background.


Color preview on white background

This text has color #5B714F on white background.


Black color preview on #5B714F background

This text has black color on #5B714F background.


White color preview on #5B714F background

This text has white color on #5B714F background.


Related colors

Complementary color

Complementary color for #hex is #A48EB0.


I love getcolorcode.com

Triadic colors

1 #4F5B71 and #714F5B with #5B714F are triadic colors.

2 #4F715B and #715B4F with #5B714F are triadic colors.