COLOR #3E746E

HEX: #3E746E RGB: (62,116,110)

Color info

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

RGB color model

#3E746E color RGB value is (62,116,110).

RGB: (62,116,110) (24%, 45%, 43%)

RGB channels and saturation

R 62 of 255 = 24%
G 116 of 255 = 45%
B 110 of 255 = 43%

62
116
110

R + G + B ~ 37%. #3E746E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 116 + 110 = 288 (100%)
R 62 of 288 ~ 21.53%
G 116 of 288 ~ 40.28%
B 110 of 288 ~ 38.19'%

%21.53
%40.28
%38.19

CMYK color model

#3E746E color CMYK value is (47,0,5,55).

  • cyan value is 46.55%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 54.51%

CMYK: (47,0,5,55)
C47M0Y5K55 (47%, 0%, 5%, 55%)
(0.47 / 0.00 / 0.05 / 0.55)

CMYK percentages

%46.55
%0
%5.17
%54.51

Codes

Color #3E746E in popluar color models

3E 74 6E
RGB 62 116 110
HSL 173° 30.34% 34.90%
HSB/HSV 173° 46.55% 45.49%
CMYK 46.55% 0.00% 5.17%
54.51%

Color #3E746E in popluar number systems.

HEX 3E 74 6E
Decimal 62 116 110
Binary 111110 1110100 1101110
Octal 76 164 156

Shades and tints

Shades of #3E746E

#3E746E
(62,116,110)
#396A64
(57,106,100)
#34605A
(52,96,90)
#2F5650
(47,86,80)
#2A4C46
(42,76,70)
#25423C
(37,66,60)
#203832
(32,56,50)
#1B2E28
(27,46,40)
#16241E
(22,36,30)
#111A14
(17,26,20)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #3E746E

#3E746E
(62,116,110)
#4F807B
(79,128,123)
#608C88
(96,140,136)
#719895
(113,152,149)
#82A4A2
(130,164,162)
#93B0AF
(147,176,175)
#A4BCBC
(164,188,188)
#B5C8C9
(181,200,201)
#C6D4D6
(198,212,214)
#D7E0E3
(215,224,227)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E746E color. Also use rgb(62,116,110) instead hex code.

Text Font Color

.myTextColor { color: #3E746E; }

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

This text font color is #3E746E.

Background Color

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

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

This div background color is #3E746E.

Border color

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

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

This div border color is #3E746E.

Opacity

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

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

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

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

This text has shadow with #3E746E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E746E.

Preview

Color preview on black background

This text has color #3E746E on black background.


Color preview on white background

This text has color #3E746E on white background.


Black color preview on #3E746E background

This text has black color on #3E746E background.


White color preview on #3E746E background

This text has white color on #3E746E background.


Related colors

Complementary color

Complementary color for #hex is #C18B91.


I love getcolorcode.com

Triadic colors

1 #6E3E74 and #746E3E with #3E746E are triadic colors.

2 #6E743E and #743E6E with #3E746E are triadic colors.