COLOR #3B3730

HEX: #3B3730
RGB: (59,55,48)

Color info

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

RGB color model

#3B3730 color RGB value is (59,55,48).

  • red value is 59;
  • green value is 55;
  • blue value is 48.
RGB:
(59,55,48)
(23%,22%,19%)

RGB channels and saturation

R 59 of 255 = 23%
G 55 of 255 = 22%
B 48 of 255 = 19%

59
55
48

R + G + B ~ 21%. #3B3730 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 55 + 48 = 162 (100%)
R 59 of 162 ~ 36.42%
G 55 of 162 ~ 33.95%
B 48 of 162 ~ 29.63%

%36.42
%33.95
%29.63

CMYK color model

#3B3730 color CMYK value is (0,7,19,77).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 18.64%
  • key color value is 76.86%
CMYK:
(0,7,19,77)
C0M7Y19K77 
(0%,7%,19%,77%)
(0.00/0.07/0.19/0.77)	

CMYK percentages

%0
%6.78
%18.64
%76.86

Codes

Color #3B3730 in popluar color models

3B3730
RGB595548
HSL38°10.28%20.98%
HSB/HSV38°18.64%23.14%
CMYK0.00%6.78%18.64%
76.86%

Color #3B3730 in popluar number systems.

HEX3B3730
Decimal595548
Binary111011110111110000
Octal736760

Shades and tints

Shades of #3B3730

#3B3730
(59,55,48)
#36322C
(54,50,44)
#312D28
(49,45,40)
#2C2824
(44,40,36)
#272320
(39,35,32)
#221E1C
(34,30,28)
#1D1918
(29,25,24)
#181414
(24,20,20)
#130F10
(19,15,16)
#0E0A0C
(14,10,12)
#090508
(9,5,8)
#000000
(0,0,0)

Tints of #3B3730

#3B3730
(59,55,48)
#4C4942
(76,73,66)
#5D5B54
(93,91,84)
#6E6D66
(110,109,102)
#7F7F78
(127,127,120)
#90918A
(144,145,138)
#A1A39C
(161,163,156)
#B2B5AE
(178,181,174)
#C3C7C0
(195,199,192)
#D4D9D2
(212,217,210)
#E5EBE4
(229,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B3730 color. Also use rgb(59,55,48) instead hex code.

Text Font Color

.myTextColor { color: #3B3730; }

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

This text font color is #3B3730.


Background Color

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

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

This div background color is #3B3730.


Border color

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

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

This div border color is #3B3730.


Opacity

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

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

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

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

This text has shadow with #3B3730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3730 on black background.


Color preview on white background

This text has color #3B3730 on white background.



Black color preview on #3B3730 background

This text has black color on #3B3730 background.


White color preview on #3B3730 background

This text has white color on #3B3730 background.