COLOR #3B2353

HEX: #3B2353 RGB: (59,35,83)

Color info

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

RGB color model

#3B2353 color RGB value is (59,35,83).

RGB: (59,35,83) (23%, 14%, 33%)

RGB channels and saturation

R 59 of 255 = 23%
G 35 of 255 = 14%
B 83 of 255 = 33%

59
35
83

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

Portions of RGB colors in percentages

R + G + B = 59 + 35 + 83 = 177 (100%)
R 59 of 177 ~ 33.33%
G 35 of 177 ~ 19.77%
B 83 of 177 ~ 46.89'%

%33.33
%19.77
%46.89

CMYK color model

#3B2353 color CMYK value is (29,58,0,67).

  • cyan value is 28.92%
  • magenta value is 57.83%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (29,58,0,67)
C29M58Y0K67 (29%, 58%, 0%, 67%)
(0.29 / 0.58 / 0.00 / 0.67)

CMYK percentages

%28.92
%57.83
%0
%67.45

Codes

Color #3B2353 in popluar color models

3B 23 53
RGB 59 35 83
HSL 270° 40.68% 23.14%
HSB/HSV 270° 57.83% 32.55%
CMYK 28.92% 57.83% 0.00%
67.45%

Color #3B2353 in popluar number systems.

HEX 3B 23 53
Decimal 59 35 83
Binary 111011 100011 1010011
Octal 73 43 123

Shades and tints

Shades of #3B2353

#3B2353
(59,35,83)
#36204C
(54,32,76)
#311D45
(49,29,69)
#2C1A3E
(44,26,62)
#271737
(39,23,55)
#221430
(34,20,48)
#1D1129
(29,17,41)
#180E22
(24,14,34)
#130B1B
(19,11,27)
#0E0814
(14,8,20)
#09050D
(9,5,13)
#000000
(0,0,0)

Tints of #3B2353

#3B2353
(59,35,83)
#4C3762
(76,55,98)
#5D4B71
(93,75,113)
#6E5F80
(110,95,128)
#7F738F
(127,115,143)
#90879E
(144,135,158)
#A19BAD
(161,155,173)
#B2AFBC
(178,175,188)
#C3C3CB
(195,195,203)
#D4D7DA
(212,215,218)
#E5EBE9
(229,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2353; }

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

This text font color is #3B2353.

Background Color

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

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

This div background color is #3B2353.

Border color

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

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

This div border color is #3B2353.

Opacity

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

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

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

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

This text has shadow with #3B2353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B2353.

Preview

Color preview on black background

This text has color #3B2353 on black background.


Color preview on white background

This text has color #3B2353 on white background.


Black color preview on #3B2353 background

This text has black color on #3B2353 background.


White color preview on #3B2353 background

This text has white color on #3B2353 background.


Related colors

Complementary color

Complementary color for #hex is #C4DCAC.


I love getcolorcode.com

Triadic colors

1 #533B23 and #23533B with #3B2353 are triadic colors.

2 #53233B and #233B53 with #3B2353 are triadic colors.