COLOR #3B293C

HEX: #3B293C RGB: (59,41,60)

Color info

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

RGB color model

#3B293C color RGB value is (59,41,60).

RGB: (59,41,60) (23%, 16%, 24%)

RGB channels and saturation

R 59 of 255 = 23%
G 41 of 255 = 16%
B 60 of 255 = 24%

59
41
60

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

Portions of RGB colors in percentages

R + G + B = 59 + 41 + 60 = 160 (100%)
R 59 of 160 ~ 36.88%
G 41 of 160 ~ 25.63%
B 60 of 160 ~ 37.5'%

%36.88
%25.63
%37.5

CMYK color model

#3B293C color CMYK value is (2,32,0,76).

  • cyan value is 1.67%
  • magenta value is 31.67%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (2,32,0,76)
C2M32Y0K76 (2%, 32%, 0%, 76%)
(0.02 / 0.32 / 0.00 / 0.76)

CMYK percentages

%1.67
%31.67
%0
%76.47

Codes

Color #3B293C in popluar color models

3B 29 3C
RGB 59 41 60
HSL 297° 18.81% 19.80%
HSB/HSV 297° 31.67% 23.53%
CMYK 1.67% 31.67% 0.00%
76.47%

Color #3B293C in popluar number systems.

HEX 3B 29 3C
Decimal 59 41 60
Binary 111011 101001 111100
Octal 73 51 74

Shades and tints

Shades of #3B293C

#3B293C
(59,41,60)
#362637
(54,38,55)
#312332
(49,35,50)
#2C202D
(44,32,45)
#271D28
(39,29,40)
#221A23
(34,26,35)
#1D171E
(29,23,30)
#181419
(24,20,25)
#131114
(19,17,20)
#0E0E0F
(14,14,15)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #3B293C

#3B293C
(59,41,60)
#4C3C4D
(76,60,77)
#5D4F5E
(93,79,94)
#6E626F
(110,98,111)
#7F7580
(127,117,128)
#908891
(144,136,145)
#A19BA2
(161,155,162)
#B2AEB3
(178,174,179)
#C3C1C4
(195,193,196)
#D4D4D5
(212,212,213)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B293C; }

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

This text font color is #3B293C.

Background Color

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

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

This div background color is #3B293C.

Border color

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

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

This div border color is #3B293C.

Opacity

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

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

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

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

This text has shadow with #3B293C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B293C.

Preview

Color preview on black background

This text has color #3B293C on black background.


Color preview on white background

This text has color #3B293C on white background.


Black color preview on #3B293C background

This text has black color on #3B293C background.


White color preview on #3B293C background

This text has white color on #3B293C background.


Related colors

Complementary color

Complementary color for #hex is #C4D6C3.


I love getcolorcode.com

Triadic colors

1 #3C3B29 and #293C3B with #3B293C are triadic colors.

2 #3C293B and #293B3C with #3B293C are triadic colors.