COLOR #5B7619

HEX: #5B7619
RGB: (91,118,25)

Color info

#5B7619 contains mainly red and green colors. Web safe color of #5B7619 is #666600 (or #660).

RGB color model

#5B7619 color RGB value is (91,118,25).

  • red value is 91;
  • green value is 118;
  • blue value is 25.
RGB:
(91,118,25)
(36%,46%,10%)

RGB channels and saturation

R 91 of 255 = 36%
G 118 of 255 = 46%
B 25 of 255 = 10%

91
118
25

R + G + B ~ 31%. #5B7619 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 118 + 25 = 234 (100%)
R 91 of 234 ~ 38.89%
G 118 of 234 ~ 50.43%
B 25 of 234 ~ 10.68%

%38.89
%50.43
%10.68

CMYK color model

#5B7619 color CMYK value is (23,0,79,54).

  • cyan value is 22.88%
  • magenta value is 0.00%
  • yellow value is 78.81%
  • key color value is 53.73%
CMYK:
(23,0,79,54)
C23M0Y79K54 
(23%,0%,79%,54%)
(0.23/0.00/0.79/0.54)	

CMYK percentages

%22.88
%0
%78.81
%53.73

Codes

Color #5B7619 in popluar color models

5B7619
RGB9111825
HSL77°65.03%28.04%
HSB/HSV77°78.81%46.27%
CMYK22.88%0.00%78.81%
53.73%

Color #5B7619 in popluar number systems.

HEX5B7619
Decimal9111825
Binary1011011111011011001
Octal13316631

Shades and tints

Shades of #5B7619

#5B7619
(91,118,25)
#536C17
(83,108,23)
#4B6215
(75,98,21)
#435813
(67,88,19)
#3B4E11
(59,78,17)
#33440F
(51,68,15)
#2B3A0D
(43,58,13)
#23300B
(35,48,11)
#1B2609
(27,38,9)
#131C07
(19,28,7)
#0B1205
(11,18,5)
#000000
(0,0,0)

Tints of #5B7619

#5B7619
(91,118,25)
#69822D
(105,130,45)
#778E41
(119,142,65)
#859A55
(133,154,85)
#93A669
(147,166,105)
#A1B27D
(161,178,125)
#AFBE91
(175,190,145)
#BDCAA5
(189,202,165)
#CBD6B9
(203,214,185)
#D9E2CD
(217,226,205)
#E7EEE1
(231,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7619 color. Also use rgb(91,118,25) instead hex code.

Text Font Color

.myTextColor { color: #5B7619; }

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

This text font color is #5B7619.


Background Color

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

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

This div background color is #5B7619.


Border color

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

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

This div border color is #5B7619.


Opacity

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

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

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

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

This text has shadow with #5B7619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7619 on black background.


Color preview on white background

This text has color #5B7619 on white background.



Black color preview on #5B7619 background

This text has black color on #5B7619 background.


White color preview on #5B7619 background

This text has white color on #5B7619 background.