COLOR #3E697A

HEX: #3E697A RGB: (62,105,122)

Color info

#3E697A contains mainly green and blue colors. Web safe color of #3E697A is #336666 (or #366).

RGB color model

#3E697A color RGB value is (62,105,122).

RGB: (62,105,122) (24%, 41%, 48%)

RGB channels and saturation

R 62 of 255 = 24%
G 105 of 255 = 41%
B 122 of 255 = 48%

62
105
122

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

Portions of RGB colors in percentages

R + G + B = 62 + 105 + 122 = 289 (100%)
R 62 of 289 ~ 21.45%
G 105 of 289 ~ 36.33%
B 122 of 289 ~ 42.21'%

%21.45
%36.33
%42.21

CMYK color model

#3E697A color CMYK value is (49,14,0,52).

  • cyan value is 49.18%
  • magenta value is 13.93%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (49,14,0,52) C49M14Y0K52 (49%,14%,0%,52%) (0.49/0.14/0.00/0.52) 

CMYK percentages

%49.18
%13.93
%0
%52.16

Codes

Color #3E697A in popluar color models

3E 69 7A
RGB 62 105 122
HSL 197° 32.61% 36.08%
HSB/HSV 197° 49.18% 47.84%
CMYK 49.18% 13.93% 0.00%
52.16%

Color #3E697A in popluar number systems.

HEX 3E 69 7A
Decimal 62 105 122
Binary 111110 1101001 1111010
Octal 76 151 172

Shades and tints

Shades of #3E697A

#3E697A
(62,105,122)
#39606F
(57,96,111)
#345764
(52,87,100)
#2F4E59
(47,78,89)
#2A454E
(42,69,78)
#253C43
(37,60,67)
#203338
(32,51,56)
#1B2A2D
(27,42,45)
#162122
(22,33,34)
#111817
(17,24,23)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #3E697A

#3E697A
(62,105,122)
#4F7686
(79,118,134)
#608392
(96,131,146)
#71909E
(113,144,158)
#829DAA
(130,157,170)
#93AAB6
(147,170,182)
#A4B7C2
(164,183,194)
#B5C4CE
(181,196,206)
#C6D1DA
(198,209,218)
#D7DEE6
(215,222,230)
#E8EBF2
(232,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E697A color. Also use rgb(62,105,122) instead hex code.

Text Font Color

.myTextColor { color: #3E697A; }

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

This text font color is #3E697A.

Background Color

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

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

This div background color is #3E697A.

Border color

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

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

This div border color is #3E697A.

Opacity

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

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

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

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

This text has shadow with #3E697A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E697A.

Preview

Color preview on black background

This text has color #3E697A on black background.


Color preview on white background

This text has color #3E697A on white background.


Black color preview on #3E697A background

This text has black color on #3E697A background.


White color preview on #3E697A background

This text has white color on #3E697A background.


Related colors

Complementary color

Complementary color for #hex is #C19685.


I love getcolorcode.com

Triadic colors

1 #7A3E69 and #697A3E with #3E697A are triadic colors.

2 #7A693E and #693E7A with #3E697A are triadic colors.