COLOR #5B784F

HEX: #5B784F
RGB: (91,120,79)

Color info

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

RGB color model

#5B784F color RGB value is (91,120,79).

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

RGB channels and saturation

R 91 of 255 = 36%
G 120 of 255 = 47%
B 79 of 255 = 31%

91
120
79

R + G + B ~ 38%. #5B784F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 120 + 79 = 290 (100%)
R 91 of 290 ~ 31.38%
G 120 of 290 ~ 41.38%
B 79 of 290 ~ 27.24%

%31.38
%41.38
%27.24

CMYK color model

#5B784F color CMYK value is (24,0,34,53).

  • cyan value is 24.17%
  • magenta value is 0.00%
  • yellow value is 34.17%
  • key color value is 52.94%
CMYK:
(24,0,34,53)
C24M0Y34K53 
(24%,0%,34%,53%)
(0.24/0.00/0.34/0.53)	

CMYK percentages

%24.17
%0
%34.17
%52.94

Codes

Color #5B784F in popluar color models

5B784F
RGB9112079
HSL102°20.60%39.02%
HSB/HSV102°34.17%47.06%
CMYK24.17%0.00%34.17%
52.94%

Color #5B784F in popluar number systems.

HEX5B784F
Decimal9112079
Binary101101111110001001111
Octal133170117

Shades and tints

Shades of #5B784F

#5B784F
(91,120,79)
#536E48
(83,110,72)
#4B6441
(75,100,65)
#435A3A
(67,90,58)
#3B5033
(59,80,51)
#33462C
(51,70,44)
#2B3C25
(43,60,37)
#23321E
(35,50,30)
#1B2817
(27,40,23)
#131E10
(19,30,16)
#0B1409
(11,20,9)
#000000
(0,0,0)

Tints of #5B784F

#5B784F
(91,120,79)
#69845F
(105,132,95)
#77906F
(119,144,111)
#859C7F
(133,156,127)
#93A88F
(147,168,143)
#A1B49F
(161,180,159)
#AFC0AF
(175,192,175)
#BDCCBF
(189,204,191)
#CBD8CF
(203,216,207)
#D9E4DF
(217,228,223)
#E7F0EF
(231,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B784F; }

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

This text font color is #5B784F.


Background Color

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

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

This div background color is #5B784F.


Border color

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

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

This div border color is #5B784F.


Opacity

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

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

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

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

This text has shadow with #5B784F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B784F on black background.


Color preview on white background

This text has color #5B784F on white background.



Black color preview on #5B784F background

This text has black color on #5B784F background.


White color preview on #5B784F background

This text has white color on #5B784F background.