COLOR #5B763F

HEX: #5B763F RGB: (91,118,63)

Color info

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

RGB color model

#5B763F color RGB value is (91,118,63).

RGB: (91,118,63) (36%, 46%, 25%)

RGB channels and saturation

R 91 of 255 = 36%
G 118 of 255 = 46%
B 63 of 255 = 25%

91
118
63

R + G + B ~ 36%. #5B763F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 118 + 63 = 272 (100%)
R 91 of 272 ~ 33.46%
G 118 of 272 ~ 43.38%
B 63 of 272 ~ 23.16'%

%33.46
%43.38
%23.16

CMYK color model

#5B763F color CMYK value is (23,0,47,54).

  • cyan value is 22.88%
  • magenta value is 0.00%
  • yellow value is 46.61%
  • key color value is 53.73%
CMYK: (23,0,47,54) C23M0Y47K54 (23%,0%,47%,54%) (0.23/0.00/0.47/0.54) 

CMYK percentages

%22.88
%0
%46.61
%53.73

Codes

Color #5B763F in popluar color models

5B 76 3F
RGB 91 118 63
HSL 89° 30.39% 35.49%
HSB/HSV 89° 46.61% 46.27%
CMYK 22.88% 0.00% 46.61%
53.73%

Color #5B763F in popluar number systems.

HEX 5B 76 3F
Decimal 91 118 63
Binary 1011011 1110110 111111
Octal 133 166 77

Shades and tints

Shades of #5B763F

#5B763F
(91,118,63)
#536C3A
(83,108,58)
#4B6235
(75,98,53)
#435830
(67,88,48)
#3B4E2B
(59,78,43)
#334426
(51,68,38)
#2B3A21
(43,58,33)
#23301C
(35,48,28)
#1B2617
(27,38,23)
#131C12
(19,28,18)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #5B763F

#5B763F
(91,118,63)
#698250
(105,130,80)
#778E61
(119,142,97)
#859A72
(133,154,114)
#93A683
(147,166,131)
#A1B294
(161,178,148)
#AFBEA5
(175,190,165)
#BDCAB6
(189,202,182)
#CBD6C7
(203,214,199)
#D9E2D8
(217,226,216)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B763F color. Also use rgb(91,118,63) instead hex code.

Text Font Color

.myTextColor { color: #5B763F; }

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

This text font color is #5B763F.

Background Color

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

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

This div background color is #5B763F.

Border color

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

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

This div border color is #5B763F.

Opacity

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

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

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

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

This text has shadow with #5B763F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B763F.

Preview

Color preview on black background

This text has color #5B763F on black background.


Color preview on white background

This text has color #5B763F on white background.


Black color preview on #5B763F background

This text has black color on #5B763F background.


White color preview on #5B763F background

This text has white color on #5B763F background.


Related colors

Complementary color

Complementary color for #hex is #A489C0.


I love getcolorcode.com

Triadic colors

1 #3F5B76 and #763F5B with #5B763F are triadic colors.

2 #3F765B and #765B3F with #5B763F are triadic colors.