COLOR #3E2F51

HEX: #3E2F51 RGB: (62,47,81)

Color info

#3E2F51 contains red, green and blue colors in about the same proportion. Web safe color of #3E2F51 is #333366 (or #336).

RGB color model

#3E2F51 color RGB value is (62,47,81).

RGB: (62,47,81) (24%, 18%, 32%)

RGB channels and saturation

R 62 of 255 = 24%
G 47 of 255 = 18%
B 81 of 255 = 32%

62
47
81

R + G + B ~ 25%. #3E2F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 47 + 81 = 190 (100%)
R 62 of 190 ~ 32.63%
G 47 of 190 ~ 24.74%
B 81 of 190 ~ 42.63'%

%32.63
%24.74
%42.63

CMYK color model

#3E2F51 color CMYK value is (23,42,0,68).

  • cyan value is 23.46%
  • magenta value is 41.98%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (23,42,0,68)
C23M42Y0K68 (23%, 42%, 0%, 68%)
(0.23 / 0.42 / 0.00 / 0.68)

CMYK percentages

%23.46
%41.98
%0
%68.24

Codes

Color #3E2F51 in popluar color models

3E 2F 51
RGB 62 47 81
HSL 266° 26.56% 25.10%
HSB/HSV 266° 41.98% 31.76%
CMYK 23.46% 41.98% 0.00%
68.24%

Color #3E2F51 in popluar number systems.

HEX 3E 2F 51
Decimal 62 47 81
Binary 111110 101111 1010001
Octal 76 57 121

Shades and tints

Shades of #3E2F51

#3E2F51
(62,47,81)
#392B4A
(57,43,74)
#342743
(52,39,67)
#2F233C
(47,35,60)
#2A1F35
(42,31,53)
#251B2E
(37,27,46)
#201727
(32,23,39)
#1B1320
(27,19,32)
#160F19
(22,15,25)
#110B12
(17,11,18)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #3E2F51

#3E2F51
(62,47,81)
#4F4160
(79,65,96)
#60536F
(96,83,111)
#71657E
(113,101,126)
#82778D
(130,119,141)
#93899C
(147,137,156)
#A49BAB
(164,155,171)
#B5ADBA
(181,173,186)
#C6BFC9
(198,191,201)
#D7D1D8
(215,209,216)
#E8E3E7
(232,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E2F51 color. Also use rgb(62,47,81) instead hex code.

Text Font Color

.myTextColor { color: #3E2F51; }

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

This text font color is #3E2F51.

Background Color

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

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

This div background color is #3E2F51.

Border color

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

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

This div border color is #3E2F51.

Opacity

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

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

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

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

This text has shadow with #3E2F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E2F51.

Preview

Color preview on black background

This text has color #3E2F51 on black background.


Color preview on white background

This text has color #3E2F51 on white background.


Black color preview on #3E2F51 background

This text has black color on #3E2F51 background.


White color preview on #3E2F51 background

This text has white color on #3E2F51 background.


Related colors

Complementary color

Complementary color for #hex is #C1D0AE.


I love getcolorcode.com

Triadic colors

1 #513E2F and #2F513E with #3E2F51 are triadic colors.

2 #512F3E and #2F3E51 with #3E2F51 are triadic colors.