COLOR #3B2735

HEX: #3B2735
RGB: (59,39,53)

Color info

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

RGB color model

#3B2735 color RGB value is (59,39,53).

  • red value is 59;
  • green value is 39;
  • blue value is 53.
RGB:
(59,39,53)
(23%,15%,21%)

RGB channels and saturation

R 59 of 255 = 23%
G 39 of 255 = 15%
B 53 of 255 = 21%

59
39
53

R + G + B ~ 20%. #3B2735 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 39 + 53 = 151 (100%)
R 59 of 151 ~ 39.07%
G 39 of 151 ~ 25.83%
B 53 of 151 ~ 35.1%

%39.07
%25.83
%35.1

CMYK color model

#3B2735 color CMYK value is (0,34,10,77).

  • cyan value is 0.00%
  • magenta value is 33.90%
  • yellow value is 10.17%
  • key color value is 76.86%
CMYK:
(0,34,10,77)
C0M34Y10K77 
(0%,34%,10%,77%)
(0.00/0.34/0.10/0.77)	

CMYK percentages

%0
%33.9
%10.17
%76.86

Codes

Color #3B2735 in popluar color models

3B2735
RGB593953
HSL318°20.41%19.22%
HSB/HSV318°33.90%23.14%
CMYK0.00%33.90%10.17%
76.86%

Color #3B2735 in popluar number systems.

HEX3B2735
Decimal593953
Binary111011100111110101
Octal734765

Shades and tints

Shades of #3B2735

#3B2735
(59,39,53)
#362431
(54,36,49)
#31212D
(49,33,45)
#2C1E29
(44,30,41)
#271B25
(39,27,37)
#221821
(34,24,33)
#1D151D
(29,21,29)
#181219
(24,18,25)
#130F15
(19,15,21)
#0E0C11
(14,12,17)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #3B2735

#3B2735
(59,39,53)
#4C3A47
(76,58,71)
#5D4D59
(93,77,89)
#6E606B
(110,96,107)
#7F737D
(127,115,125)
#90868F
(144,134,143)
#A199A1
(161,153,161)
#B2ACB3
(178,172,179)
#C3BFC5
(195,191,197)
#D4D2D7
(212,210,215)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B2735 color. Also use rgb(59,39,53) instead hex code.

Text Font Color

.myTextColor { color: #3B2735; }

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

This text font color is #3B2735.


Background Color

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

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

This div background color is #3B2735.


Border color

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

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

This div border color is #3B2735.


Opacity

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

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

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

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

This text has shadow with #3B2735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2735 on black background.


Color preview on white background

This text has color #3B2735 on white background.



Black color preview on #3B2735 background

This text has black color on #3B2735 background.


White color preview on #3B2735 background

This text has white color on #3B2735 background.