COLOR #3E5D52

HEX: #3E5D52
RGB: (62,93,82)

Color info

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

RGB color model

#3E5D52 color RGB value is (62,93,82).

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

RGB channels and saturation

R 62 of 255 = 24%
G 93 of 255 = 36%
B 82 of 255 = 32%

62
93
82

R + G + B ~ 31%. #3E5D52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 93 + 82 = 237 (100%)
R 62 of 237 ~ 26.16%
G 93 of 237 ~ 39.24%
B 82 of 237 ~ 34.6%

%26.16
%39.24
%34.6

CMYK color model

#3E5D52 color CMYK value is (33,0,12,64).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 11.83%
  • key color value is 63.53%
CMYK:
(33,0,12,64)
C33M0Y12K64 
(33%,0%,12%,64%)
(0.33/0.00/0.12/0.64)	

CMYK percentages

%33.33
%0
%11.83
%63.53

Codes

Color #3E5D52 in popluar color models

3E5D52
RGB629382
HSL159°20.00%30.39%
HSB/HSV159°33.33%36.47%
CMYK33.33%0.00%11.83%
63.53%

Color #3E5D52 in popluar number systems.

HEX3E5D52
Decimal629382
Binary11111010111011010010
Octal76135122

Shades and tints

Shades of #3E5D52

#3E5D52
(62,93,82)
#39554B
(57,85,75)
#344D44
(52,77,68)
#2F453D
(47,69,61)
#2A3D36
(42,61,54)
#25352F
(37,53,47)
#202D28
(32,45,40)
#1B2521
(27,37,33)
#161D1A
(22,29,26)
#111513
(17,21,19)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #3E5D52

#3E5D52
(62,93,82)
#4F6B61
(79,107,97)
#607970
(96,121,112)
#71877F
(113,135,127)
#82958E
(130,149,142)
#93A39D
(147,163,157)
#A4B1AC
(164,177,172)
#B5BFBB
(181,191,187)
#C6CDCA
(198,205,202)
#D7DBD9
(215,219,217)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5D52; }

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

This text font color is #3E5D52.


Background Color

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

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

This div background color is #3E5D52.


Border color

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

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

This div border color is #3E5D52.


Opacity

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

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

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

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

This text has shadow with #3E5D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5D52 on black background.


Color preview on white background

This text has color #3E5D52 on white background.



Black color preview on #3E5D52 background

This text has black color on #3E5D52 background.


White color preview on #3E5D52 background

This text has white color on #3E5D52 background.