COLOR #3A3251

HEX: #3A3251
RGB: (58,50,81)

Color info

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

RGB color model

#3A3251 color RGB value is (58,50,81).

  • red value is 58;
  • green value is 50;
  • blue value is 81.
RGB:
(58,50,81)
(23%,20%,32%)

RGB channels and saturation

R 58 of 255 = 23%
G 50 of 255 = 20%
B 81 of 255 = 32%

58
50
81

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

Portions of RGB colors in percentages

R + G + B =
58 + 50 + 81 = 189 (100%)
R 58 of 189 ~ 30.69%
G 50 of 189 ~ 26.46%
B 81 of 189 ~ 42.86%

%30.69
%26.46
%42.86

CMYK color model

#3A3251 color CMYK value is (28,38,0,68).

  • cyan value is 28.40%
  • magenta value is 38.27%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(28,38,0,68)
C28M38Y0K68 
(28%,38%,0%,68%)
(0.28/0.38/0.00/0.68)	

CMYK percentages

%28.4
%38.27
%0
%68.24

Codes

Color #3A3251 in popluar color models

3A3251
RGB585081
HSL255°23.66%25.69%
HSB/HSV255°38.27%31.76%
CMYK28.40%38.27%0.00%
68.24%

Color #3A3251 in popluar number systems.

HEX3A3251
Decimal585081
Binary1110101100101010001
Octal7262121

Shades and tints

Shades of #3A3251

#3A3251
(58,50,81)
#352E4A
(53,46,74)
#302A43
(48,42,67)
#2B263C
(43,38,60)
#262235
(38,34,53)
#211E2E
(33,30,46)
#1C1A27
(28,26,39)
#171620
(23,22,32)
#121219
(18,18,25)
#0D0E12
(13,14,18)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #3A3251

#3A3251
(58,50,81)
#4B4460
(75,68,96)
#5C566F
(92,86,111)
#6D687E
(109,104,126)
#7E7A8D
(126,122,141)
#8F8C9C
(143,140,156)
#A09EAB
(160,158,171)
#B1B0BA
(177,176,186)
#C2C2C9
(194,194,201)
#D3D4D8
(211,212,216)
#E4E6E7
(228,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A3251 color. Also use rgb(58,50,81) instead hex code.

Text Font Color

.myTextColor { color: #3A3251; }

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

This text font color is #3A3251.


Background Color

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

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

This div background color is #3A3251.


Border color

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

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

This div border color is #3A3251.


Opacity

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

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

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

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

This text has shadow with #3A3251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3251 on black background.


Color preview on white background

This text has color #3A3251 on white background.



Black color preview on #3A3251 background

This text has black color on #3A3251 background.


White color preview on #3A3251 background

This text has white color on #3A3251 background.