COLOR #3B2348

HEX: #3B2348
RGB: (59,35,72)

Color info

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

RGB color model

#3B2348 color RGB value is (59,35,72).

  • red value is 59;
  • green value is 35;
  • blue value is 72.
RGB:
(59,35,72)
(23%,14%,28%)

RGB channels and saturation

R 59 of 255 = 23%
G 35 of 255 = 14%
B 72 of 255 = 28%

59
35
72

R + G + B ~ 22%. #3B2348 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 35 + 72 = 166 (100%)
R 59 of 166 ~ 35.54%
G 35 of 166 ~ 21.08%
B 72 of 166 ~ 43.37%

%35.54
%21.08
%43.37

CMYK color model

#3B2348 color CMYK value is (18,51,0,72).

  • cyan value is 18.06%
  • magenta value is 51.39%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(18,51,0,72)
C18M51Y0K72 
(18%,51%,0%,72%)
(0.18/0.51/0.00/0.72)	

CMYK percentages

%18.06
%51.39
%0
%71.76

Codes

Color #3B2348 in popluar color models

3B2348
RGB593572
HSL279°34.58%20.98%
HSB/HSV279°51.39%28.24%
CMYK18.06%51.39%0.00%
71.76%

Color #3B2348 in popluar number systems.

HEX3B2348
Decimal593572
Binary1110111000111001000
Octal7343110

Shades and tints

Shades of #3B2348

#3B2348
(59,35,72)
#362042
(54,32,66)
#311D3C
(49,29,60)
#2C1A36
(44,26,54)
#271730
(39,23,48)
#22142A
(34,20,42)
#1D1124
(29,17,36)
#180E1E
(24,14,30)
#130B18
(19,11,24)
#0E0812
(14,8,18)
#09050C
(9,5,12)
#000000
(0,0,0)

Tints of #3B2348

#3B2348
(59,35,72)
#4C3758
(76,55,88)
#5D4B68
(93,75,104)
#6E5F78
(110,95,120)
#7F7388
(127,115,136)
#908798
(144,135,152)
#A19BA8
(161,155,168)
#B2AFB8
(178,175,184)
#C3C3C8
(195,195,200)
#D4D7D8
(212,215,216)
#E5EBE8
(229,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B2348 color. Also use rgb(59,35,72) instead hex code.

Text Font Color

.myTextColor { color: #3B2348; }

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

This text font color is #3B2348.


Background Color

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

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

This div background color is #3B2348.


Border color

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

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

This div border color is #3B2348.


Opacity

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

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

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

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

This text has shadow with #3B2348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2348 on black background.


Color preview on white background

This text has color #3B2348 on white background.



Black color preview on #3B2348 background

This text has black color on #3B2348 background.


White color preview on #3B2348 background

This text has white color on #3B2348 background.