COLOR #3B2742

HEX: #3B2742 RGB: (59,39,66)

Color info

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

RGB color model

#3B2742 color RGB value is (59,39,66).

RGB: (59,39,66) (23%, 15%, 26%)

RGB channels and saturation

R 59 of 255 = 23%
G 39 of 255 = 15%
B 66 of 255 = 26%

59
39
66

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

Portions of RGB colors in percentages

R + G + B = 59 + 39 + 66 = 164 (100%)
R 59 of 164 ~ 35.98%
G 39 of 164 ~ 23.78%
B 66 of 164 ~ 40.24'%

%35.98
%23.78
%40.24

CMYK color model

#3B2742 color CMYK value is (11,41,0,74).

  • cyan value is 10.61%
  • magenta value is 40.91%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (11,41,0,74)
C11M41Y0K74 (11%, 41%, 0%, 74%)
(0.11 / 0.41 / 0.00 / 0.74)

CMYK percentages

%10.61
%40.91
%0
%74.12

Codes

Color #3B2742 in popluar color models

3B 27 42
RGB 59 39 66
HSL 284° 25.71% 20.59%
HSB/HSV 284° 40.91% 25.88%
CMYK 10.61% 40.91% 0.00%
74.12%

Color #3B2742 in popluar number systems.

HEX 3B 27 42
Decimal 59 39 66
Binary 111011 100111 1000010
Octal 73 47 102

Shades and tints

Shades of #3B2742

#3B2742
(59,39,66)
#36243C
(54,36,60)
#312136
(49,33,54)
#2C1E30
(44,30,48)
#271B2A
(39,27,42)
#221824
(34,24,36)
#1D151E
(29,21,30)
#181218
(24,18,24)
#130F12
(19,15,18)
#0E0C0C
(14,12,12)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #3B2742

#3B2742
(59,39,66)
#4C3A53
(76,58,83)
#5D4D64
(93,77,100)
#6E6075
(110,96,117)
#7F7386
(127,115,134)
#908697
(144,134,151)
#A199A8
(161,153,168)
#B2ACB9
(178,172,185)
#C3BFCA
(195,191,202)
#D4D2DB
(212,210,219)
#E5E5EC
(229,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B2742 color. Also use rgb(59,39,66) instead hex code.

Text Font Color

.myTextColor { color: #3B2742; }

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

This text font color is #3B2742.

Background Color

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

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

This div background color is #3B2742.

Border color

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

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

This div border color is #3B2742.

Opacity

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

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

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

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

This text has shadow with #3B2742 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B2742.

Preview

Color preview on black background

This text has color #3B2742 on black background.


Color preview on white background

This text has color #3B2742 on white background.


Black color preview on #3B2742 background

This text has black color on #3B2742 background.


White color preview on #3B2742 background

This text has white color on #3B2742 background.


Related colors

Complementary color

Complementary color for #hex is #C4D8BD.


I love getcolorcode.com

Triadic colors

1 #423B27 and #27423B with #3B2742 are triadic colors.

2 #42273B and #273B42 with #3B2742 are triadic colors.