COLOR #5B824D

HEX: #5B824D RGB: (91,130,77)

Color info

#5B824D contains red, green and blue colors in about the same proportion. Web safe color of #5B824D is #669933 (or #693).

RGB color model

#5B824D color RGB value is (91,130,77).

RGB: (91,130,77) (36%, 51%, 30%)

RGB channels and saturation

R 91 of 255 = 36%
G 130 of 255 = 51%
B 77 of 255 = 30%

91
130
77

R + G + B ~ 39%. #5B824D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 130 + 77 = 298 (100%)
R 91 of 298 ~ 30.54%
G 130 of 298 ~ 43.62%
B 77 of 298 ~ 25.84'%

%30.54
%43.62
%25.84

CMYK color model

#5B824D color CMYK value is (30,0,41,49).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 40.77%
  • key color value is 49.02%
CMYK: (30,0,41,49) C30M0Y41K49 (30%,0%,41%,49%) (0.30/0.00/0.41/0.49) 

CMYK percentages

%30
%0
%40.77
%49.02

Codes

Color #5B824D in popluar color models

5B 82 4D
RGB 91 130 77
HSL 104° 25.60% 40.59%
HSB/HSV 104° 40.77% 50.98%
CMYK 30.00% 0.00% 40.77%
49.02%

Color #5B824D in popluar number systems.

HEX 5B 82 4D
Decimal 91 130 77
Binary 1011011 10000010 1001101
Octal 133 202 115

Shades and tints

Shades of #5B824D

#5B824D
(91,130,77)
#537746
(83,119,70)
#4B6C3F
(75,108,63)
#436138
(67,97,56)
#3B5631
(59,86,49)
#334B2A
(51,75,42)
#2B4023
(43,64,35)
#23351C
(35,53,28)
#1B2A15
(27,42,21)
#131F0E
(19,31,14)
#0B1407
(11,20,7)
#000000
(0,0,0)

Tints of #5B824D

#5B824D
(91,130,77)
#698D5D
(105,141,93)
#77986D
(119,152,109)
#85A37D
(133,163,125)
#93AE8D
(147,174,141)
#A1B99D
(161,185,157)
#AFC4AD
(175,196,173)
#BDCFBD
(189,207,189)
#CBDACD
(203,218,205)
#D9E5DD
(217,229,221)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B824D color. Also use rgb(91,130,77) instead hex code.

Text Font Color

.myTextColor { color: #5B824D; }

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

This text font color is #5B824D.

Background Color

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

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

This div background color is #5B824D.

Border color

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

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

This div border color is #5B824D.

Opacity

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

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

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

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

This text has shadow with #5B824D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B824D.

Preview

Color preview on black background

This text has color #5B824D on black background.


Color preview on white background

This text has color #5B824D on white background.


Black color preview on #5B824D background

This text has black color on #5B824D background.


White color preview on #5B824D background

This text has white color on #5B824D background.


Related colors

Complementary color

Complementary color for #hex is #A47DB2.


I love getcolorcode.com

Triadic colors

1 #4D5B82 and #824D5B with #5B824D are triadic colors.

2 #4D825B and #825B4D with #5B824D are triadic colors.