COLOR #3E7B68

HEX: #3E7B68
RGB: (62,123,104)

Color info

#3E7B68 contains mainly green and blue colors. Web safe color of #3E7B68 is #336666 (or #366).

RGB color model

#3E7B68 color RGB value is (62,123,104).

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

RGB channels and saturation

R 62 of 255 = 24%
G 123 of 255 = 48%
B 104 of 255 = 41%

62
123
104

R + G + B ~ 38%. #3E7B68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 123 + 104 = 289 (100%)
R 62 of 289 ~ 21.45%
G 123 of 289 ~ 42.56%
B 104 of 289 ~ 35.99%

%21.45
%42.56
%35.99

CMYK color model

#3E7B68 color CMYK value is (50,0,15,52).

  • cyan value is 49.59%
  • magenta value is 0.00%
  • yellow value is 15.45%
  • key color value is 51.76%
CMYK:
(50,0,15,52)
C50M0Y15K52 
(50%,0%,15%,52%)
(0.50/0.00/0.15/0.52)	

CMYK percentages

%49.59
%0
%15.45
%51.76

Codes

Color #3E7B68 in popluar color models

3E7B68
RGB62123104
HSL161°32.97%36.27%
HSB/HSV161°49.59%48.24%
CMYK49.59%0.00%15.45%
51.76%

Color #3E7B68 in popluar number systems.

HEX3E7B68
Decimal62123104
Binary11111011110111101000
Octal76173150

Shades and tints

Shades of #3E7B68

#3E7B68
(62,123,104)
#39705F
(57,112,95)
#346556
(52,101,86)
#2F5A4D
(47,90,77)
#2A4F44
(42,79,68)
#25443B
(37,68,59)
#203932
(32,57,50)
#1B2E29
(27,46,41)
#162320
(22,35,32)
#111817
(17,24,23)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #3E7B68

#3E7B68
(62,123,104)
#4F8775
(79,135,117)
#609382
(96,147,130)
#719F8F
(113,159,143)
#82AB9C
(130,171,156)
#93B7A9
(147,183,169)
#A4C3B6
(164,195,182)
#B5CFC3
(181,207,195)
#C6DBD0
(198,219,208)
#D7E7DD
(215,231,221)
#E8F3EA
(232,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E7B68; }

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

This text font color is #3E7B68.


Background Color

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

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

This div background color is #3E7B68.


Border color

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

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

This div border color is #3E7B68.


Opacity

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

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

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

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

This text has shadow with #3E7B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7B68 on black background.


Color preview on white background

This text has color #3E7B68 on white background.



Black color preview on #3E7B68 background

This text has black color on #3E7B68 background.


White color preview on #3E7B68 background

This text has white color on #3E7B68 background.