COLOR #34393F

HEX: #34393F RGB: (52,57,63)

Color info

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

RGB color model

#34393F color RGB value is (52,57,63).

RGB: (52,57,63) (20%, 22%, 25%)

RGB channels and saturation

R 52 of 255 = 20%
G 57 of 255 = 22%
B 63 of 255 = 25%

52
57
63

R + G + B ~ 22%. #34393F is dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 57 + 63 = 172 (100%)
R 52 of 172 ~ 30.23%
G 57 of 172 ~ 33.14%
B 63 of 172 ~ 36.63'%

%30.23
%33.14
%36.63

CMYK color model

#34393F color CMYK value is (17,10,0,75).

  • cyan value is 17.46%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (17,10,0,75)
C17M10Y0K75 (17%, 10%, 0%, 75%)
(0.17 / 0.10 / 0.00 / 0.75)

CMYK percentages

%17.46
%9.52
%0
%75.29

Codes

Color #34393F in popluar color models

34 39 3F
RGB 52 57 63
HSL 213° 9.57% 22.55%
HSB/HSV 213° 17.46% 24.71%
CMYK 17.46% 9.52% 0.00%
75.29%

Color #34393F in popluar number systems.

HEX 34 39 3F
Decimal 52 57 63
Binary 110100 111001 111111
Octal 64 71 77

Shades and tints

Shades of #34393F

#34393F
(52,57,63)
#30343A
(48,52,58)
#2C2F35
(44,47,53)
#282A30
(40,42,48)
#24252B
(36,37,43)
#202026
(32,32,38)
#1C1B21
(28,27,33)
#18161C
(24,22,28)
#141117
(20,17,23)
#100C12
(16,12,18)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #34393F

#34393F
(52,57,63)
#464B50
(70,75,80)
#585D61
(88,93,97)
#6A6F72
(106,111,114)
#7C8183
(124,129,131)
#8E9394
(142,147,148)
#A0A5A5
(160,165,165)
#B2B7B6
(178,183,182)
#C4C9C7
(196,201,199)
#D6DBD8
(214,219,216)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34393F color. Also use rgb(52,57,63) instead hex code.

Text Font Color

.myTextColor { color: #34393F; }

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

This text font color is #34393F.

Background Color

.myBgColor { background-color: #34393F; }

<div style="background-color:#34393F">Inner text</div>

This div background color is #34393F.

Border color

.myBorderColor { border: 1px solid #34393F; }

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

This div border color is #34393F.

Opacity

.myOpacity80 { color: #34393F; opacity: 0.8; }

<p style="color:#34393F;opacity:0.8;">80%</p>

Text with #34393F 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 #34393F;}

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

This text has shadow with #34393F color.


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

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

This text has shadow with #34393F primary color and red secondary color.


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

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

This text has shadow with #34393F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #34393F.

Preview

Color preview on black background

This text has color #34393F on black background.


Color preview on white background

This text has color #34393F on white background.


Black color preview on #34393F background

This text has black color on #34393F background.


White color preview on #34393F background

This text has white color on #34393F background.


Related colors

Complementary color

Complementary color for #hex is #CBC6C0.


I love getcolorcode.com

Triadic colors

1 #3F3439 and #393F34 with #34393F are triadic colors.

2 #3F3934 and #39343F with #34393F are triadic colors.