COLOR #5B7948

HEX: #5B7948 RGB: (91,121,72)

Color info

#5B7948 contains red, green and blue colors in about the same proportion. Web safe color of #5B7948 is #666633 (or #663).

RGB color model

#5B7948 color RGB value is (91,121,72).

RGB: (91,121,72) (36%, 47%, 28%)

RGB channels and saturation

R 91 of 255 = 36%
G 121 of 255 = 47%
B 72 of 255 = 28%

91
121
72

R + G + B ~ 37%. #5B7948 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 121 + 72 = 284 (100%)
R 91 of 284 ~ 32.04%
G 121 of 284 ~ 42.61%
B 72 of 284 ~ 25.35'%

%32.04
%42.61
%25.35

CMYK color model

#5B7948 color CMYK value is (25,0,40,53).

  • cyan value is 24.79%
  • magenta value is 0.00%
  • yellow value is 40.50%
  • key color value is 52.55%

CMYK: (25,0,40,53)
C25M0Y40K53 (25%, 0%, 40%, 53%)
(0.25 / 0.00 / 0.40 / 0.53)

CMYK percentages

%24.79
%0
%40.5
%52.55

Codes

Color #5B7948 in popluar color models

5B 79 48
RGB 91 121 72
HSL 97° 25.39% 37.84%
HSB/HSV 97° 40.50% 47.45%
CMYK 24.79% 0.00% 40.50%
52.55%

Color #5B7948 in popluar number systems.

HEX 5B 79 48
Decimal 91 121 72
Binary 1011011 1111001 1001000
Octal 133 171 110

Shades and tints

Shades of #5B7948

#5B7948
(91,121,72)
#536E42
(83,110,66)
#4B633C
(75,99,60)
#435836
(67,88,54)
#3B4D30
(59,77,48)
#33422A
(51,66,42)
#2B3724
(43,55,36)
#232C1E
(35,44,30)
#1B2118
(27,33,24)
#131612
(19,22,18)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #5B7948

#5B7948
(91,121,72)
#698558
(105,133,88)
#779168
(119,145,104)
#859D78
(133,157,120)
#93A988
(147,169,136)
#A1B598
(161,181,152)
#AFC1A8
(175,193,168)
#BDCDB8
(189,205,184)
#CBD9C8
(203,217,200)
#D9E5D8
(217,229,216)
#E7F1E8
(231,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7948 color. Also use rgb(91,121,72) instead hex code.

Text Font Color

.myTextColor { color: #5B7948; }

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

This text font color is #5B7948.

Background Color

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

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

This div background color is #5B7948.

Border color

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

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

This div border color is #5B7948.

Opacity

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

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

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

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

This text has shadow with #5B7948 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7948.

Preview

Color preview on black background

This text has color #5B7948 on black background.


Color preview on white background

This text has color #5B7948 on white background.


Black color preview on #5B7948 background

This text has black color on #5B7948 background.


White color preview on #5B7948 background

This text has white color on #5B7948 background.


Related colors

Complementary color

Complementary color for #hex is #A486B7.


I love getcolorcode.com

Triadic colors

1 #485B79 and #79485B with #5B7948 are triadic colors.

2 #48795B and #795B48 with #5B7948 are triadic colors.