COLOR #5E884B

HEX: #5E884B RGB: (94,136,75)

Color info

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

RGB color model

#5E884B color RGB value is (94,136,75).

RGB: (94,136,75) (37%, 53%, 29%)

RGB channels and saturation

R 94 of 255 = 37%
G 136 of 255 = 53%
B 75 of 255 = 29%

94
136
75

R + G + B ~ 40%. #5E884B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 94 + 136 + 75 = 305 (100%)
R 94 of 305 ~ 30.82%
G 136 of 305 ~ 44.59%
B 75 of 305 ~ 24.59'%

%30.82
%44.59
%24.59

CMYK color model

#5E884B color CMYK value is (31,0,45,47).

  • cyan value is 30.88%
  • magenta value is 0.00%
  • yellow value is 44.85%
  • key color value is 46.67%

CMYK: (31,0,45,47)
C31M0Y45K47 (31%, 0%, 45%, 47%)
(0.31 / 0.00 / 0.45 / 0.47)

CMYK percentages

%30.88
%0
%44.85
%46.67

Codes

Color #5E884B in popluar color models

5E 88 4B
RGB 94 136 75
HSL 101° 28.91% 41.37%
HSB/HSV 101° 44.85% 53.33%
CMYK 30.88% 0.00% 44.85%
46.67%

Color #5E884B in popluar number systems.

HEX 5E 88 4B
Decimal 94 136 75
Binary 1011110 10001000 1001011
Octal 136 210 113

Shades and tints

Shades of #5E884B

#5E884B
(94,136,75)
#567C45
(86,124,69)
#4E703F
(78,112,63)
#466439
(70,100,57)
#3E5833
(62,88,51)
#364C2D
(54,76,45)
#2E4027
(46,64,39)
#263421
(38,52,33)
#1E281B
(30,40,27)
#161C15
(22,28,21)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #5E884B

#5E884B
(94,136,75)
#6C925B
(108,146,91)
#7A9C6B
(122,156,107)
#88A67B
(136,166,123)
#96B08B
(150,176,139)
#A4BA9B
(164,186,155)
#B2C4AB
(178,196,171)
#C0CEBB
(192,206,187)
#CED8CB
(206,216,203)
#DCE2DB
(220,226,219)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E884B; }

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

This text font color is #5E884B.

Background Color

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

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

This div background color is #5E884B.

Border color

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

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

This div border color is #5E884B.

Opacity

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

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

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

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

This text has shadow with #5E884B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E884B.

Preview

Color preview on black background

This text has color #5E884B on black background.


Color preview on white background

This text has color #5E884B on white background.


Black color preview on #5E884B background

This text has black color on #5E884B background.


White color preview on #5E884B background

This text has white color on #5E884B background.


Related colors

Complementary color

Complementary color for #hex is #A177B4.


I love getcolorcode.com

Triadic colors

1 #4B5E88 and #884B5E with #5E884B are triadic colors.

2 #4B885E and #885E4B with #5E884B are triadic colors.