COLOR #3E5D59

HEX: #3E5D59
RGB: (62,93,89)

Color info

#3E5D59 contains red, green and blue colors in about the same proportion. Web safe color of #3E5D59 is #336666 (or #366).

RGB color model

#3E5D59 color RGB value is (62,93,89).

  • red value is 62;
  • green value is 93;
  • blue value is 89.
RGB:
(62,93,89)
(24%,36%,35%)

RGB channels and saturation

R 62 of 255 = 24%
G 93 of 255 = 36%
B 89 of 255 = 35%

62
93
89

R + G + B ~ 32%. #3E5D59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 93 + 89 = 244 (100%)
R 62 of 244 ~ 25.41%
G 93 of 244 ~ 38.11%
B 89 of 244 ~ 36.48%

%25.41
%38.11
%36.48

CMYK color model

#3E5D59 color CMYK value is (33,0,4,64).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 4.30%
  • key color value is 63.53%
CMYK:
(33,0,4,64)
C33M0Y4K64 
(33%,0%,4%,64%)
(0.33/0.00/0.04/0.64)	

CMYK percentages

%33.33
%0
%4.3
%63.53

Codes

Color #3E5D59 in popluar color models

3E5D59
RGB629389
HSL172°20.00%30.39%
HSB/HSV172°33.33%36.47%
CMYK33.33%0.00%4.30%
63.53%

Color #3E5D59 in popluar number systems.

HEX3E5D59
Decimal629389
Binary11111010111011011001
Octal76135131

Shades and tints

Shades of #3E5D59

#3E5D59
(62,93,89)
#395551
(57,85,81)
#344D49
(52,77,73)
#2F4541
(47,69,65)
#2A3D39
(42,61,57)
#253531
(37,53,49)
#202D29
(32,45,41)
#1B2521
(27,37,33)
#161D19
(22,29,25)
#111511
(17,21,17)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #3E5D59

#3E5D59
(62,93,89)
#4F6B68
(79,107,104)
#607977
(96,121,119)
#718786
(113,135,134)
#829595
(130,149,149)
#93A3A4
(147,163,164)
#A4B1B3
(164,177,179)
#B5BFC2
(181,191,194)
#C6CDD1
(198,205,209)
#D7DBE0
(215,219,224)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5D59 color. Also use rgb(62,93,89) instead hex code.

Text Font Color

.myTextColor { color: #3E5D59; }

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

This text font color is #3E5D59.


Background Color

.myBgColor { background-color: #3E5D59; }

<div style="background-color:#3E5D59">Inner text</div>

This div background color is #3E5D59.


Border color

.myBorderColor { border: 1px solid #3E5D59; }

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

This div border color is #3E5D59.


Opacity

.myOpacity80 { color: #3E5D59; opacity: 0.8; }

<p style="color:#3E5D59;opacity:0.8;">80%</p>

Text with #3E5D59 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 #3E5D59;}

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

This text has shadow with #3E5D59 color.

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

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

This text has shadow with #3E5D59 primary color and red secondary color.


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

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

This text has shadow with #3E5D59 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5D59 on black background.


Color preview on white background

This text has color #3E5D59 on white background.



Black color preview on #3E5D59 background

This text has black color on #3E5D59 background.


White color preview on #3E5D59 background

This text has white color on #3E5D59 background.