COLOR #3B292F

HEX: #3B292F RGB: (59,41,47)

Color info

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

RGB color model

#3B292F color RGB value is (59,41,47).

RGB: (59,41,47) (23%, 16%, 18%)

RGB channels and saturation

R 59 of 255 = 23%
G 41 of 255 = 16%
B 47 of 255 = 18%

59
41
47

R + G + B ~ 19%. #3B292F is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 41 + 47 = 147 (100%)
R 59 of 147 ~ 40.14%
G 41 of 147 ~ 27.89%
B 47 of 147 ~ 31.97'%

%40.14
%27.89
%31.97

CMYK color model

#3B292F color CMYK value is (0,31,20,77).

  • cyan value is 0.00%
  • magenta value is 30.51%
  • yellow value is 20.34%
  • key color value is 76.86%

CMYK: (0,31,20,77)
C0M31Y20K77 (0%, 31%, 20%, 77%)
(0.00 / 0.31 / 0.20 / 0.77)

CMYK percentages

%0
%30.51
%20.34
%76.86

Codes

Color #3B292F in popluar color models

3B 29 2F
RGB 59 41 47
HSL 340° 18.00% 19.61%
HSB/HSV 340° 30.51% 23.14%
CMYK 0.00% 30.51% 20.34%
76.86%

Color #3B292F in popluar number systems.

HEX 3B 29 2F
Decimal 59 41 47
Binary 111011 101001 101111
Octal 73 51 57

Shades and tints

Shades of #3B292F

#3B292F
(59,41,47)
#36262B
(54,38,43)
#312327
(49,35,39)
#2C2023
(44,32,35)
#271D1F
(39,29,31)
#221A1B
(34,26,27)
#1D1717
(29,23,23)
#181413
(24,20,19)
#13110F
(19,17,15)
#0E0E0B
(14,14,11)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #3B292F

#3B292F
(59,41,47)
#4C3C41
(76,60,65)
#5D4F53
(93,79,83)
#6E6265
(110,98,101)
#7F7577
(127,117,119)
#908889
(144,136,137)
#A19B9B
(161,155,155)
#B2AEAD
(178,174,173)
#C3C1BF
(195,193,191)
#D4D4D1
(212,212,209)
#E5E7E3
(229,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B292F; }

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

This text font color is #3B292F.

Background Color

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

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

This div background color is #3B292F.

Border color

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

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

This div border color is #3B292F.

Opacity

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

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

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

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

This text has shadow with #3B292F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B292F.

Preview

Color preview on black background

This text has color #3B292F on black background.


Color preview on white background

This text has color #3B292F on white background.


Black color preview on #3B292F background

This text has black color on #3B292F background.


White color preview on #3B292F background

This text has white color on #3B292F background.


Related colors

Complementary color

Complementary color for #hex is #C4D6D0.


I love getcolorcode.com

Triadic colors

1 #2F3B29 and #292F3B with #3B292F are triadic colors.

2 #2F293B and #293B2F with #3B292F are triadic colors.