COLOR #3B2333

HEX: #3B2333
RGB: (59,35,51)

Color info

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

RGB color model

#3B2333 color RGB value is (59,35,51).

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

RGB channels and saturation

R 59 of 255 = 23%
G 35 of 255 = 14%
B 51 of 255 = 20%

59
35
51

R + G + B ~ 19%. #3B2333 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 35 + 51 = 145 (100%)
R 59 of 145 ~ 40.69%
G 35 of 145 ~ 24.14%
B 51 of 145 ~ 35.17%

%40.69
%24.14
%35.17

CMYK color model

#3B2333 color CMYK value is (0,41,14,77).

  • cyan value is 0.00%
  • magenta value is 40.68%
  • yellow value is 13.56%
  • key color value is 76.86%
CMYK:
(0,41,14,77)
C0M41Y14K77 
(0%,41%,14%,77%)
(0.00/0.41/0.14/0.77)	

CMYK percentages

%0
%40.68
%13.56
%76.86

Codes

Color #3B2333 in popluar color models

3B2333
RGB593551
HSL320°25.53%18.43%
HSB/HSV320°40.68%23.14%
CMYK0.00%40.68%13.56%
76.86%

Color #3B2333 in popluar number systems.

HEX3B2333
Decimal593551
Binary111011100011110011
Octal734363

Shades and tints

Shades of #3B2333

#3B2333
(59,35,51)
#36202F
(54,32,47)
#311D2B
(49,29,43)
#2C1A27
(44,26,39)
#271723
(39,23,35)
#22141F
(34,20,31)
#1D111B
(29,17,27)
#180E17
(24,14,23)
#130B13
(19,11,19)
#0E080F
(14,8,15)
#09050B
(9,5,11)
#000000
(0,0,0)

Tints of #3B2333

#3B2333
(59,35,51)
#4C3745
(76,55,69)
#5D4B57
(93,75,87)
#6E5F69
(110,95,105)
#7F737B
(127,115,123)
#90878D
(144,135,141)
#A19B9F
(161,155,159)
#B2AFB1
(178,175,177)
#C3C3C3
(195,195,195)
#D4D7D5
(212,215,213)
#E5EBE7
(229,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2333; }

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

This text font color is #3B2333.


Background Color

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

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

This div background color is #3B2333.


Border color

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

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

This div border color is #3B2333.


Opacity

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

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

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

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

This text has shadow with #3B2333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2333 on black background.


Color preview on white background

This text has color #3B2333 on white background.



Black color preview on #3B2333 background

This text has black color on #3B2333 background.


White color preview on #3B2333 background

This text has white color on #3B2333 background.