COLOR #3E6369

HEX: #3E6369 RGB: (62,99,105)

Color info

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

RGB color model

#3E6369 color RGB value is (62,99,105).

RGB: (62,99,105) (24%, 39%, 41%)

RGB channels and saturation

R 62 of 255 = 24%
G 99 of 255 = 39%
B 105 of 255 = 41%

62
99
105

R + G + B ~ 35%. #3E6369 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 99 + 105 = 266 (100%)
R 62 of 266 ~ 23.31%
G 99 of 266 ~ 37.22%
B 105 of 266 ~ 39.47'%

%23.31
%37.22
%39.47

CMYK color model

#3E6369 color CMYK value is (41,6,0,59).

  • cyan value is 40.95%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 58.82%

CMYK: (41,6,0,59)
C41M6Y0K59 (41%, 6%, 0%, 59%)
(0.41 / 0.06 / 0.00 / 0.59)

CMYK percentages

%40.95
%5.71
%0
%58.82

Codes

Color #3E6369 in popluar color models

3E 63 69
RGB 62 99 105
HSL 188° 25.75% 32.75%
HSB/HSV 188° 40.95% 41.18%
CMYK 40.95% 5.71% 0.00%
58.82%

Color #3E6369 in popluar number systems.

HEX 3E 63 69
Decimal 62 99 105
Binary 111110 1100011 1101001
Octal 76 143 151

Shades and tints

Shades of #3E6369

#3E6369
(62,99,105)
#395A60
(57,90,96)
#345157
(52,81,87)
#2F484E
(47,72,78)
#2A3F45
(42,63,69)
#25363C
(37,54,60)
#202D33
(32,45,51)
#1B242A
(27,36,42)
#161B21
(22,27,33)
#111218
(17,18,24)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #3E6369

#3E6369
(62,99,105)
#4F7176
(79,113,118)
#607F83
(96,127,131)
#718D90
(113,141,144)
#829B9D
(130,155,157)
#93A9AA
(147,169,170)
#A4B7B7
(164,183,183)
#B5C5C4
(181,197,196)
#C6D3D1
(198,211,209)
#D7E1DE
(215,225,222)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6369; }

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

This text font color is #3E6369.

Background Color

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

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

This div background color is #3E6369.

Border color

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

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

This div border color is #3E6369.

Opacity

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

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

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

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

This text has shadow with #3E6369 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6369.

Preview

Color preview on black background

This text has color #3E6369 on black background.


Color preview on white background

This text has color #3E6369 on white background.


Black color preview on #3E6369 background

This text has black color on #3E6369 background.


White color preview on #3E6369 background

This text has white color on #3E6369 background.


Related colors

Complementary color

Complementary color for #hex is #C19C96.


I love getcolorcode.com

Triadic colors

1 #693E63 and #63693E with #3E6369 are triadic colors.

2 #69633E and #633E69 with #3E6369 are triadic colors.