COLOR #5B752B

HEX: #5B752B RGB: (91,117,43)

Color info

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

RGB color model

#5B752B color RGB value is (91,117,43).

RGB: (91,117,43) (36%, 46%, 17%)

RGB channels and saturation

R 91 of 255 = 36%
G 117 of 255 = 46%
B 43 of 255 = 17%

91
117
43

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

Portions of RGB colors in percentages

R + G + B = 91 + 117 + 43 = 251 (100%)
R 91 of 251 ~ 36.25%
G 117 of 251 ~ 46.61%
B 43 of 251 ~ 17.13'%

%36.25
%46.61
%17.13

CMYK color model

#5B752B color CMYK value is (22,0,63,54).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 63.25%
  • key color value is 54.12%

CMYK: (22,0,63,54)
C22M0Y63K54 (22%, 0%, 63%, 54%)
(0.22 / 0.00 / 0.63 / 0.54)

CMYK percentages

%22.22
%0
%63.25
%54.12

Codes

Color #5B752B in popluar color models

5B 75 2B
RGB 91 117 43
HSL 81° 46.25% 31.37%
HSB/HSV 81° 63.25% 45.88%
CMYK 22.22% 0.00% 63.25%
54.12%

Color #5B752B in popluar number systems.

HEX 5B 75 2B
Decimal 91 117 43
Binary 1011011 1110101 101011
Octal 133 165 53

Shades and tints

Shades of #5B752B

#5B752B
(91,117,43)
#536B28
(83,107,40)
#4B6125
(75,97,37)
#435722
(67,87,34)
#3B4D1F
(59,77,31)
#33431C
(51,67,28)
#2B3919
(43,57,25)
#232F16
(35,47,22)
#1B2513
(27,37,19)
#131B10
(19,27,16)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #5B752B

#5B752B
(91,117,43)
#69813E
(105,129,62)
#778D51
(119,141,81)
#859964
(133,153,100)
#93A577
(147,165,119)
#A1B18A
(161,177,138)
#AFBD9D
(175,189,157)
#BDC9B0
(189,201,176)
#CBD5C3
(203,213,195)
#D9E1D6
(217,225,214)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B752B color. Also use rgb(91,117,43) instead hex code.

Text Font Color

.myTextColor { color: #5B752B; }

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

This text font color is #5B752B.

Background Color

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

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

This div background color is #5B752B.

Border color

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

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

This div border color is #5B752B.

Opacity

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

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

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

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

This text has shadow with #5B752B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B752B.

Preview

Color preview on black background

This text has color #5B752B on black background.


Color preview on white background

This text has color #5B752B on white background.


Black color preview on #5B752B background

This text has black color on #5B752B background.


White color preview on #5B752B background

This text has white color on #5B752B background.


Related colors

Complementary color

Complementary color for #hex is #A48AD4.


I love getcolorcode.com

Triadic colors

1 #2B5B75 and #752B5B with #5B752B are triadic colors.

2 #2B755B and #755B2B with #5B752B are triadic colors.