COLOR #5E785A

HEX: #5E785A
RGB: (94,120,90)

Color info

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

RGB color model

#5E785A color RGB value is (94,120,90).

  • red value is 94;
  • green value is 120;
  • blue value is 90.
RGB:
(94,120,90)
(37%,47%,35%)

RGB channels and saturation

R 94 of 255 = 37%
G 120 of 255 = 47%
B 90 of 255 = 35%

94
120
90

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

Portions of RGB colors in percentages

R + G + B =
94 + 120 + 90 = 304 (100%)
R 94 of 304 ~ 30.92%
G 120 of 304 ~ 39.47%
B 90 of 304 ~ 29.61%

%30.92
%39.47
%29.61

CMYK color model

#5E785A color CMYK value is (22,0,25,53).

  • cyan value is 21.67%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 52.94%
CMYK:
(22,0,25,53)
C22M0Y25K53 
(22%,0%,25%,53%)
(0.22/0.00/0.25/0.53)	

CMYK percentages

%21.67
%0
%25
%52.94

Codes

Color #5E785A in popluar color models

5E785A
RGB9412090
HSL112°14.29%41.18%
HSB/HSV112°25.00%47.06%
CMYK21.67%0.00%25.00%
52.94%

Color #5E785A in popluar number systems.

HEX5E785A
Decimal9412090
Binary101111011110001011010
Octal136170132

Shades and tints

Shades of #5E785A

#5E785A
(94,120,90)
#566E52
(86,110,82)
#4E644A
(78,100,74)
#465A42
(70,90,66)
#3E503A
(62,80,58)
#364632
(54,70,50)
#2E3C2A
(46,60,42)
#263222
(38,50,34)
#1E281A
(30,40,26)
#161E12
(22,30,18)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #5E785A

#5E785A
(94,120,90)
#6C8469
(108,132,105)
#7A9078
(122,144,120)
#889C87
(136,156,135)
#96A896
(150,168,150)
#A4B4A5
(164,180,165)
#B2C0B4
(178,192,180)
#C0CCC3
(192,204,195)
#CED8D2
(206,216,210)
#DCE4E1
(220,228,225)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E785A color. Also use rgb(94,120,90) instead hex code.

Text Font Color

.myTextColor { color: #5E785A; }

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

This text font color is #5E785A.


Background Color

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

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

This div background color is #5E785A.


Border color

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

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

This div border color is #5E785A.


Opacity

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

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

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

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

This text has shadow with #5E785A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E785A on black background.


Color preview on white background

This text has color #5E785A on white background.



Black color preview on #5E785A background

This text has black color on #5E785A background.


White color preview on #5E785A background

This text has white color on #5E785A background.