COLOR #3E6471

HEX: #3E6471
RGB: (62,100,113)

Color info

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

RGB color model

#3E6471 color RGB value is (62,100,113).

  • red value is 62;
  • green value is 100;
  • blue value is 113.
RGB:
(62,100,113)
(24%,39%,44%)

RGB channels and saturation

R 62 of 255 = 24%
G 100 of 255 = 39%
B 113 of 255 = 44%

62
100
113

R + G + B ~ 36%. #3E6471 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 100 + 113 = 275 (100%)
R 62 of 275 ~ 22.55%
G 100 of 275 ~ 36.36%
B 113 of 275 ~ 41.09%

%22.55
%36.36
%41.09

CMYK color model

#3E6471 color CMYK value is (45,12,0,56).

  • cyan value is 45.13%
  • magenta value is 11.50%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(45,12,0,56)
C45M12Y0K56 
(45%,12%,0%,56%)
(0.45/0.12/0.00/0.56)	

CMYK percentages

%45.13
%11.5
%0
%55.69

Codes

Color #3E6471 in popluar color models

3E6471
RGB62100113
HSL195°29.14%34.31%
HSB/HSV195°45.13%44.31%
CMYK45.13%11.50%0.00%
55.69%

Color #3E6471 in popluar number systems.

HEX3E6471
Decimal62100113
Binary11111011001001110001
Octal76144161

Shades and tints

Shades of #3E6471

#3E6471
(62,100,113)
#395B67
(57,91,103)
#34525D
(52,82,93)
#2F4953
(47,73,83)
#2A4049
(42,64,73)
#25373F
(37,55,63)
#202E35
(32,46,53)
#1B252B
(27,37,43)
#161C21
(22,28,33)
#111317
(17,19,23)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #3E6471

#3E6471
(62,100,113)
#4F727D
(79,114,125)
#608089
(96,128,137)
#718E95
(113,142,149)
#829CA1
(130,156,161)
#93AAAD
(147,170,173)
#A4B8B9
(164,184,185)
#B5C6C5
(181,198,197)
#C6D4D1
(198,212,209)
#D7E2DD
(215,226,221)
#E8F0E9
(232,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6471 color. Also use rgb(62,100,113) instead hex code.

Text Font Color

.myTextColor { color: #3E6471; }

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

This text font color is #3E6471.


Background Color

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

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

This div background color is #3E6471.


Border color

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

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

This div border color is #3E6471.


Opacity

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

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

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

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

This text has shadow with #3E6471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6471 on black background.


Color preview on white background

This text has color #3E6471 on white background.



Black color preview on #3E6471 background

This text has black color on #3E6471 background.


White color preview on #3E6471 background

This text has white color on #3E6471 background.