COLOR #3E684B

HEX: #3E684B
RGB: (62,104,75)

Color info

#3E684B contains red, green and blue colors in about the same proportion. Web safe color of #3E684B is #336633 (or #363).

RGB color model

#3E684B color RGB value is (62,104,75).

  • red value is 62;
  • green value is 104;
  • blue value is 75.
RGB:
(62,104,75)
(24%,41%,29%)

RGB channels and saturation

R 62 of 255 = 24%
G 104 of 255 = 41%
B 75 of 255 = 29%

62
104
75

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

Portions of RGB colors in percentages

R + G + B =
62 + 104 + 75 = 241 (100%)
R 62 of 241 ~ 25.73%
G 104 of 241 ~ 43.15%
B 75 of 241 ~ 31.12%

%25.73
%43.15
%31.12

CMYK color model

#3E684B color CMYK value is (40,0,28,59).

  • cyan value is 40.38%
  • magenta value is 0.00%
  • yellow value is 27.88%
  • key color value is 59.22%
CMYK:
(40,0,28,59)
C40M0Y28K59 
(40%,0%,28%,59%)
(0.40/0.00/0.28/0.59)	

CMYK percentages

%40.38
%0
%27.88
%59.22

Codes

Color #3E684B in popluar color models

3E684B
RGB6210475
HSL139°25.30%32.55%
HSB/HSV139°40.38%40.78%
CMYK40.38%0.00%27.88%
59.22%

Color #3E684B in popluar number systems.

HEX3E684B
Decimal6210475
Binary11111011010001001011
Octal76150113

Shades and tints

Shades of #3E684B

#3E684B
(62,104,75)
#395F45
(57,95,69)
#34563F
(52,86,63)
#2F4D39
(47,77,57)
#2A4433
(42,68,51)
#253B2D
(37,59,45)
#203227
(32,50,39)
#1B2921
(27,41,33)
#16201B
(22,32,27)
#111715
(17,23,21)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #3E684B

#3E684B
(62,104,75)
#4F755B
(79,117,91)
#60826B
(96,130,107)
#718F7B
(113,143,123)
#829C8B
(130,156,139)
#93A99B
(147,169,155)
#A4B6AB
(164,182,171)
#B5C3BB
(181,195,187)
#C6D0CB
(198,208,203)
#D7DDDB
(215,221,219)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E684B color. Also use rgb(62,104,75) instead hex code.

Text Font Color

.myTextColor { color: #3E684B; }

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

This text font color is #3E684B.


Background Color

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

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

This div background color is #3E684B.


Border color

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

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

This div border color is #3E684B.


Opacity

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

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

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

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

This text has shadow with #3E684B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E684B on black background.


Color preview on white background

This text has color #3E684B on white background.



Black color preview on #3E684B background

This text has black color on #3E684B background.


White color preview on #3E684B background

This text has white color on #3E684B background.