COLOR #3B3245

HEX: #3B3245
RGB: (59,50,69)

Color info

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

RGB color model

#3B3245 color RGB value is (59,50,69).

  • red value is 59;
  • green value is 50;
  • blue value is 69.
RGB:
(59,50,69)
(23%,20%,27%)

RGB channels and saturation

R 59 of 255 = 23%
G 50 of 255 = 20%
B 69 of 255 = 27%

59
50
69

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

Portions of RGB colors in percentages

R + G + B =
59 + 50 + 69 = 178 (100%)
R 59 of 178 ~ 33.15%
G 50 of 178 ~ 28.09%
B 69 of 178 ~ 38.76%

%33.15
%28.09
%38.76

CMYK color model

#3B3245 color CMYK value is (14,28,0,73).

  • cyan value is 14.49%
  • magenta value is 27.54%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(14,28,0,73)
C14M28Y0K73 
(14%,28%,0%,73%)
(0.14/0.28/0.00/0.73)	

CMYK percentages

%14.49
%27.54
%0
%72.94

Codes

Color #3B3245 in popluar color models

3B3245
RGB595069
HSL268°15.97%23.33%
HSB/HSV268°27.54%27.06%
CMYK14.49%27.54%0.00%
72.94%

Color #3B3245 in popluar number systems.

HEX3B3245
Decimal595069
Binary1110111100101000101
Octal7362105

Shades and tints

Shades of #3B3245

#3B3245
(59,50,69)
#362E3F
(54,46,63)
#312A39
(49,42,57)
#2C2633
(44,38,51)
#27222D
(39,34,45)
#221E27
(34,30,39)
#1D1A21
(29,26,33)
#18161B
(24,22,27)
#131215
(19,18,21)
#0E0E0F
(14,14,15)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #3B3245

#3B3245
(59,50,69)
#4C4455
(76,68,85)
#5D5665
(93,86,101)
#6E6875
(110,104,117)
#7F7A85
(127,122,133)
#908C95
(144,140,149)
#A19EA5
(161,158,165)
#B2B0B5
(178,176,181)
#C3C2C5
(195,194,197)
#D4D4D5
(212,212,213)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B3245 color. Also use rgb(59,50,69) instead hex code.

Text Font Color

.myTextColor { color: #3B3245; }

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

This text font color is #3B3245.


Background Color

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

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

This div background color is #3B3245.


Border color

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

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

This div border color is #3B3245.


Opacity

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

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

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

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

This text has shadow with #3B3245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3245 on black background.


Color preview on white background

This text has color #3B3245 on white background.



Black color preview on #3B3245 background

This text has black color on #3B3245 background.


White color preview on #3B3245 background

This text has white color on #3B3245 background.