COLOR #3E5A52

HEX: #3E5A52 RGB: (62,90,82)

Color info

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

RGB color model

#3E5A52 color RGB value is (62,90,82).

RGB: (62,90,82) (24%, 35%, 32%)

RGB channels and saturation

R 62 of 255 = 24%
G 90 of 255 = 35%
B 82 of 255 = 32%

62
90
82

R + G + B ~ 30%. #3E5A52 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 90 + 82 = 234 (100%)
R 62 of 234 ~ 26.5%
G 90 of 234 ~ 38.46%
B 82 of 234 ~ 35.04'%

%26.5
%38.46
%35.04

CMYK color model

#3E5A52 color CMYK value is (31,0,9,65).

  • cyan value is 31.11%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 64.71%

CMYK: (31,0,9,65)
C31M0Y9K65 (31%, 0%, 9%, 65%)
(0.31 / 0.00 / 0.09 / 0.65)

CMYK percentages

%31.11
%0
%8.89
%64.71

Codes

Color #3E5A52 in popluar color models

3E 5A 52
RGB 62 90 82
HSL 163° 18.42% 29.80%
HSB/HSV 163° 31.11% 35.29%
CMYK 31.11% 0.00% 8.89%
64.71%

Color #3E5A52 in popluar number systems.

HEX 3E 5A 52
Decimal 62 90 82
Binary 111110 1011010 1010010
Octal 76 132 122

Shades and tints

Shades of #3E5A52

#3E5A52
(62,90,82)
#39524B
(57,82,75)
#344A44
(52,74,68)
#2F423D
(47,66,61)
#2A3A36
(42,58,54)
#25322F
(37,50,47)
#202A28
(32,42,40)
#1B2221
(27,34,33)
#161A1A
(22,26,26)
#111213
(17,18,19)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #3E5A52

#3E5A52
(62,90,82)
#4F6961
(79,105,97)
#607870
(96,120,112)
#71877F
(113,135,127)
#82968E
(130,150,142)
#93A59D
(147,165,157)
#A4B4AC
(164,180,172)
#B5C3BB
(181,195,187)
#C6D2CA
(198,210,202)
#D7E1D9
(215,225,217)
#E8F0E8
(232,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5A52; }

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

This text font color is #3E5A52.

Background Color

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

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

This div background color is #3E5A52.

Border color

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

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

This div border color is #3E5A52.

Opacity

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

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

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

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

This text has shadow with #3E5A52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E5A52.

Preview

Color preview on black background

This text has color #3E5A52 on black background.


Color preview on white background

This text has color #3E5A52 on white background.


Black color preview on #3E5A52 background

This text has black color on #3E5A52 background.


White color preview on #3E5A52 background

This text has white color on #3E5A52 background.


Related colors

Complementary color

Complementary color for #hex is #C1A5AD.


I love getcolorcode.com

Triadic colors

1 #523E5A and #5A523E with #3E5A52 are triadic colors.

2 #525A3E and #5A3E52 with #3E5A52 are triadic colors.