COLOR #3E6053

HEX: #3E6053
RGB: (62,96,83)

Color info

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

RGB color model

#3E6053 color RGB value is (62,96,83).

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

RGB channels and saturation

R 62 of 255 = 24%
G 96 of 255 = 38%
B 83 of 255 = 33%

62
96
83

R + G + B ~ 32%. #3E6053 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 96 + 83 = 241 (100%)
R 62 of 241 ~ 25.73%
G 96 of 241 ~ 39.83%
B 83 of 241 ~ 34.44%

%25.73
%39.83
%34.44

CMYK color model

#3E6053 color CMYK value is (35,0,14,62).

  • cyan value is 35.42%
  • magenta value is 0.00%
  • yellow value is 13.54%
  • key color value is 62.35%
CMYK:
(35,0,14,62)
C35M0Y14K62 
(35%,0%,14%,62%)
(0.35/0.00/0.14/0.62)	

CMYK percentages

%35.42
%0
%13.54
%62.35

Codes

Color #3E6053 in popluar color models

3E6053
RGB629683
HSL157°21.52%30.98%
HSB/HSV157°35.42%37.65%
CMYK35.42%0.00%13.54%
62.35%

Color #3E6053 in popluar number systems.

HEX3E6053
Decimal629683
Binary11111011000001010011
Octal76140123

Shades and tints

Shades of #3E6053

#3E6053
(62,96,83)
#39584C
(57,88,76)
#345045
(52,80,69)
#2F483E
(47,72,62)
#2A4037
(42,64,55)
#253830
(37,56,48)
#203029
(32,48,41)
#1B2822
(27,40,34)
#16201B
(22,32,27)
#111814
(17,24,20)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #3E6053

#3E6053
(62,96,83)
#4F6E62
(79,110,98)
#607C71
(96,124,113)
#718A80
(113,138,128)
#82988F
(130,152,143)
#93A69E
(147,166,158)
#A4B4AD
(164,180,173)
#B5C2BC
(181,194,188)
#C6D0CB
(198,208,203)
#D7DEDA
(215,222,218)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6053; }

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

This text font color is #3E6053.


Background Color

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

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

This div background color is #3E6053.


Border color

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

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

This div border color is #3E6053.


Opacity

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

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

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

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

This text has shadow with #3E6053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6053 on black background.


Color preview on white background

This text has color #3E6053 on white background.



Black color preview on #3E6053 background

This text has black color on #3E6053 background.


White color preview on #3E6053 background

This text has white color on #3E6053 background.