COLOR #3E324A

HEX: #3E324A
RGB: (62,50,74)

Color info

#3E324A contains red, green and blue colors in about the same proportion. Web safe color of #3E324A is #333333 (or #333).

RGB color model

#3E324A color RGB value is (62,50,74).

  • red value is 62;
  • green value is 50;
  • blue value is 74.
RGB:
(62,50,74)
(24%,20%,29%)

RGB channels and saturation

R 62 of 255 = 24%
G 50 of 255 = 20%
B 74 of 255 = 29%

62
50
74

R + G + B ~ 24%. #3E324A is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 50 + 74 = 186 (100%)
R 62 of 186 ~ 33.33%
G 50 of 186 ~ 26.88%
B 74 of 186 ~ 39.78%

%33.33
%26.88
%39.78

CMYK color model

#3E324A color CMYK value is (16,32,0,71).

  • cyan value is 16.22%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(16,32,0,71)
C16M32Y0K71 
(16%,32%,0%,71%)
(0.16/0.32/0.00/0.71)	

CMYK percentages

%16.22
%32.43
%0
%70.98

Codes

Color #3E324A in popluar color models

3E324A
RGB625074
HSL270°19.35%24.31%
HSB/HSV270°32.43%29.02%
CMYK16.22%32.43%0.00%
70.98%

Color #3E324A in popluar number systems.

HEX3E324A
Decimal625074
Binary1111101100101001010
Octal7662112

Shades and tints

Shades of #3E324A

#3E324A
(62,50,74)
#392E44
(57,46,68)
#342A3E
(52,42,62)
#2F2638
(47,38,56)
#2A2232
(42,34,50)
#251E2C
(37,30,44)
#201A26
(32,26,38)
#1B1620
(27,22,32)
#16121A
(22,18,26)
#110E14
(17,14,20)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #3E324A

#3E324A
(62,50,74)
#4F445A
(79,68,90)
#60566A
(96,86,106)
#71687A
(113,104,122)
#827A8A
(130,122,138)
#938C9A
(147,140,154)
#A49EAA
(164,158,170)
#B5B0BA
(181,176,186)
#C6C2CA
(198,194,202)
#D7D4DA
(215,212,218)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E324A color. Also use rgb(62,50,74) instead hex code.

Text Font Color

.myTextColor { color: #3E324A; }

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

This text font color is #3E324A.


Background Color

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

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

This div background color is #3E324A.


Border color

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

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

This div border color is #3E324A.


Opacity

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

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

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

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

This text has shadow with #3E324A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E324A on black background.


Color preview on white background

This text has color #3E324A on white background.



Black color preview on #3E324A background

This text has black color on #3E324A background.


White color preview on #3E324A background

This text has white color on #3E324A background.