COLOR #5B721B

HEX: #5B721B RGB: (91,114,27)

Color info

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

RGB color model

#5B721B color RGB value is (91,114,27).

RGB: (91,114,27) (36%, 45%, 11%)

RGB channels and saturation

R 91 of 255 = 36%
G 114 of 255 = 45%
B 27 of 255 = 11%

91
114
27

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

Portions of RGB colors in percentages

R + G + B = 91 + 114 + 27 = 232 (100%)
R 91 of 232 ~ 39.22%
G 114 of 232 ~ 49.14%
B 27 of 232 ~ 11.64'%

%39.22
%49.14
%11.64

CMYK color model

#5B721B color CMYK value is (20,0,76,55).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 76.32%
  • key color value is 55.29%

CMYK: (20,0,76,55)
C20M0Y76K55 (20%, 0%, 76%, 55%)
(0.20 / 0.00 / 0.76 / 0.55)

CMYK percentages

%20.18
%0
%76.32
%55.29

Codes

Color #5B721B in popluar color models

5B 72 1B
RGB 91 114 27
HSL 76° 61.70% 27.65%
HSB/HSV 76° 76.32% 44.71%
CMYK 20.18% 0.00% 76.32%
55.29%

Color #5B721B in popluar number systems.

HEX 5B 72 1B
Decimal 91 114 27
Binary 1011011 1110010 11011
Octal 133 162 33

Shades and tints

Shades of #5B721B

#5B721B
(91,114,27)
#536819
(83,104,25)
#4B5E17
(75,94,23)
#435415
(67,84,21)
#3B4A13
(59,74,19)
#334011
(51,64,17)
#2B360F
(43,54,15)
#232C0D
(35,44,13)
#1B220B
(27,34,11)
#131809
(19,24,9)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #5B721B

#5B721B
(91,114,27)
#697E2F
(105,126,47)
#778A43
(119,138,67)
#859657
(133,150,87)
#93A26B
(147,162,107)
#A1AE7F
(161,174,127)
#AFBA93
(175,186,147)
#BDC6A7
(189,198,167)
#CBD2BB
(203,210,187)
#D9DECF
(217,222,207)
#E7EAE3
(231,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B721B color. Also use rgb(91,114,27) instead hex code.

Text Font Color

.myTextColor { color: #5B721B; }

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

This text font color is #5B721B.

Background Color

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

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

This div background color is #5B721B.

Border color

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

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

This div border color is #5B721B.

Opacity

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

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

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

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

This text has shadow with #5B721B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B721B.

Preview

Color preview on black background

This text has color #5B721B on black background.


Color preview on white background

This text has color #5B721B on white background.


Black color preview on #5B721B background

This text has black color on #5B721B background.


White color preview on #5B721B background

This text has white color on #5B721B background.


Related colors

Complementary color

Complementary color for #hex is #A48DE4.


I love getcolorcode.com

Triadic colors

1 #1B5B72 and #721B5B with #5B721B are triadic colors.

2 #1B725B and #725B1B with #5B721B are triadic colors.