COLOR #5B783B

HEX: #5B783B RGB: (91,120,59)

Color info

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

RGB color model

#5B783B color RGB value is (91,120,59).

RGB: (91,120,59) (36%, 47%, 23%)

RGB channels and saturation

R 91 of 255 = 36%
G 120 of 255 = 47%
B 59 of 255 = 23%

91
120
59

R + G + B ~ 35%. #5B783B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 120 + 59 = 270 (100%)
R 91 of 270 ~ 33.7%
G 120 of 270 ~ 44.44%
B 59 of 270 ~ 21.85'%

%33.7
%44.44
%21.85

CMYK color model

#5B783B color CMYK value is (24,0,51,53).

  • cyan value is 24.17%
  • magenta value is 0.00%
  • yellow value is 50.83%
  • key color value is 52.94%

CMYK: (24,0,51,53)
C24M0Y51K53 (24%, 0%, 51%, 53%)
(0.24 / 0.00 / 0.51 / 0.53)

CMYK percentages

%24.17
%0
%50.83
%52.94

Codes

Color #5B783B in popluar color models

5B 78 3B
RGB 91 120 59
HSL 89° 34.08% 35.10%
HSB/HSV 89° 50.83% 47.06%
CMYK 24.17% 0.00% 50.83%
52.94%

Color #5B783B in popluar number systems.

HEX 5B 78 3B
Decimal 91 120 59
Binary 1011011 1111000 111011
Octal 133 170 73

Shades and tints

Shades of #5B783B

#5B783B
(91,120,59)
#536E36
(83,110,54)
#4B6431
(75,100,49)
#435A2C
(67,90,44)
#3B5027
(59,80,39)
#334622
(51,70,34)
#2B3C1D
(43,60,29)
#233218
(35,50,24)
#1B2813
(27,40,19)
#131E0E
(19,30,14)
#0B1409
(11,20,9)
#000000
(0,0,0)

Tints of #5B783B

#5B783B
(91,120,59)
#69844C
(105,132,76)
#77905D
(119,144,93)
#859C6E
(133,156,110)
#93A87F
(147,168,127)
#A1B490
(161,180,144)
#AFC0A1
(175,192,161)
#BDCCB2
(189,204,178)
#CBD8C3
(203,216,195)
#D9E4D4
(217,228,212)
#E7F0E5
(231,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B783B color. Also use rgb(91,120,59) instead hex code.

Text Font Color

.myTextColor { color: #5B783B; }

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

This text font color is #5B783B.

Background Color

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

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

This div background color is #5B783B.

Border color

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

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

This div border color is #5B783B.

Opacity

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

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

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

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

This text has shadow with #5B783B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B783B.

Preview

Color preview on black background

This text has color #5B783B on black background.


Color preview on white background

This text has color #5B783B on white background.


Black color preview on #5B783B background

This text has black color on #5B783B background.


White color preview on #5B783B background

This text has white color on #5B783B background.


Related colors

Complementary color

Complementary color for #hex is #A487C4.


I love getcolorcode.com

Triadic colors

1 #3B5B78 and #783B5B with #5B783B are triadic colors.

2 #3B785B and #785B3B with #5B783B are triadic colors.