COLOR #5E764B

HEX: #5E764B RGB: (94,118,75)

Color info

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

RGB color model

#5E764B color RGB value is (94,118,75).

RGB: (94,118,75) (37%, 46%, 29%)

RGB channels and saturation

R 94 of 255 = 37%
G 118 of 255 = 46%
B 75 of 255 = 29%

94
118
75

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

Portions of RGB colors in percentages

R + G + B = 94 + 118 + 75 = 287 (100%)
R 94 of 287 ~ 32.75%
G 118 of 287 ~ 41.11%
B 75 of 287 ~ 26.13'%

%32.75
%41.11
%26.13

CMYK color model

#5E764B color CMYK value is (20,0,36,54).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 36.44%
  • key color value is 53.73%

CMYK: (20,0,36,54)
C20M0Y36K54 (20%, 0%, 36%, 54%)
(0.20 / 0.00 / 0.36 / 0.54)

CMYK percentages

%20.34
%0
%36.44
%53.73

Codes

Color #5E764B in popluar color models

5E 76 4B
RGB 94 118 75
HSL 93° 22.28% 37.84%
HSB/HSV 93° 36.44% 46.27%
CMYK 20.34% 0.00% 36.44%
53.73%

Color #5E764B in popluar number systems.

HEX 5E 76 4B
Decimal 94 118 75
Binary 1011110 1110110 1001011
Octal 136 166 113

Shades and tints

Shades of #5E764B

#5E764B
(94,118,75)
#566C45
(86,108,69)
#4E623F
(78,98,63)
#465839
(70,88,57)
#3E4E33
(62,78,51)
#36442D
(54,68,45)
#2E3A27
(46,58,39)
#263021
(38,48,33)
#1E261B
(30,38,27)
#161C15
(22,28,21)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #5E764B

#5E764B
(94,118,75)
#6C825B
(108,130,91)
#7A8E6B
(122,142,107)
#889A7B
(136,154,123)
#96A68B
(150,166,139)
#A4B29B
(164,178,155)
#B2BEAB
(178,190,171)
#C0CABB
(192,202,187)
#CED6CB
(206,214,203)
#DCE2DB
(220,226,219)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E764B color. Also use rgb(94,118,75) instead hex code.

Text Font Color

.myTextColor { color: #5E764B; }

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

This text font color is #5E764B.

Background Color

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

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

This div background color is #5E764B.

Border color

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

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

This div border color is #5E764B.

Opacity

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

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

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

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

This text has shadow with #5E764B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E764B.

Preview

Color preview on black background

This text has color #5E764B on black background.


Color preview on white background

This text has color #5E764B on white background.


Black color preview on #5E764B background

This text has black color on #5E764B background.


White color preview on #5E764B background

This text has white color on #5E764B background.


Related colors

Complementary color

Complementary color for #hex is #A189B4.


I love getcolorcode.com

Triadic colors

1 #4B5E76 and #764B5E with #5E764B are triadic colors.

2 #4B765E and #765E4B with #5E764B are triadic colors.