COLOR #3B2252

HEX: #3B2252
RGB: (59,34,82)

Color info

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

RGB color model

#3B2252 color RGB value is (59,34,82).

  • red value is 59;
  • green value is 34;
  • blue value is 82.
RGB:
(59,34,82)
(23%,13%,32%)

RGB channels and saturation

R 59 of 255 = 23%
G 34 of 255 = 13%
B 82 of 255 = 32%

59
34
82

R + G + B ~ 23%. #3B2252 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 34 + 82 = 175 (100%)
R 59 of 175 ~ 33.71%
G 34 of 175 ~ 19.43%
B 82 of 175 ~ 46.86%

%33.71
%19.43
%46.86

CMYK color model

#3B2252 color CMYK value is (28,59,0,68).

  • cyan value is 28.05%
  • magenta value is 58.54%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(28,59,0,68)
C28M59Y0K68 
(28%,59%,0%,68%)
(0.28/0.59/0.00/0.68)	

CMYK percentages

%28.05
%58.54
%0
%67.84

Codes

Color #3B2252 in popluar color models

3B2252
RGB593482
HSL271°41.38%22.75%
HSB/HSV271°58.54%32.16%
CMYK28.05%58.54%0.00%
67.84%

Color #3B2252 in popluar number systems.

HEX3B2252
Decimal593482
Binary1110111000101010010
Octal7342122

Shades and tints

Shades of #3B2252

#3B2252
(59,34,82)
#361F4B
(54,31,75)
#311C44
(49,28,68)
#2C193D
(44,25,61)
#271636
(39,22,54)
#22132F
(34,19,47)
#1D1028
(29,16,40)
#180D21
(24,13,33)
#130A1A
(19,10,26)
#0E0713
(14,7,19)
#09040C
(9,4,12)
#000000
(0,0,0)

Tints of #3B2252

#3B2252
(59,34,82)
#4C3661
(76,54,97)
#5D4A70
(93,74,112)
#6E5E7F
(110,94,127)
#7F728E
(127,114,142)
#90869D
(144,134,157)
#A19AAC
(161,154,172)
#B2AEBB
(178,174,187)
#C3C2CA
(195,194,202)
#D4D6D9
(212,214,217)
#E5EAE8
(229,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B2252 color. Also use rgb(59,34,82) instead hex code.

Text Font Color

.myTextColor { color: #3B2252; }

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

This text font color is #3B2252.


Background Color

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

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

This div background color is #3B2252.


Border color

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

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

This div border color is #3B2252.


Opacity

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

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

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

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

This text has shadow with #3B2252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2252 on black background.


Color preview on white background

This text has color #3B2252 on white background.



Black color preview on #3B2252 background

This text has black color on #3B2252 background.


White color preview on #3B2252 background

This text has white color on #3B2252 background.