COLOR #5E6950

HEX: #5E6950 RGB: (94,105,80)

Color info

#5E6950 contains red, green and blue colors in about the same proportion. Web safe color of #5E6950 is #666666 (or #666).

RGB color model

#5E6950 color RGB value is (94,105,80).

RGB: (94,105,80) (37%, 41%, 31%)

RGB channels and saturation

R 94 of 255 = 37%
G 105 of 255 = 41%
B 80 of 255 = 31%

94
105
80

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

Portions of RGB colors in percentages

R + G + B = 94 + 105 + 80 = 279 (100%)
R 94 of 279 ~ 33.69%
G 105 of 279 ~ 37.63%
B 80 of 279 ~ 28.67'%

%33.69
%37.63
%28.67

CMYK color model

#5E6950 color CMYK value is (10,0,24,59).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 58.82%

CMYK: (10,0,24,59)
C10M0Y24K59 (10%, 0%, 24%, 59%)
(0.10 / 0.00 / 0.24 / 0.59)

CMYK percentages

%10.48
%0
%23.81
%58.82

Codes

Color #5E6950 in popluar color models

5E 69 50
RGB 94 105 80
HSL 86° 13.51% 36.27%
HSB/HSV 86° 23.81% 41.18%
CMYK 10.48% 0.00% 23.81%
58.82%

Color #5E6950 in popluar number systems.

HEX 5E 69 50
Decimal 94 105 80
Binary 1011110 1101001 1010000
Octal 136 151 120

Shades and tints

Shades of #5E6950

#5E6950
(94,105,80)
#566049
(86,96,73)
#4E5742
(78,87,66)
#464E3B
(70,78,59)
#3E4534
(62,69,52)
#363C2D
(54,60,45)
#2E3326
(46,51,38)
#262A1F
(38,42,31)
#1E2118
(30,33,24)
#161811
(22,24,17)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #5E6950

#5E6950
(94,105,80)
#6C765F
(108,118,95)
#7A836E
(122,131,110)
#88907D
(136,144,125)
#969D8C
(150,157,140)
#A4AA9B
(164,170,155)
#B2B7AA
(178,183,170)
#C0C4B9
(192,196,185)
#CED1C8
(206,209,200)
#DCDED7
(220,222,215)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6950 color. Also use rgb(94,105,80) instead hex code.

Text Font Color

.myTextColor { color: #5E6950; }

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

This text font color is #5E6950.

Background Color

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

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

This div background color is #5E6950.

Border color

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

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

This div border color is #5E6950.

Opacity

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

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

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

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

This text has shadow with #5E6950 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6950.

Preview

Color preview on black background

This text has color #5E6950 on black background.


Color preview on white background

This text has color #5E6950 on white background.


Black color preview on #5E6950 background

This text has black color on #5E6950 background.


White color preview on #5E6950 background

This text has white color on #5E6950 background.


Related colors

Complementary color

Complementary color for #hex is #A196AF.


I love getcolorcode.com

Triadic colors

1 #505E69 and #69505E with #5E6950 are triadic colors.

2 #50695E and #695E50 with #5E6950 are triadic colors.