COLOR #3E6050

HEX: #3E6050
RGB: (62,96,80)

Color info

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

RGB color model

#3E6050 color RGB value is (62,96,80).

  • red value is 62;
  • green value is 96;
  • blue value is 80.
RGB:
(62,96,80)
(24%,38%,31%)

RGB channels and saturation

R 62 of 255 = 24%
G 96 of 255 = 38%
B 80 of 255 = 31%

62
96
80

R + G + B ~ 31%. #3E6050 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 96 + 80 = 238 (100%)
R 62 of 238 ~ 26.05%
G 96 of 238 ~ 40.34%
B 80 of 238 ~ 33.61%

%26.05
%40.34
%33.61

CMYK color model

#3E6050 color CMYK value is (35,0,17,62).

  • cyan value is 35.42%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 62.35%
CMYK:
(35,0,17,62)
C35M0Y17K62 
(35%,0%,17%,62%)
(0.35/0.00/0.17/0.62)	

CMYK percentages

%35.42
%0
%16.67
%62.35

Codes

Color #3E6050 in popluar color models

3E6050
RGB629680
HSL152°21.52%30.98%
HSB/HSV152°35.42%37.65%
CMYK35.42%0.00%16.67%
62.35%

Color #3E6050 in popluar number systems.

HEX3E6050
Decimal629680
Binary11111011000001010000
Octal76140120

Shades and tints

Shades of #3E6050

#3E6050
(62,96,80)
#395849
(57,88,73)
#345042
(52,80,66)
#2F483B
(47,72,59)
#2A4034
(42,64,52)
#25382D
(37,56,45)
#203026
(32,48,38)
#1B281F
(27,40,31)
#162018
(22,32,24)
#111811
(17,24,17)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #3E6050

#3E6050
(62,96,80)
#4F6E5F
(79,110,95)
#607C6E
(96,124,110)
#718A7D
(113,138,125)
#82988C
(130,152,140)
#93A69B
(147,166,155)
#A4B4AA
(164,180,170)
#B5C2B9
(181,194,185)
#C6D0C8
(198,208,200)
#D7DED7
(215,222,215)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6050 color. Also use rgb(62,96,80) instead hex code.

Text Font Color

.myTextColor { color: #3E6050; }

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

This text font color is #3E6050.


Background Color

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

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

This div background color is #3E6050.


Border color

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

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

This div border color is #3E6050.


Opacity

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

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

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

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

This text has shadow with #3E6050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6050 on black background.


Color preview on white background

This text has color #3E6050 on white background.



Black color preview on #3E6050 background

This text has black color on #3E6050 background.


White color preview on #3E6050 background

This text has white color on #3E6050 background.