COLOR #5B734F

HEX: #5B734F
RGB: (91,115,79)

Color info

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

RGB color model

#5B734F color RGB value is (91,115,79).

  • red value is 91;
  • green value is 115;
  • blue value is 79.
RGB:
(91,115,79)
(36%,45%,31%)

RGB channels and saturation

R 91 of 255 = 36%
G 115 of 255 = 45%
B 79 of 255 = 31%

91
115
79

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

Portions of RGB colors in percentages

R + G + B =
91 + 115 + 79 = 285 (100%)
R 91 of 285 ~ 31.93%
G 115 of 285 ~ 40.35%
B 79 of 285 ~ 27.72%

%31.93
%40.35
%27.72

CMYK color model

#5B734F color CMYK value is (21,0,31,55).

  • cyan value is 20.87%
  • magenta value is 0.00%
  • yellow value is 31.30%
  • key color value is 54.90%
CMYK:
(21,0,31,55)
C21M0Y31K55 
(21%,0%,31%,55%)
(0.21/0.00/0.31/0.55)	

CMYK percentages

%20.87
%0
%31.3
%54.9

Codes

Color #5B734F in popluar color models

5B734F
RGB9111579
HSL100°18.56%38.04%
HSB/HSV100°31.30%45.10%
CMYK20.87%0.00%31.30%
54.90%

Color #5B734F in popluar number systems.

HEX5B734F
Decimal9111579
Binary101101111100111001111
Octal133163117

Shades and tints

Shades of #5B734F

#5B734F
(91,115,79)
#536948
(83,105,72)
#4B5F41
(75,95,65)
#43553A
(67,85,58)
#3B4B33
(59,75,51)
#33412C
(51,65,44)
#2B3725
(43,55,37)
#232D1E
(35,45,30)
#1B2317
(27,35,23)
#131910
(19,25,16)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #5B734F

#5B734F
(91,115,79)
#697F5F
(105,127,95)
#778B6F
(119,139,111)
#85977F
(133,151,127)
#93A38F
(147,163,143)
#A1AF9F
(161,175,159)
#AFBBAF
(175,187,175)
#BDC7BF
(189,199,191)
#CBD3CF
(203,211,207)
#D9DFDF
(217,223,223)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B734F; }

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

This text font color is #5B734F.


Background Color

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

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

This div background color is #5B734F.


Border color

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

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

This div border color is #5B734F.


Opacity

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

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

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

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

This text has shadow with #5B734F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B734F on black background.


Color preview on white background

This text has color #5B734F on white background.



Black color preview on #5B734F background

This text has black color on #5B734F background.


White color preview on #5B734F background

This text has white color on #5B734F background.