COLOR #3E514F

HEX: #3E514F
RGB: (62,81,79)

Color info

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

RGB color model

#3E514F color RGB value is (62,81,79).

  • red value is 62;
  • green value is 81;
  • blue value is 79.
RGB:
(62,81,79)
(24%,32%,31%)

RGB channels and saturation

R 62 of 255 = 24%
G 81 of 255 = 32%
B 79 of 255 = 31%

62
81
79

R + G + B ~ 29%. #3E514F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 81 + 79 = 222 (100%)
R 62 of 222 ~ 27.93%
G 81 of 222 ~ 36.49%
B 79 of 222 ~ 35.59%

%27.93
%36.49
%35.59

CMYK color model

#3E514F color CMYK value is (23,0,2,68).

  • cyan value is 23.46%
  • magenta value is 0.00%
  • yellow value is 2.47%
  • key color value is 68.24%
CMYK:
(23,0,2,68)
C23M0Y2K68 
(23%,0%,2%,68%)
(0.23/0.00/0.02/0.68)	

CMYK percentages

%23.46
%0
%2.47
%68.24

Codes

Color #3E514F in popluar color models

3E514F
RGB628179
HSL174°13.29%28.04%
HSB/HSV174°23.46%31.76%
CMYK23.46%0.00%2.47%
68.24%

Color #3E514F in popluar number systems.

HEX3E514F
Decimal628179
Binary11111010100011001111
Octal76121117

Shades and tints

Shades of #3E514F

#3E514F
(62,81,79)
#394A48
(57,74,72)
#344341
(52,67,65)
#2F3C3A
(47,60,58)
#2A3533
(42,53,51)
#252E2C
(37,46,44)
#202725
(32,39,37)
#1B201E
(27,32,30)
#161917
(22,25,23)
#111210
(17,18,16)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #3E514F

#3E514F
(62,81,79)
#4F605F
(79,96,95)
#606F6F
(96,111,111)
#717E7F
(113,126,127)
#828D8F
(130,141,143)
#939C9F
(147,156,159)
#A4ABAF
(164,171,175)
#B5BABF
(181,186,191)
#C6C9CF
(198,201,207)
#D7D8DF
(215,216,223)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E514F; }

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

This text font color is #3E514F.


Background Color

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

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

This div background color is #3E514F.


Border color

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

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

This div border color is #3E514F.


Opacity

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

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

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

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

This text has shadow with #3E514F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E514F on black background.


Color preview on white background

This text has color #3E514F on white background.



Black color preview on #3E514F background

This text has black color on #3E514F background.


White color preview on #3E514F background

This text has white color on #3E514F background.