COLOR #3B2342

HEX: #3B2342 RGB: (59,35,66)

Color info

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

RGB color model

#3B2342 color RGB value is (59,35,66).

RGB: (59,35,66) (23%, 14%, 26%)

RGB channels and saturation

R 59 of 255 = 23%
G 35 of 255 = 14%
B 66 of 255 = 26%

59
35
66

R + G + B ~ 21%. #3B2342 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 35 + 66 = 160 (100%)
R 59 of 160 ~ 36.88%
G 35 of 160 ~ 21.88%
B 66 of 160 ~ 41.25'%

%36.88
%21.88
%41.25

CMYK color model

#3B2342 color CMYK value is (11,47,0,74).

  • cyan value is 10.61%
  • magenta value is 46.97%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (11,47,0,74)
C11M47Y0K74 (11%, 47%, 0%, 74%)
(0.11 / 0.47 / 0.00 / 0.74)

CMYK percentages

%10.61
%46.97
%0
%74.12

Codes

Color #3B2342 in popluar color models

3B 23 42
RGB 59 35 66
HSL 286° 30.69% 19.80%
HSB/HSV 286° 46.97% 25.88%
CMYK 10.61% 46.97% 0.00%
74.12%

Color #3B2342 in popluar number systems.

HEX 3B 23 42
Decimal 59 35 66
Binary 111011 100011 1000010
Octal 73 43 102

Shades and tints

Shades of #3B2342

#3B2342
(59,35,66)
#36203C
(54,32,60)
#311D36
(49,29,54)
#2C1A30
(44,26,48)
#27172A
(39,23,42)
#221424
(34,20,36)
#1D111E
(29,17,30)
#180E18
(24,14,24)
#130B12
(19,11,18)
#0E080C
(14,8,12)
#090506
(9,5,6)
#000000
(0,0,0)

Tints of #3B2342

#3B2342
(59,35,66)
#4C3753
(76,55,83)
#5D4B64
(93,75,100)
#6E5F75
(110,95,117)
#7F7386
(127,115,134)
#908797
(144,135,151)
#A19BA8
(161,155,168)
#B2AFB9
(178,175,185)
#C3C3CA
(195,195,202)
#D4D7DB
(212,215,219)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2342; }

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

This text font color is #3B2342.

Background Color

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

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

This div background color is #3B2342.

Border color

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

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

This div border color is #3B2342.

Opacity

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

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

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

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

This text has shadow with #3B2342 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B2342.

Preview

Color preview on black background

This text has color #3B2342 on black background.


Color preview on white background

This text has color #3B2342 on white background.


Black color preview on #3B2342 background

This text has black color on #3B2342 background.


White color preview on #3B2342 background

This text has white color on #3B2342 background.


Related colors

Complementary color

Complementary color for #hex is #C4DCBD.


I love getcolorcode.com

Triadic colors

1 #423B23 and #23423B with #3B2342 are triadic colors.

2 #42233B and #233B42 with #3B2342 are triadic colors.