COLOR #34313B

HEX: #34313B RGB: (52,49,59)

Color info

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

RGB color model

#34313B color RGB value is (52,49,59).

RGB: (52,49,59) (20%, 19%, 23%)

RGB channels and saturation

R 52 of 255 = 20%
G 49 of 255 = 19%
B 59 of 255 = 23%

52
49
59

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

Portions of RGB colors in percentages

R + G + B = 52 + 49 + 59 = 160 (100%)
R 52 of 160 ~ 32.5%
G 49 of 160 ~ 30.63%
B 59 of 160 ~ 36.88'%

%32.5
%30.63
%36.88

CMYK color model

#34313B color CMYK value is (12,17,0,77).

  • cyan value is 11.86%
  • magenta value is 16.95%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (12,17,0,77)
C12M17Y0K77 (12%, 17%, 0%, 77%)
(0.12 / 0.17 / 0.00 / 0.77)

CMYK percentages

%11.86
%16.95
%0
%76.86

Codes

Color #34313B in popluar color models

34 31 3B
RGB 52 49 59
HSL 258° 9.26% 21.18%
HSB/HSV 258° 16.95% 23.14%
CMYK 11.86% 16.95% 0.00%
76.86%

Color #34313B in popluar number systems.

HEX 34 31 3B
Decimal 52 49 59
Binary 110100 110001 111011
Octal 64 61 73

Shades and tints

Shades of #34313B

#34313B
(52,49,59)
#302D36
(48,45,54)
#2C2931
(44,41,49)
#28252C
(40,37,44)
#242127
(36,33,39)
#201D22
(32,29,34)
#1C191D
(28,25,29)
#181518
(24,21,24)
#141113
(20,17,19)
#100D0E
(16,13,14)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #34313B

#34313B
(52,49,59)
#46434C
(70,67,76)
#58555D
(88,85,93)
#6A676E
(106,103,110)
#7C797F
(124,121,127)
#8E8B90
(142,139,144)
#A09DA1
(160,157,161)
#B2AFB2
(178,175,178)
#C4C1C3
(196,193,195)
#D6D3D4
(214,211,212)
#E8E5E5
(232,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34313B color. Also use rgb(52,49,59) instead hex code.

Text Font Color

.myTextColor { color: #34313B; }

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

This text font color is #34313B.

Background Color

.myBgColor { background-color: #34313B; }

<div style="background-color:#34313B">Inner text</div>

This div background color is #34313B.

Border color

.myBorderColor { border: 1px solid #34313B; }

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

This div border color is #34313B.

Opacity

.myOpacity80 { color: #34313B; opacity: 0.8; }

<p style="color:#34313B;opacity:0.8;">80%</p>

Text with #34313B 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 #34313B;}

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

This text has shadow with #34313B color.


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

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

This text has shadow with #34313B primary color and red secondary color.


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

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

This text has shadow with #34313B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #34313B.

Preview

Color preview on black background

This text has color #34313B on black background.


Color preview on white background

This text has color #34313B on white background.


Black color preview on #34313B background

This text has black color on #34313B background.


White color preview on #34313B background

This text has white color on #34313B background.


Related colors

Complementary color

Complementary color for #hex is #CBCEC4.


I love getcolorcode.com

Triadic colors

1 #3B3431 and #313B34 with #34313B are triadic colors.

2 #3B3134 and #31343B with #34313B are triadic colors.