COLOR #3B2835

HEX: #3B2835 RGB: (59,40,53)

Color info

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

RGB color model

#3B2835 color RGB value is (59,40,53).

RGB: (59,40,53) (23%, 16%, 21%)

RGB channels and saturation

R 59 of 255 = 23%
G 40 of 255 = 16%
B 53 of 255 = 21%

59
40
53

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

Portions of RGB colors in percentages

R + G + B = 59 + 40 + 53 = 152 (100%)
R 59 of 152 ~ 38.82%
G 40 of 152 ~ 26.32%
B 53 of 152 ~ 34.87'%

%38.82
%26.32
%34.87

CMYK color model

#3B2835 color CMYK value is (0,32,10,77).

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

CMYK: (0,32,10,77)
C0M32Y10K77 (0%, 32%, 10%, 77%)
(0.00 / 0.32 / 0.10 / 0.77)

CMYK percentages

%0
%32.2
%10.17
%76.86

Codes

Color #3B2835 in popluar color models

3B 28 35
RGB 59 40 53
HSL 319° 19.19% 19.41%
HSB/HSV 319° 32.20% 23.14%
CMYK 0.00% 32.20% 10.17%
76.86%

Color #3B2835 in popluar number systems.

HEX 3B 28 35
Decimal 59 40 53
Binary 111011 101000 110101
Octal 73 50 65

Shades and tints

Shades of #3B2835

#3B2835
(59,40,53)
#362531
(54,37,49)
#31222D
(49,34,45)
#2C1F29
(44,31,41)
#271C25
(39,28,37)
#221921
(34,25,33)
#1D161D
(29,22,29)
#181319
(24,19,25)
#131015
(19,16,21)
#0E0D11
(14,13,17)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #3B2835

#3B2835
(59,40,53)
#4C3B47
(76,59,71)
#5D4E59
(93,78,89)
#6E616B
(110,97,107)
#7F747D
(127,116,125)
#90878F
(144,135,143)
#A19AA1
(161,154,161)
#B2ADB3
(178,173,179)
#C3C0C5
(195,192,197)
#D4D3D7
(212,211,215)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2835; }

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

This text font color is #3B2835.

Background Color

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

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

This div background color is #3B2835.

Border color

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

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

This div border color is #3B2835.

Opacity

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

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

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

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

This text has shadow with #3B2835 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B2835.

Preview

Color preview on black background

This text has color #3B2835 on black background.


Color preview on white background

This text has color #3B2835 on white background.


Black color preview on #3B2835 background

This text has black color on #3B2835 background.


White color preview on #3B2835 background

This text has white color on #3B2835 background.


Related colors

Complementary color

Complementary color for #hex is #C4D7CA.


I love getcolorcode.com

Triadic colors

1 #353B28 and #28353B with #3B2835 are triadic colors.

2 #35283B and #283B35 with #3B2835 are triadic colors.