COLOR #3B2434

HEX: #3B2434
RGB: (59,36,52)

Color info

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

RGB color model

#3B2434 color RGB value is (59,36,52).

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

RGB channels and saturation

R 59 of 255 = 23%
G 36 of 255 = 14%
B 52 of 255 = 20%

59
36
52

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

Portions of RGB colors in percentages

R + G + B =
59 + 36 + 52 = 147 (100%)
R 59 of 147 ~ 40.14%
G 36 of 147 ~ 24.49%
B 52 of 147 ~ 35.37%

%40.14
%24.49
%35.37

CMYK color model

#3B2434 color CMYK value is (0,39,12,77).

  • cyan value is 0.00%
  • magenta value is 38.98%
  • yellow value is 11.86%
  • key color value is 76.86%
CMYK:
(0,39,12,77)
C0M39Y12K77 
(0%,39%,12%,77%)
(0.00/0.39/0.12/0.77)	

CMYK percentages

%0
%38.98
%11.86
%76.86

Codes

Color #3B2434 in popluar color models

3B2434
RGB593652
HSL318°24.21%18.63%
HSB/HSV318°38.98%23.14%
CMYK0.00%38.98%11.86%
76.86%

Color #3B2434 in popluar number systems.

HEX3B2434
Decimal593652
Binary111011100100110100
Octal734464

Shades and tints

Shades of #3B2434

#3B2434
(59,36,52)
#362130
(54,33,48)
#311E2C
(49,30,44)
#2C1B28
(44,27,40)
#271824
(39,24,36)
#221520
(34,21,32)
#1D121C
(29,18,28)
#180F18
(24,15,24)
#130C14
(19,12,20)
#0E0910
(14,9,16)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #3B2434

#3B2434
(59,36,52)
#4C3746
(76,55,70)
#5D4A58
(93,74,88)
#6E5D6A
(110,93,106)
#7F707C
(127,112,124)
#90838E
(144,131,142)
#A196A0
(161,150,160)
#B2A9B2
(178,169,178)
#C3BCC4
(195,188,196)
#D4CFD6
(212,207,214)
#E5E2E8
(229,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B2434 color. Also use rgb(59,36,52) instead hex code.

Text Font Color

.myTextColor { color: #3B2434; }

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

This text font color is #3B2434.


Background Color

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

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

This div background color is #3B2434.


Border color

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

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

This div border color is #3B2434.


Opacity

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

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

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

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

This text has shadow with #3B2434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2434 on black background.


Color preview on white background

This text has color #3B2434 on white background.



Black color preview on #3B2434 background

This text has black color on #3B2434 background.


White color preview on #3B2434 background

This text has white color on #3B2434 background.