COLOR #3E504B

HEX: #3E504B
RGB: (62,80,75)

Color info

#3E504B contains red, green and blue colors in about the same proportion. Web safe color of #3E504B is #336633 (or #363).

RGB color model

#3E504B color RGB value is (62,80,75).

  • red value is 62;
  • green value is 80;
  • blue value is 75.
RGB:
(62,80,75)
(24%,31%,29%)

RGB channels and saturation

R 62 of 255 = 24%
G 80 of 255 = 31%
B 75 of 255 = 29%

62
80
75

R + G + B ~ 28%. #3E504B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 80 + 75 = 217 (100%)
R 62 of 217 ~ 28.57%
G 80 of 217 ~ 36.87%
B 75 of 217 ~ 34.56%

%28.57
%36.87
%34.56

CMYK color model

#3E504B color CMYK value is (23,0,6,69).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 68.63%
CMYK:
(23,0,6,69)
C23M0Y6K69 
(23%,0%,6%,69%)
(0.23/0.00/0.06/0.69)	

CMYK percentages

%22.5
%0
%6.25
%68.63

Codes

Color #3E504B in popluar color models

3E504B
RGB628075
HSL163°12.68%27.84%
HSB/HSV163°22.50%31.37%
CMYK22.50%0.00%6.25%
68.63%

Color #3E504B in popluar number systems.

HEX3E504B
Decimal628075
Binary11111010100001001011
Octal76120113

Shades and tints

Shades of #3E504B

#3E504B
(62,80,75)
#394945
(57,73,69)
#34423F
(52,66,63)
#2F3B39
(47,59,57)
#2A3433
(42,52,51)
#252D2D
(37,45,45)
#202627
(32,38,39)
#1B1F21
(27,31,33)
#16181B
(22,24,27)
#111115
(17,17,21)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #3E504B

#3E504B
(62,80,75)
#4F5F5B
(79,95,91)
#606E6B
(96,110,107)
#717D7B
(113,125,123)
#828C8B
(130,140,139)
#939B9B
(147,155,155)
#A4AAAB
(164,170,171)
#B5B9BB
(181,185,187)
#C6C8CB
(198,200,203)
#D7D7DB
(215,215,219)
#E8E6EB
(232,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E504B color. Also use rgb(62,80,75) instead hex code.

Text Font Color

.myTextColor { color: #3E504B; }

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

This text font color is #3E504B.


Background Color

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

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

This div background color is #3E504B.


Border color

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

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

This div border color is #3E504B.


Opacity

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

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

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

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

This text has shadow with #3E504B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E504B on black background.


Color preview on white background

This text has color #3E504B on white background.



Black color preview on #3E504B background

This text has black color on #3E504B background.


White color preview on #3E504B background

This text has white color on #3E504B background.