COLOR #5E735A

HEX: #5E735A
RGB: (94,115,90)

Color info

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

RGB color model

#5E735A color RGB value is (94,115,90).

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

RGB channels and saturation

R 94 of 255 = 37%
G 115 of 255 = 45%
B 90 of 255 = 35%

94
115
90

R + G + B ~ 39%. #5E735A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 115 + 90 = 299 (100%)
R 94 of 299 ~ 31.44%
G 115 of 299 ~ 38.46%
B 90 of 299 ~ 30.1%

%31.44
%38.46
%30.1

CMYK color model

#5E735A color CMYK value is (18,0,22,55).

  • cyan value is 18.26%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 54.90%
CMYK:
(18,0,22,55)
C18M0Y22K55 
(18%,0%,22%,55%)
(0.18/0.00/0.22/0.55)	

CMYK percentages

%18.26
%0
%21.74
%54.9

Codes

Color #5E735A in popluar color models

5E735A
RGB9411590
HSL110°12.20%40.20%
HSB/HSV110°21.74%45.10%
CMYK18.26%0.00%21.74%
54.90%

Color #5E735A in popluar number systems.

HEX5E735A
Decimal9411590
Binary101111011100111011010
Octal136163132

Shades and tints

Shades of #5E735A

#5E735A
(94,115,90)
#566952
(86,105,82)
#4E5F4A
(78,95,74)
#465542
(70,85,66)
#3E4B3A
(62,75,58)
#364132
(54,65,50)
#2E372A
(46,55,42)
#262D22
(38,45,34)
#1E231A
(30,35,26)
#161912
(22,25,18)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #5E735A

#5E735A
(94,115,90)
#6C7F69
(108,127,105)
#7A8B78
(122,139,120)
#889787
(136,151,135)
#96A396
(150,163,150)
#A4AFA5
(164,175,165)
#B2BBB4
(178,187,180)
#C0C7C3
(192,199,195)
#CED3D2
(206,211,210)
#DCDFE1
(220,223,225)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E735A; }

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

This text font color is #5E735A.


Background Color

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

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

This div background color is #5E735A.


Border color

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

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

This div border color is #5E735A.


Opacity

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

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

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

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

This text has shadow with #5E735A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E735A on black background.


Color preview on white background

This text has color #5E735A on white background.



Black color preview on #5E735A background

This text has black color on #5E735A background.


White color preview on #5E735A background

This text has white color on #5E735A background.