COLOR #3E515A

HEX: #3E515A RGB: (62,81,90)

Color info

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

RGB color model

#3E515A color RGB value is (62,81,90).

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

RGB channels and saturation

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

62
81
90

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

Portions of RGB colors in percentages

R + G + B = 62 + 81 + 90 = 233 (100%)
R 62 of 233 ~ 26.61%
G 81 of 233 ~ 34.76%
B 90 of 233 ~ 38.63'%

%26.61
%34.76
%38.63

CMYK color model

#3E515A color CMYK value is (31,10,0,65).

  • cyan value is 31.11%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK: (31,10,0,65) C31M10Y0K65 (31%,10%,0%,65%) (0.31/0.10/0.00/0.65) 

CMYK percentages

%31.11
%10
%0
%64.71

Codes

Color #3E515A in popluar color models

3E 51 5A
RGB 62 81 90
HSL 199° 18.42% 29.80%
HSB/HSV 199° 31.11% 35.29%
CMYK 31.11% 10.00% 0.00%
64.71%

Color #3E515A in popluar number systems.

HEX 3E 51 5A
Decimal 62 81 90
Binary 111110 1010001 1011010
Octal 76 121 132

Shades and tints

Shades of #3E515A

#3E515A
(62,81,90)
#394A52
(57,74,82)
#34434A
(52,67,74)
#2F3C42
(47,60,66)
#2A353A
(42,53,58)
#252E32
(37,46,50)
#20272A
(32,39,42)
#1B2022
(27,32,34)
#16191A
(22,25,26)
#111212
(17,18,18)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #3E515A

#3E515A
(62,81,90)
#4F6069
(79,96,105)
#606F78
(96,111,120)
#717E87
(113,126,135)
#828D96
(130,141,150)
#939CA5
(147,156,165)
#A4ABB4
(164,171,180)
#B5BAC3
(181,186,195)
#C6C9D2
(198,201,210)
#D7D8E1
(215,216,225)
#E8E7F0
(232,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E515A; }

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

This text font color is #3E515A.

Background Color

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

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

This div background color is #3E515A.

Border color

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

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

This div border color is #3E515A.

Opacity

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

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

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

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

This text has shadow with #3E515A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E515A.

Preview

Color preview on black background

This text has color #3E515A on black background.


Color preview on white background

This text has color #3E515A on white background.


Black color preview on #3E515A background

This text has black color on #3E515A background.


White color preview on #3E515A background

This text has white color on #3E515A background.


Related colors

Complementary color

Complementary color for #hex is #C1AEA5.


I love getcolorcode.com

Triadic colors

1 #5A3E51 and #515A3E with #3E515A are triadic colors.

2 #5A513E and #513E5A with #3E515A are triadic colors.