COLOR #5B762E

HEX: #5B762E
RGB: (91,118,46)

Color info

#5B762E contains mainly red and green colors. Web safe color of #5B762E is #666633 (or #663).

RGB color model

#5B762E color RGB value is (91,118,46).

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

RGB channels and saturation

R 91 of 255 = 36%
G 118 of 255 = 46%
B 46 of 255 = 18%

91
118
46

R + G + B ~ 33%. #5B762E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 118 + 46 = 255 (100%)
R 91 of 255 ~ 35.69%
G 118 of 255 ~ 46.27%
B 46 of 255 ~ 18.04%

%35.69
%46.27
%18.04

CMYK color model

#5B762E color CMYK value is (23,0,61,54).

  • cyan value is 22.88%
  • magenta value is 0.00%
  • yellow value is 61.02%
  • key color value is 53.73%
CMYK:
(23,0,61,54)
C23M0Y61K54 
(23%,0%,61%,54%)
(0.23/0.00/0.61/0.54)	

CMYK percentages

%22.88
%0
%61.02
%53.73

Codes

Color #5B762E in popluar color models

5B762E
RGB9111846
HSL83°43.90%32.16%
HSB/HSV83°61.02%46.27%
CMYK22.88%0.00%61.02%
53.73%

Color #5B762E in popluar number systems.

HEX5B762E
Decimal9111846
Binary10110111110110101110
Octal13316656

Shades and tints

Shades of #5B762E

#5B762E
(91,118,46)
#536C2A
(83,108,42)
#4B6226
(75,98,38)
#435822
(67,88,34)
#3B4E1E
(59,78,30)
#33441A
(51,68,26)
#2B3A16
(43,58,22)
#233012
(35,48,18)
#1B260E
(27,38,14)
#131C0A
(19,28,10)
#0B1206
(11,18,6)
#000000
(0,0,0)

Tints of #5B762E

#5B762E
(91,118,46)
#698241
(105,130,65)
#778E54
(119,142,84)
#859A67
(133,154,103)
#93A67A
(147,166,122)
#A1B28D
(161,178,141)
#AFBEA0
(175,190,160)
#BDCAB3
(189,202,179)
#CBD6C6
(203,214,198)
#D9E2D9
(217,226,217)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B762E; }

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

This text font color is #5B762E.


Background Color

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

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

This div background color is #5B762E.


Border color

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

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

This div border color is #5B762E.


Opacity

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

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

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

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

This text has shadow with #5B762E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B762E on black background.


Color preview on white background

This text has color #5B762E on white background.



Black color preview on #5B762E background

This text has black color on #5B762E background.


White color preview on #5B762E background

This text has white color on #5B762E background.