COLOR #3B424D

HEX: #3B424D RGB: (59,66,77)

Color info

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

RGB color model

#3B424D color RGB value is (59,66,77).

RGB: (59,66,77) (23%, 26%, 30%)

RGB channels and saturation

R 59 of 255 = 23%
G 66 of 255 = 26%
B 77 of 255 = 30%

59
66
77

R + G + B ~ 26%. #3B424D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 66 + 77 = 202 (100%)
R 59 of 202 ~ 29.21%
G 66 of 202 ~ 32.67%
B 77 of 202 ~ 38.12'%

%29.21
%32.67
%38.12

CMYK color model

#3B424D color CMYK value is (23,14,0,70).

  • cyan value is 23.38%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (23,14,0,70)
C23M14Y0K70 (23%, 14%, 0%, 70%)
(0.23 / 0.14 / 0.00 / 0.70)

CMYK percentages

%23.38
%14.29
%0
%69.8

Codes

Color #3B424D in popluar color models

3B 42 4D
RGB 59 66 77
HSL 217° 13.24% 26.67%
HSB/HSV 217° 23.38% 30.20%
CMYK 23.38% 14.29% 0.00%
69.80%

Color #3B424D in popluar number systems.

HEX 3B 42 4D
Decimal 59 66 77
Binary 111011 1000010 1001101
Octal 73 102 115

Shades and tints

Shades of #3B424D

#3B424D
(59,66,77)
#363C46
(54,60,70)
#31363F
(49,54,63)
#2C3038
(44,48,56)
#272A31
(39,42,49)
#22242A
(34,36,42)
#1D1E23
(29,30,35)
#18181C
(24,24,28)
#131215
(19,18,21)
#0E0C0E
(14,12,14)
#090607
(9,6,7)
#000000
(0,0,0)

Tints of #3B424D

#3B424D
(59,66,77)
#4C535D
(76,83,93)
#5D646D
(93,100,109)
#6E757D
(110,117,125)
#7F868D
(127,134,141)
#90979D
(144,151,157)
#A1A8AD
(161,168,173)
#B2B9BD
(178,185,189)
#C3CACD
(195,202,205)
#D4DBDD
(212,219,221)
#E5ECED
(229,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B424D; }

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

This text font color is #3B424D.

Background Color

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

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

This div background color is #3B424D.

Border color

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

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

This div border color is #3B424D.

Opacity

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

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

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

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

This text has shadow with #3B424D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B424D.

Preview

Color preview on black background

This text has color #3B424D on black background.


Color preview on white background

This text has color #3B424D on white background.


Black color preview on #3B424D background

This text has black color on #3B424D background.


White color preview on #3B424D background

This text has white color on #3B424D background.


Related colors

Complementary color

Complementary color for #hex is #C4BDB2.


I love getcolorcode.com

Triadic colors

1 #4D3B42 and #424D3B with #3B424D are triadic colors.

2 #4D423B and #423B4D with #3B424D are triadic colors.