COLOR #3E5B53

HEX: #3E5B53
RGB: (62,91,83)

Color info

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

RGB color model

#3E5B53 color RGB value is (62,91,83).

  • red value is 62;
  • green value is 91;
  • blue value is 83.
RGB:
(62,91,83)
(24%,36%,33%)

RGB channels and saturation

R 62 of 255 = 24%
G 91 of 255 = 36%
B 83 of 255 = 33%

62
91
83

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

Portions of RGB colors in percentages

R + G + B =
62 + 91 + 83 = 236 (100%)
R 62 of 236 ~ 26.27%
G 91 of 236 ~ 38.56%
B 83 of 236 ~ 35.17%

%26.27
%38.56
%35.17

CMYK color model

#3E5B53 color CMYK value is (32,0,9,64).

  • cyan value is 31.87%
  • magenta value is 0.00%
  • yellow value is 8.79%
  • key color value is 64.31%
CMYK:
(32,0,9,64)
C32M0Y9K64 
(32%,0%,9%,64%)
(0.32/0.00/0.09/0.64)	

CMYK percentages

%31.87
%0
%8.79
%64.31

Codes

Color #3E5B53 in popluar color models

3E5B53
RGB629183
HSL163°18.95%30.00%
HSB/HSV163°31.87%35.69%
CMYK31.87%0.00%8.79%
64.31%

Color #3E5B53 in popluar number systems.

HEX3E5B53
Decimal629183
Binary11111010110111010011
Octal76133123

Shades and tints

Shades of #3E5B53

#3E5B53
(62,91,83)
#39534C
(57,83,76)
#344B45
(52,75,69)
#2F433E
(47,67,62)
#2A3B37
(42,59,55)
#253330
(37,51,48)
#202B29
(32,43,41)
#1B2322
(27,35,34)
#161B1B
(22,27,27)
#111314
(17,19,20)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #3E5B53

#3E5B53
(62,91,83)
#4F6962
(79,105,98)
#607771
(96,119,113)
#718580
(113,133,128)
#82938F
(130,147,143)
#93A19E
(147,161,158)
#A4AFAD
(164,175,173)
#B5BDBC
(181,189,188)
#C6CBCB
(198,203,203)
#D7D9DA
(215,217,218)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5B53 color. Also use rgb(62,91,83) instead hex code.

Text Font Color

.myTextColor { color: #3E5B53; }

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

This text font color is #3E5B53.


Background Color

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

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

This div background color is #3E5B53.


Border color

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

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

This div border color is #3E5B53.


Opacity

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

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

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

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

This text has shadow with #3E5B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5B53 on black background.


Color preview on white background

This text has color #3E5B53 on white background.



Black color preview on #3E5B53 background

This text has black color on #3E5B53 background.


White color preview on #3E5B53 background

This text has white color on #3E5B53 background.