COLOR #3E7271

HEX: #3E7271
RGB: (62,114,113)

Color info

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

RGB color model

#3E7271 color RGB value is (62,114,113).

  • red value is 62;
  • green value is 114;
  • blue value is 113.
RGB:
(62,114,113)
(24%,45%,44%)

RGB channels and saturation

R 62 of 255 = 24%
G 114 of 255 = 45%
B 113 of 255 = 44%

62
114
113

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

Portions of RGB colors in percentages

R + G + B =
62 + 114 + 113 = 289 (100%)
R 62 of 289 ~ 21.45%
G 114 of 289 ~ 39.45%
B 113 of 289 ~ 39.1%

%21.45
%39.45
%39.1

CMYK color model

#3E7271 color CMYK value is (46,0,1,55).

  • cyan value is 45.61%
  • magenta value is 0.00%
  • yellow value is 0.88%
  • key color value is 55.29%
CMYK:
(46,0,1,55)
C46M0Y1K55 
(46%,0%,1%,55%)
(0.46/0.00/0.01/0.55)	

CMYK percentages

%45.61
%0
%0.88
%55.29

Codes

Color #3E7271 in popluar color models

3E7271
RGB62114113
HSL179°29.55%34.51%
HSB/HSV179°45.61%44.71%
CMYK45.61%0.00%0.88%
55.29%

Color #3E7271 in popluar number systems.

HEX3E7271
Decimal62114113
Binary11111011100101110001
Octal76162161

Shades and tints

Shades of #3E7271

#3E7271
(62,114,113)
#396867
(57,104,103)
#345E5D
(52,94,93)
#2F5453
(47,84,83)
#2A4A49
(42,74,73)
#25403F
(37,64,63)
#203635
(32,54,53)
#1B2C2B
(27,44,43)
#162221
(22,34,33)
#111817
(17,24,23)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #3E7271

#3E7271
(62,114,113)
#4F7E7D
(79,126,125)
#608A89
(96,138,137)
#719695
(113,150,149)
#82A2A1
(130,162,161)
#93AEAD
(147,174,173)
#A4BAB9
(164,186,185)
#B5C6C5
(181,198,197)
#C6D2D1
(198,210,209)
#D7DEDD
(215,222,221)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7271 color. Also use rgb(62,114,113) instead hex code.

Text Font Color

.myTextColor { color: #3E7271; }

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

This text font color is #3E7271.


Background Color

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

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

This div background color is #3E7271.


Border color

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

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

This div border color is #3E7271.


Opacity

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

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

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

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

This text has shadow with #3E7271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7271 on black background.


Color preview on white background

This text has color #3E7271 on white background.



Black color preview on #3E7271 background

This text has black color on #3E7271 background.


White color preview on #3E7271 background

This text has white color on #3E7271 background.