COLOR #5E763D

HEX: #5E763D RGB: (94,118,61)

Color info

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

RGB color model

#5E763D color RGB value is (94,118,61).

RGB: (94,118,61) (37%, 46%, 24%)

RGB channels and saturation

R 94 of 255 = 37%
G 118 of 255 = 46%
B 61 of 255 = 24%

94
118
61

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

Portions of RGB colors in percentages

R + G + B = 94 + 118 + 61 = 273 (100%)
R 94 of 273 ~ 34.43%
G 118 of 273 ~ 43.22%
B 61 of 273 ~ 22.34'%

%34.43
%43.22
%22.34

CMYK color model

#5E763D color CMYK value is (20,0,48,54).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 48.31%
  • key color value is 53.73%
CMYK: (20,0,48,54) C20M0Y48K54 (20%,0%,48%,54%) (0.20/0.00/0.48/0.54) 

CMYK percentages

%20.34
%0
%48.31
%53.73

Codes

Color #5E763D in popluar color models

5E 76 3D
RGB 94 118 61
HSL 85° 31.84% 35.10%
HSB/HSV 85° 48.31% 46.27%
CMYK 20.34% 0.00% 48.31%
53.73%

Color #5E763D in popluar number systems.

HEX 5E 76 3D
Decimal 94 118 61
Binary 1011110 1110110 111101
Octal 136 166 75

Shades and tints

Shades of #5E763D

#5E763D
(94,118,61)
#566C38
(86,108,56)
#4E6233
(78,98,51)
#46582E
(70,88,46)
#3E4E29
(62,78,41)
#364424
(54,68,36)
#2E3A1F
(46,58,31)
#26301A
(38,48,26)
#1E2615
(30,38,21)
#161C10
(22,28,16)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #5E763D

#5E763D
(94,118,61)
#6C824E
(108,130,78)
#7A8E5F
(122,142,95)
#889A70
(136,154,112)
#96A681
(150,166,129)
#A4B292
(164,178,146)
#B2BEA3
(178,190,163)
#C0CAB4
(192,202,180)
#CED6C5
(206,214,197)
#DCE2D6
(220,226,214)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E763D; }

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

This text font color is #5E763D.

Background Color

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

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

This div background color is #5E763D.

Border color

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

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

This div border color is #5E763D.

Opacity

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

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

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

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

This text has shadow with #5E763D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E763D.

Preview

Color preview on black background

This text has color #5E763D on black background.


Color preview on white background

This text has color #5E763D on white background.


Black color preview on #5E763D background

This text has black color on #5E763D background.


White color preview on #5E763D background

This text has white color on #5E763D background.


Related colors

Complementary color

Complementary color for #hex is #A189C2.


I love getcolorcode.com

Triadic colors

1 #3D5E76 and #763D5E with #5E763D are triadic colors.

2 #3D765E and #765E3D with #5E763D are triadic colors.