COLOR #3B2949

HEX: #3B2949
RGB: (59,41,73)

Color info

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

RGB color model

#3B2949 color RGB value is (59,41,73).

  • red value is 59;
  • green value is 41;
  • blue value is 73.
RGB:
(59,41,73)
(23%,16%,29%)

RGB channels and saturation

R 59 of 255 = 23%
G 41 of 255 = 16%
B 73 of 255 = 29%

59
41
73

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

Portions of RGB colors in percentages

R + G + B =
59 + 41 + 73 = 173 (100%)
R 59 of 173 ~ 34.1%
G 41 of 173 ~ 23.7%
B 73 of 173 ~ 42.2%

%34.1
%23.7
%42.2

CMYK color model

#3B2949 color CMYK value is (19,44,0,71).

  • cyan value is 19.18%
  • magenta value is 43.84%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(19,44,0,71)
C19M44Y0K71 
(19%,44%,0%,71%)
(0.19/0.44/0.00/0.71)	

CMYK percentages

%19.18
%43.84
%0
%71.37

Codes

Color #3B2949 in popluar color models

3B2949
RGB594173
HSL274°28.07%22.35%
HSB/HSV274°43.84%28.63%
CMYK19.18%43.84%0.00%
71.37%

Color #3B2949 in popluar number systems.

HEX3B2949
Decimal594173
Binary1110111010011001001
Octal7351111

Shades and tints

Shades of #3B2949

#3B2949
(59,41,73)
#362643
(54,38,67)
#31233D
(49,35,61)
#2C2037
(44,32,55)
#271D31
(39,29,49)
#221A2B
(34,26,43)
#1D1725
(29,23,37)
#18141F
(24,20,31)
#131119
(19,17,25)
#0E0E13
(14,14,19)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #3B2949

#3B2949
(59,41,73)
#4C3C59
(76,60,89)
#5D4F69
(93,79,105)
#6E6279
(110,98,121)
#7F7589
(127,117,137)
#908899
(144,136,153)
#A19BA9
(161,155,169)
#B2AEB9
(178,174,185)
#C3C1C9
(195,193,201)
#D4D4D9
(212,212,217)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B2949 color. Also use rgb(59,41,73) instead hex code.

Text Font Color

.myTextColor { color: #3B2949; }

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

This text font color is #3B2949.


Background Color

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

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

This div background color is #3B2949.


Border color

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

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

This div border color is #3B2949.


Opacity

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

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

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

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

This text has shadow with #3B2949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2949 on black background.


Color preview on white background

This text has color #3B2949 on white background.



Black color preview on #3B2949 background

This text has black color on #3B2949 background.


White color preview on #3B2949 background

This text has white color on #3B2949 background.