COLOR #3E7461

HEX: #3E7461
RGB: (62,116,97)

Color info

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

RGB color model

#3E7461 color RGB value is (62,116,97).

  • red value is 62;
  • green value is 116;
  • blue value is 97.
RGB:
(62,116,97)
(24%,45%,38%)

RGB channels and saturation

R 62 of 255 = 24%
G 116 of 255 = 45%
B 97 of 255 = 38%

62
116
97

R + G + B ~ 36%. #3E7461 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 116 + 97 = 275 (100%)
R 62 of 275 ~ 22.55%
G 116 of 275 ~ 42.18%
B 97 of 275 ~ 35.27%

%22.55
%42.18
%35.27

CMYK color model

#3E7461 color CMYK value is (47,0,16,55).

  • cyan value is 46.55%
  • magenta value is 0.00%
  • yellow value is 16.38%
  • key color value is 54.51%
CMYK:
(47,0,16,55)
C47M0Y16K55 
(47%,0%,16%,55%)
(0.47/0.00/0.16/0.55)	

CMYK percentages

%46.55
%0
%16.38
%54.51

Codes

Color #3E7461 in popluar color models

3E7461
RGB6211697
HSL159°30.34%34.90%
HSB/HSV159°46.55%45.49%
CMYK46.55%0.00%16.38%
54.51%

Color #3E7461 in popluar number systems.

HEX3E7461
Decimal6211697
Binary11111011101001100001
Octal76164141

Shades and tints

Shades of #3E7461

#3E7461
(62,116,97)
#396A59
(57,106,89)
#346051
(52,96,81)
#2F5649
(47,86,73)
#2A4C41
(42,76,65)
#254239
(37,66,57)
#203831
(32,56,49)
#1B2E29
(27,46,41)
#162421
(22,36,33)
#111A19
(17,26,25)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #3E7461

#3E7461
(62,116,97)
#4F806F
(79,128,111)
#608C7D
(96,140,125)
#71988B
(113,152,139)
#82A499
(130,164,153)
#93B0A7
(147,176,167)
#A4BCB5
(164,188,181)
#B5C8C3
(181,200,195)
#C6D4D1
(198,212,209)
#D7E0DF
(215,224,223)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7461 color. Also use rgb(62,116,97) instead hex code.

Text Font Color

.myTextColor { color: #3E7461; }

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

This text font color is #3E7461.


Background Color

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

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

This div background color is #3E7461.


Border color

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

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

This div border color is #3E7461.


Opacity

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

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

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

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

This text has shadow with #3E7461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7461 on black background.


Color preview on white background

This text has color #3E7461 on white background.



Black color preview on #3E7461 background

This text has black color on #3E7461 background.


White color preview on #3E7461 background

This text has white color on #3E7461 background.