COLOR #3E7366

HEX: #3E7366 RGB: (62,115,102)

Color info

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

RGB color model

#3E7366 color RGB value is (62,115,102).

RGB: (62,115,102) (24%, 45%, 40%)

RGB channels and saturation

R 62 of 255 = 24%
G 115 of 255 = 45%
B 102 of 255 = 40%

62
115
102

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

Portions of RGB colors in percentages

R + G + B = 62 + 115 + 102 = 279 (100%)
R 62 of 279 ~ 22.22%
G 115 of 279 ~ 41.22%
B 102 of 279 ~ 36.56'%

%22.22
%41.22
%36.56

CMYK color model

#3E7366 color CMYK value is (46,0,11,55).

  • cyan value is 46.09%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 54.90%

CMYK: (46,0,11,55)
C46M0Y11K55 (46%, 0%, 11%, 55%)
(0.46 / 0.00 / 0.11 / 0.55)

CMYK percentages

%46.09
%0
%11.3
%54.9

Codes

Color #3E7366 in popluar color models

3E 73 66
RGB 62 115 102
HSL 165° 29.94% 34.71%
HSB/HSV 165° 46.09% 45.10%
CMYK 46.09% 0.00% 11.30%
54.90%

Color #3E7366 in popluar number systems.

HEX 3E 73 66
Decimal 62 115 102
Binary 111110 1110011 1100110
Octal 76 163 146

Shades and tints

Shades of #3E7366

#3E7366
(62,115,102)
#39695D
(57,105,93)
#345F54
(52,95,84)
#2F554B
(47,85,75)
#2A4B42
(42,75,66)
#254139
(37,65,57)
#203730
(32,55,48)
#1B2D27
(27,45,39)
#16231E
(22,35,30)
#111915
(17,25,21)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #3E7366

#3E7366
(62,115,102)
#4F7F73
(79,127,115)
#608B80
(96,139,128)
#71978D
(113,151,141)
#82A39A
(130,163,154)
#93AFA7
(147,175,167)
#A4BBB4
(164,187,180)
#B5C7C1
(181,199,193)
#C6D3CE
(198,211,206)
#D7DFDB
(215,223,219)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7366 color. Also use rgb(62,115,102) instead hex code.

Text Font Color

.myTextColor { color: #3E7366; }

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

This text font color is #3E7366.

Background Color

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

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

This div background color is #3E7366.

Border color

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

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

This div border color is #3E7366.

Opacity

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

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

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

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

This text has shadow with #3E7366 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E7366.

Preview

Color preview on black background

This text has color #3E7366 on black background.


Color preview on white background

This text has color #3E7366 on white background.


Black color preview on #3E7366 background

This text has black color on #3E7366 background.


White color preview on #3E7366 background

This text has white color on #3E7366 background.


Related colors

Complementary color

Complementary color for #hex is #C18C99.


I love getcolorcode.com

Triadic colors

1 #663E73 and #73663E with #3E7366 are triadic colors.

2 #66733E and #733E66 with #3E7366 are triadic colors.