COLOR #5B9246

HEX: #5B9246 RGB: (91,146,70)

Color info

#5B9246 contains mainly red and green colors. Web safe color of #5B9246 is #669933 (or #693).

RGB color model

#5B9246 color RGB value is (91,146,70).

RGB: (91,146,70) (36%, 57%, 27%)

RGB channels and saturation

R 91 of 255 = 36%
G 146 of 255 = 57%
B 70 of 255 = 27%

91
146
70

R + G + B ~ 40%. #5B9246 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 91 + 146 + 70 = 307 (100%)
R 91 of 307 ~ 29.64%
G 146 of 307 ~ 47.56%
B 70 of 307 ~ 22.8'%

%29.64
%47.56
%22.8

CMYK color model

#5B9246 color CMYK value is (38,0,52,43).

  • cyan value is 37.67%
  • magenta value is 0.00%
  • yellow value is 52.05%
  • key color value is 42.75%

CMYK: (38,0,52,43)
C38M0Y52K43 (38%, 0%, 52%, 43%)
(0.38 / 0.00 / 0.52 / 0.43)

CMYK percentages

%37.67
%0
%52.05
%42.75

Codes

Color #5B9246 in popluar color models

5B 92 46
RGB 91 146 70
HSL 103° 35.19% 42.35%
HSB/HSV 103° 52.05% 57.25%
CMYK 37.67% 0.00% 52.05%
42.75%

Color #5B9246 in popluar number systems.

HEX 5B 92 46
Decimal 91 146 70
Binary 1011011 10010010 1000110
Octal 133 222 106

Shades and tints

Shades of #5B9246

#5B9246
(91,146,70)
#538540
(83,133,64)
#4B783A
(75,120,58)
#436B34
(67,107,52)
#3B5E2E
(59,94,46)
#335128
(51,81,40)
#2B4422
(43,68,34)
#23371C
(35,55,28)
#1B2A16
(27,42,22)
#131D10
(19,29,16)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #5B9246

#5B9246
(91,146,70)
#699B56
(105,155,86)
#77A466
(119,164,102)
#85AD76
(133,173,118)
#93B686
(147,182,134)
#A1BF96
(161,191,150)
#AFC8A6
(175,200,166)
#BDD1B6
(189,209,182)
#CBDAC6
(203,218,198)
#D9E3D6
(217,227,214)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9246 color. Also use rgb(91,146,70) instead hex code.

Text Font Color

.myTextColor { color: #5B9246; }

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

This text font color is #5B9246.

Background Color

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

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

This div background color is #5B9246.

Border color

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

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

This div border color is #5B9246.

Opacity

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

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

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

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

This text has shadow with #5B9246 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B9246.

Preview

Color preview on black background

This text has color #5B9246 on black background.


Color preview on white background

This text has color #5B9246 on white background.


Black color preview on #5B9246 background

This text has black color on #5B9246 background.


White color preview on #5B9246 background

This text has white color on #5B9246 background.


Related colors

Complementary color

Complementary color for #hex is #A46DB9.


I love getcolorcode.com

Triadic colors

1 #465B92 and #92465B with #5B9246 are triadic colors.

2 #46925B and #925B46 with #5B9246 are triadic colors.