COLOR #3B302E

HEX: #3B302E RGB: (59,48,46)

Color info

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

RGB color model

#3B302E color RGB value is (59,48,46).

RGB: (59,48,46) (23%, 19%, 18%)

RGB channels and saturation

R 59 of 255 = 23%
G 48 of 255 = 19%
B 46 of 255 = 18%

59
48
46

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

Portions of RGB colors in percentages

R + G + B = 59 + 48 + 46 = 153 (100%)
R 59 of 153 ~ 38.56%
G 48 of 153 ~ 31.37%
B 46 of 153 ~ 30.07'%

%38.56
%31.37
%30.07

CMYK color model

#3B302E color CMYK value is (0,19,22,77).

  • cyan value is 0.00%
  • magenta value is 18.64%
  • yellow value is 22.03%
  • key color value is 76.86%

CMYK: (0,19,22,77)
C0M19Y22K77 (0%, 19%, 22%, 77%)
(0.00 / 0.19 / 0.22 / 0.77)

CMYK percentages

%0
%18.64
%22.03
%76.86

Codes

Color #3B302E in popluar color models

3B 30 2E
RGB 59 48 46
HSL 12.38% 20.59%
HSB/HSV 22.03% 23.14%
CMYK 0.00% 18.64% 22.03%
76.86%

Color #3B302E in popluar number systems.

HEX 3B 30 2E
Decimal 59 48 46
Binary 111011 110000 101110
Octal 73 60 56

Shades and tints

Shades of #3B302E

#3B302E
(59,48,46)
#362C2A
(54,44,42)
#312826
(49,40,38)
#2C2422
(44,36,34)
#27201E
(39,32,30)
#221C1A
(34,28,26)
#1D1816
(29,24,22)
#181412
(24,20,18)
#13100E
(19,16,14)
#0E0C0A
(14,12,10)
#090806
(9,8,6)
#000000
(0,0,0)

Tints of #3B302E

#3B302E
(59,48,46)
#4C4241
(76,66,65)
#5D5454
(93,84,84)
#6E6667
(110,102,103)
#7F787A
(127,120,122)
#908A8D
(144,138,141)
#A19CA0
(161,156,160)
#B2AEB3
(178,174,179)
#C3C0C6
(195,192,198)
#D4D2D9
(212,210,217)
#E5E4EC
(229,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B302E; }

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

This text font color is #3B302E.

Background Color

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

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

This div background color is #3B302E.

Border color

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

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

This div border color is #3B302E.

Opacity

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

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

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

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

This text has shadow with #3B302E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B302E.

Preview

Color preview on black background

This text has color #3B302E on black background.


Color preview on white background

This text has color #3B302E on white background.


Black color preview on #3B302E background

This text has black color on #3B302E background.


White color preview on #3B302E background

This text has white color on #3B302E background.


Related colors

Complementary color

Complementary color for #hex is #C4CFD1.


I love getcolorcode.com

Triadic colors

1 #2E3B30 and #302E3B with #3B302E are triadic colors.

2 #2E303B and #303B2E with #3B302E are triadic colors.