COLOR #3E625E

HEX: #3E625E
RGB: (62,98,94)

Color info

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

RGB color model

#3E625E color RGB value is (62,98,94).

  • red value is 62;
  • green value is 98;
  • blue value is 94.
RGB:
(62,98,94)
(24%,38%,37%)

RGB channels and saturation

R 62 of 255 = 24%
G 98 of 255 = 38%
B 94 of 255 = 37%

62
98
94

R + G + B ~ 33%. #3E625E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 98 + 94 = 254 (100%)
R 62 of 254 ~ 24.41%
G 98 of 254 ~ 38.58%
B 94 of 254 ~ 37.01%

%24.41
%38.58
%37.01

CMYK color model

#3E625E color CMYK value is (37,0,4,62).

  • cyan value is 36.73%
  • magenta value is 0.00%
  • yellow value is 4.08%
  • key color value is 61.57%
CMYK:
(37,0,4,62)
C37M0Y4K62 
(37%,0%,4%,62%)
(0.37/0.00/0.04/0.62)	

CMYK percentages

%36.73
%0
%4.08
%61.57

Codes

Color #3E625E in popluar color models

3E625E
RGB629894
HSL173°22.50%31.37%
HSB/HSV173°36.73%38.43%
CMYK36.73%0.00%4.08%
61.57%

Color #3E625E in popluar number systems.

HEX3E625E
Decimal629894
Binary11111011000101011110
Octal76142136

Shades and tints

Shades of #3E625E

#3E625E
(62,98,94)
#395A56
(57,90,86)
#34524E
(52,82,78)
#2F4A46
(47,74,70)
#2A423E
(42,66,62)
#253A36
(37,58,54)
#20322E
(32,50,46)
#1B2A26
(27,42,38)
#16221E
(22,34,30)
#111A16
(17,26,22)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #3E625E

#3E625E
(62,98,94)
#4F706C
(79,112,108)
#607E7A
(96,126,122)
#718C88
(113,140,136)
#829A96
(130,154,150)
#93A8A4
(147,168,164)
#A4B6B2
(164,182,178)
#B5C4C0
(181,196,192)
#C6D2CE
(198,210,206)
#D7E0DC
(215,224,220)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E625E color. Also use rgb(62,98,94) instead hex code.

Text Font Color

.myTextColor { color: #3E625E; }

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

This text font color is #3E625E.


Background Color

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

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

This div background color is #3E625E.


Border color

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

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

This div border color is #3E625E.


Opacity

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

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

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

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

This text has shadow with #3E625E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E625E on black background.


Color preview on white background

This text has color #3E625E on white background.



Black color preview on #3E625E background

This text has black color on #3E625E background.


White color preview on #3E625E background

This text has white color on #3E625E background.