COLOR #3B4142

HEX: #3B4142 RGB: (59,65,66)

Color info

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

RGB color model

#3B4142 color RGB value is (59,65,66).

RGB: (59,65,66) (23%, 25%, 26%)

RGB channels and saturation

R 59 of 255 = 23%
G 65 of 255 = 25%
B 66 of 255 = 26%

59
65
66

R + G + B ~ 25%. #3B4142 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 65 + 66 = 190 (100%)
R 59 of 190 ~ 31.05%
G 65 of 190 ~ 34.21%
B 66 of 190 ~ 34.74'%

%31.05
%34.21
%34.74

CMYK color model

#3B4142 color CMYK value is (11,2,0,74).

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

CMYK: (11,2,0,74)
C11M2Y0K74 (11%, 2%, 0%, 74%)
(0.11 / 0.02 / 0.00 / 0.74)

CMYK percentages

%10.61
%1.52
%0
%74.12

Codes

Color #3B4142 in popluar color models

3B 41 42
RGB 59 65 66
HSL 189° 5.60% 24.51%
HSB/HSV 189° 10.61% 25.88%
CMYK 10.61% 1.52% 0.00%
74.12%

Color #3B4142 in popluar number systems.

HEX 3B 41 42
Decimal 59 65 66
Binary 111011 1000001 1000010
Octal 73 101 102

Shades and tints

Shades of #3B4142

#3B4142
(59,65,66)
#363C3C
(54,60,60)
#313736
(49,55,54)
#2C3230
(44,50,48)
#272D2A
(39,45,42)
#222824
(34,40,36)
#1D231E
(29,35,30)
#181E18
(24,30,24)
#131912
(19,25,18)
#0E140C
(14,20,12)
#090F06
(9,15,6)
#000000
(0,0,0)

Tints of #3B4142

#3B4142
(59,65,66)
#4C5253
(76,82,83)
#5D6364
(93,99,100)
#6E7475
(110,116,117)
#7F8586
(127,133,134)
#909697
(144,150,151)
#A1A7A8
(161,167,168)
#B2B8B9
(178,184,185)
#C3C9CA
(195,201,202)
#D4DADB
(212,218,219)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4142; }

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

This text font color is #3B4142.

Background Color

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

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

This div background color is #3B4142.

Border color

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

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

This div border color is #3B4142.

Opacity

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

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

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

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

This text has shadow with #3B4142 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4142.

Preview

Color preview on black background

This text has color #3B4142 on black background.


Color preview on white background

This text has color #3B4142 on white background.


Black color preview on #3B4142 background

This text has black color on #3B4142 background.


White color preview on #3B4142 background

This text has white color on #3B4142 background.


Related colors

Complementary color

Complementary color for #hex is #C4BEBD.


I love getcolorcode.com

Triadic colors

1 #423B41 and #41423B with #3B4142 are triadic colors.

2 #42413B and #413B42 with #3B4142 are triadic colors.