COLOR #3B2833

HEX: #3B2833 RGB: (59,40,51)

Color info

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

RGB color model

#3B2833 color RGB value is (59,40,51).

RGB: (59,40,51) (23%, 16%, 20%)

RGB channels and saturation

R 59 of 255 = 23%
G 40 of 255 = 16%
B 51 of 255 = 20%

59
40
51

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

Portions of RGB colors in percentages

R + G + B = 59 + 40 + 51 = 150 (100%)
R 59 of 150 ~ 39.33%
G 40 of 150 ~ 26.67%
B 51 of 150 ~ 34'%

%39.33
%26.67
%34

CMYK color model

#3B2833 color CMYK value is (0,32,14,77).

  • cyan value is 0.00%
  • magenta value is 32.20%
  • yellow value is 13.56%
  • key color value is 76.86%

CMYK: (0,32,14,77)
C0M32Y14K77 (0%, 32%, 14%, 77%)
(0.00 / 0.32 / 0.14 / 0.77)

CMYK percentages

%0
%32.2
%13.56
%76.86

Codes

Color #3B2833 in popluar color models

3B 28 33
RGB 59 40 51
HSL 325° 19.19% 19.41%
HSB/HSV 325° 32.20% 23.14%
CMYK 0.00% 32.20% 13.56%
76.86%

Color #3B2833 in popluar number systems.

HEX 3B 28 33
Decimal 59 40 51
Binary 111011 101000 110011
Octal 73 50 63

Shades and tints

Shades of #3B2833

#3B2833
(59,40,51)
#36252F
(54,37,47)
#31222B
(49,34,43)
#2C1F27
(44,31,39)
#271C23
(39,28,35)
#22191F
(34,25,31)
#1D161B
(29,22,27)
#181317
(24,19,23)
#131013
(19,16,19)
#0E0D0F
(14,13,15)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #3B2833

#3B2833
(59,40,51)
#4C3B45
(76,59,69)
#5D4E57
(93,78,87)
#6E6169
(110,97,105)
#7F747B
(127,116,123)
#90878D
(144,135,141)
#A19A9F
(161,154,159)
#B2ADB1
(178,173,177)
#C3C0C3
(195,192,195)
#D4D3D5
(212,211,213)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B2833 color. Also use rgb(59,40,51) instead hex code.

Text Font Color

.myTextColor { color: #3B2833; }

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

This text font color is #3B2833.

Background Color

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

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

This div background color is #3B2833.

Border color

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

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

This div border color is #3B2833.

Opacity

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

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

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

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

This text has shadow with #3B2833 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B2833.

Preview

Color preview on black background

This text has color #3B2833 on black background.


Color preview on white background

This text has color #3B2833 on white background.


Black color preview on #3B2833 background

This text has black color on #3B2833 background.


White color preview on #3B2833 background

This text has white color on #3B2833 background.


Related colors

Complementary color

Complementary color for #hex is #C4D7CC.


I love getcolorcode.com

Triadic colors

1 #333B28 and #28333B with #3B2833 are triadic colors.

2 #33283B and #283B33 with #3B2833 are triadic colors.