COLOR #3E6753

HEX: #3E6753
RGB: (62,103,83)

Color info

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

RGB color model

#3E6753 color RGB value is (62,103,83).

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

RGB channels and saturation

R 62 of 255 = 24%
G 103 of 255 = 40%
B 83 of 255 = 33%

62
103
83

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

Portions of RGB colors in percentages

R + G + B =
62 + 103 + 83 = 248 (100%)
R 62 of 248 ~ 25%
G 103 of 248 ~ 41.53%
B 83 of 248 ~ 33.47%

%25
%41.53
%33.47

CMYK color model

#3E6753 color CMYK value is (40,0,19,60).

  • cyan value is 39.81%
  • magenta value is 0.00%
  • yellow value is 19.42%
  • key color value is 59.61%
CMYK:
(40,0,19,60)
C40M0Y19K60 
(40%,0%,19%,60%)
(0.40/0.00/0.19/0.60)	

CMYK percentages

%39.81
%0
%19.42
%59.61

Codes

Color #3E6753 in popluar color models

3E6753
RGB6210383
HSL151°24.85%32.35%
HSB/HSV151°39.81%40.39%
CMYK39.81%0.00%19.42%
59.61%

Color #3E6753 in popluar number systems.

HEX3E6753
Decimal6210383
Binary11111011001111010011
Octal76147123

Shades and tints

Shades of #3E6753

#3E6753
(62,103,83)
#395E4C
(57,94,76)
#345545
(52,85,69)
#2F4C3E
(47,76,62)
#2A4337
(42,67,55)
#253A30
(37,58,48)
#203129
(32,49,41)
#1B2822
(27,40,34)
#161F1B
(22,31,27)
#111614
(17,22,20)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #3E6753

#3E6753
(62,103,83)
#4F7462
(79,116,98)
#608171
(96,129,113)
#718E80
(113,142,128)
#829B8F
(130,155,143)
#93A89E
(147,168,158)
#A4B5AD
(164,181,173)
#B5C2BC
(181,194,188)
#C6CFCB
(198,207,203)
#D7DCDA
(215,220,218)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6753; }

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

This text font color is #3E6753.


Background Color

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

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

This div background color is #3E6753.


Border color

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

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

This div border color is #3E6753.


Opacity

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

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

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

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

This text has shadow with #3E6753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6753 on black background.


Color preview on white background

This text has color #3E6753 on white background.



Black color preview on #3E6753 background

This text has black color on #3E6753 background.


White color preview on #3E6753 background

This text has white color on #3E6753 background.