COLOR #3E6181

HEX: #3E6181 RGB: (62,97,129)

Color info

#3E6181 contains mainly green and blue colors. Web safe color of #3E6181 is #336699 (or #369).

RGB color model

#3E6181 color RGB value is (62,97,129).

RGB: (62,97,129) (24%, 38%, 51%)

RGB channels and saturation

R 62 of 255 = 24%
G 97 of 255 = 38%
B 129 of 255 = 51%

62
97
129

R + G + B ~ 38%. #3E6181 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 97 + 129 = 288 (100%)
R 62 of 288 ~ 21.53%
G 97 of 288 ~ 33.68%
B 129 of 288 ~ 44.79'%

%21.53
%33.68
%44.79

CMYK color model

#3E6181 color CMYK value is (52,25,0,49).

  • cyan value is 51.94%
  • magenta value is 24.81%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (52,25,0,49)
C52M25Y0K49 (52%, 25%, 0%, 49%)
(0.52 / 0.25 / 0.00 / 0.49)

CMYK percentages

%51.94
%24.81
%0
%49.41

Codes

Color #3E6181 in popluar color models

3E 61 81
RGB 62 97 129
HSL 209° 35.08% 37.45%
HSB/HSV 209° 51.94% 50.59%
CMYK 51.94% 24.81% 0.00%
49.41%

Color #3E6181 in popluar number systems.

HEX 3E 61 81
Decimal 62 97 129
Binary 111110 1100001 10000001
Octal 76 141 201

Shades and tints

Shades of #3E6181

#3E6181
(62,97,129)
#395976
(57,89,118)
#34516B
(52,81,107)
#2F4960
(47,73,96)
#2A4155
(42,65,85)
#25394A
(37,57,74)
#20313F
(32,49,63)
#1B2934
(27,41,52)
#162129
(22,33,41)
#11191E
(17,25,30)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #3E6181

#3E6181
(62,97,129)
#4F6F8C
(79,111,140)
#607D97
(96,125,151)
#718BA2
(113,139,162)
#8299AD
(130,153,173)
#93A7B8
(147,167,184)
#A4B5C3
(164,181,195)
#B5C3CE
(181,195,206)
#C6D1D9
(198,209,217)
#D7DFE4
(215,223,228)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6181 color. Also use rgb(62,97,129) instead hex code.

Text Font Color

.myTextColor { color: #3E6181; }

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

This text font color is #3E6181.

Background Color

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

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

This div background color is #3E6181.

Border color

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

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

This div border color is #3E6181.

Opacity

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

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

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

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

This text has shadow with #3E6181 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6181.

Preview

Color preview on black background

This text has color #3E6181 on black background.


Color preview on white background

This text has color #3E6181 on white background.


Black color preview on #3E6181 background

This text has black color on #3E6181 background.


White color preview on #3E6181 background

This text has white color on #3E6181 background.


Related colors

Complementary color

Complementary color for #hex is #C19E7E.


I love getcolorcode.com

Triadic colors

1 #813E61 and #61813E with #3E6181 are triadic colors.

2 #81613E and #613E81 with #3E6181 are triadic colors.