COLOR #5E863D

HEX: #5E863D RGB: (94,134,61)

Color info

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

RGB color model

#5E863D color RGB value is (94,134,61).

RGB: (94,134,61) (37%, 53%, 24%)

RGB channels and saturation

R 94 of 255 = 37%
G 134 of 255 = 53%
B 61 of 255 = 24%

94
134
61

R + G + B ~ 38%. #5E863D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 134 + 61 = 289 (100%)
R 94 of 289 ~ 32.53%
G 134 of 289 ~ 46.37%
B 61 of 289 ~ 21.11'%

%32.53
%46.37
%21.11

CMYK color model

#5E863D color CMYK value is (30,0,54,47).

  • cyan value is 29.85%
  • magenta value is 0.00%
  • yellow value is 54.48%
  • key color value is 47.45%

CMYK: (30,0,54,47)
C30M0Y54K47 (30%, 0%, 54%, 47%)
(0.30 / 0.00 / 0.54 / 0.47)

CMYK percentages

%29.85
%0
%54.48
%47.45

Codes

Color #5E863D in popluar color models

5E 86 3D
RGB 94 134 61
HSL 93° 37.44% 38.24%
HSB/HSV 93° 54.48% 52.55%
CMYK 29.85% 0.00% 54.48%
47.45%

Color #5E863D in popluar number systems.

HEX 5E 86 3D
Decimal 94 134 61
Binary 1011110 10000110 111101
Octal 136 206 75

Shades and tints

Shades of #5E863D

#5E863D
(94,134,61)
#567A38
(86,122,56)
#4E6E33
(78,110,51)
#46622E
(70,98,46)
#3E5629
(62,86,41)
#364A24
(54,74,36)
#2E3E1F
(46,62,31)
#26321A
(38,50,26)
#1E2615
(30,38,21)
#161A10
(22,26,16)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #5E863D

#5E863D
(94,134,61)
#6C914E
(108,145,78)
#7A9C5F
(122,156,95)
#88A770
(136,167,112)
#96B281
(150,178,129)
#A4BD92
(164,189,146)
#B2C8A3
(178,200,163)
#C0D3B4
(192,211,180)
#CEDEC5
(206,222,197)
#DCE9D6
(220,233,214)
#EAF4E7
(234,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E863D; }

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

This text font color is #5E863D.

Background Color

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

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

This div background color is #5E863D.

Border color

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

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

This div border color is #5E863D.

Opacity

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

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

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

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

This text has shadow with #5E863D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E863D.

Preview

Color preview on black background

This text has color #5E863D on black background.


Color preview on white background

This text has color #5E863D on white background.


Black color preview on #5E863D background

This text has black color on #5E863D background.


White color preview on #5E863D background

This text has white color on #5E863D background.


Related colors

Complementary color

Complementary color for #hex is #A179C2.


I love getcolorcode.com

Triadic colors

1 #3D5E86 and #863D5E with #5E863D are triadic colors.

2 #3D865E and #865E3D with #5E863D are triadic colors.