COLOR #3E7475

HEX: #3E7475
RGB: (62,116,117)

Color info

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

RGB color model

#3E7475 color RGB value is (62,116,117).

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

RGB channels and saturation

R 62 of 255 = 24%
G 116 of 255 = 45%
B 117 of 255 = 46%

62
116
117

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

Portions of RGB colors in percentages

R + G + B =
62 + 116 + 117 = 295 (100%)
R 62 of 295 ~ 21.02%
G 116 of 295 ~ 39.32%
B 117 of 295 ~ 39.66%

%21.02
%39.32
%39.66

CMYK color model

#3E7475 color CMYK value is (47,1,0,54).

  • cyan value is 47.01%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(47,1,0,54)
C47M1Y0K54 
(47%,1%,0%,54%)
(0.47/0.01/0.00/0.54)	

CMYK percentages

%47.01
%0.85
%0
%54.12

Codes

Color #3E7475 in popluar color models

3E7475
RGB62116117
HSL181°30.73%35.10%
HSB/HSV181°47.01%45.88%
CMYK47.01%0.85%0.00%
54.12%

Color #3E7475 in popluar number systems.

HEX3E7475
Decimal62116117
Binary11111011101001110101
Octal76164165

Shades and tints

Shades of #3E7475

#3E7475
(62,116,117)
#396A6B
(57,106,107)
#346061
(52,96,97)
#2F5657
(47,86,87)
#2A4C4D
(42,76,77)
#254243
(37,66,67)
#203839
(32,56,57)
#1B2E2F
(27,46,47)
#162425
(22,36,37)
#111A1B
(17,26,27)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #3E7475

#3E7475
(62,116,117)
#4F8081
(79,128,129)
#608C8D
(96,140,141)
#719899
(113,152,153)
#82A4A5
(130,164,165)
#93B0B1
(147,176,177)
#A4BCBD
(164,188,189)
#B5C8C9
(181,200,201)
#C6D4D5
(198,212,213)
#D7E0E1
(215,224,225)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E7475; }

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

This text font color is #3E7475.


Background Color

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

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

This div background color is #3E7475.


Border color

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

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

This div border color is #3E7475.


Opacity

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

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

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

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

This text has shadow with #3E7475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7475 on black background.


Color preview on white background

This text has color #3E7475 on white background.



Black color preview on #3E7475 background

This text has black color on #3E7475 background.


White color preview on #3E7475 background

This text has white color on #3E7475 background.