COLOR #5E635A

HEX: #5E635A
RGB: (94,99,90)

Color info

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

RGB color model

#5E635A color RGB value is (94,99,90).

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

RGB channels and saturation

R 94 of 255 = 37%
G 99 of 255 = 39%
B 90 of 255 = 35%

94
99
90

R + G + B ~ 37%. #5E635A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 99 + 90 = 283 (100%)
R 94 of 283 ~ 33.22%
G 99 of 283 ~ 34.98%
B 90 of 283 ~ 31.8%

%33.22
%34.98
%31.8

CMYK color model

#5E635A color CMYK value is (5,0,9,61).

  • cyan value is 5.05%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 61.18%
CMYK:
(5,0,9,61)
C5M0Y9K61 
(5%,0%,9%,61%)
(0.05/0.00/0.09/0.61)	

CMYK percentages

%5.05
%0
%9.09
%61.18

Codes

Color #5E635A in popluar color models

5E635A
RGB949990
HSL93°4.76%37.06%
HSB/HSV93°9.09%38.82%
CMYK5.05%0.00%9.09%
61.18%

Color #5E635A in popluar number systems.

HEX5E635A
Decimal949990
Binary101111011000111011010
Octal136143132

Shades and tints

Shades of #5E635A

#5E635A
(94,99,90)
#565A52
(86,90,82)
#4E514A
(78,81,74)
#464842
(70,72,66)
#3E3F3A
(62,63,58)
#363632
(54,54,50)
#2E2D2A
(46,45,42)
#262422
(38,36,34)
#1E1B1A
(30,27,26)
#161212
(22,18,18)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #5E635A

#5E635A
(94,99,90)
#6C7169
(108,113,105)
#7A7F78
(122,127,120)
#888D87
(136,141,135)
#969B96
(150,155,150)
#A4A9A5
(164,169,165)
#B2B7B4
(178,183,180)
#C0C5C3
(192,197,195)
#CED3D2
(206,211,210)
#DCE1E1
(220,225,225)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E635A; }

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

This text font color is #5E635A.


Background Color

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

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

This div background color is #5E635A.


Border color

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

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

This div border color is #5E635A.


Opacity

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

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

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

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

This text has shadow with #5E635A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E635A on black background.


Color preview on white background

This text has color #5E635A on white background.



Black color preview on #5E635A background

This text has black color on #5E635A background.


White color preview on #5E635A background

This text has white color on #5E635A background.