COLOR #343D3F

HEX: #343D3F RGB: (52,61,63)

Color info

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

RGB color model

#343D3F color RGB value is (52,61,63).

RGB: (52,61,63) (20%, 24%, 25%)

RGB channels and saturation

R 52 of 255 = 20%
G 61 of 255 = 24%
B 63 of 255 = 25%

52
61
63

R + G + B ~ 23%. #343D3F is dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 61 + 63 = 176 (100%)
R 52 of 176 ~ 29.55%
G 61 of 176 ~ 34.66%
B 63 of 176 ~ 35.8'%

%29.55
%34.66
%35.8

CMYK color model

#343D3F color CMYK value is (17,3,0,75).

  • cyan value is 17.46%
  • magenta value is 3.17%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK: (17,3,0,75) C17M3Y0K75 (17%,3%,0%,75%) (0.17/0.03/0.00/0.75) 

CMYK percentages

%17.46
%3.17
%0
%75.29

Codes

Color #343D3F in popluar color models

34 3D 3F
RGB 52 61 63
HSL 191° 9.57% 22.55%
HSB/HSV 191° 17.46% 24.71%
CMYK 17.46% 3.17% 0.00%
75.29%

Color #343D3F in popluar number systems.

HEX 34 3D 3F
Decimal 52 61 63
Binary 110100 111101 111111
Octal 64 75 77

Shades and tints

Shades of #343D3F

#343D3F
(52,61,63)
#30383A
(48,56,58)
#2C3335
(44,51,53)
#282E30
(40,46,48)
#24292B
(36,41,43)
#202426
(32,36,38)
#1C1F21
(28,31,33)
#181A1C
(24,26,28)
#141517
(20,21,23)
#101012
(16,16,18)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #343D3F

#343D3F
(52,61,63)
#464E50
(70,78,80)
#585F61
(88,95,97)
#6A7072
(106,112,114)
#7C8183
(124,129,131)
#8E9294
(142,146,148)
#A0A3A5
(160,163,165)
#B2B4B6
(178,180,182)
#C4C5C7
(196,197,199)
#D6D6D8
(214,214,216)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343D3F color. Also use rgb(52,61,63) instead hex code.

Text Font Color

.myTextColor { color: #343D3F; }

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

This text font color is #343D3F.

Background Color

.myBgColor { background-color: #343D3F; }

<div style="background-color:#343D3F">Inner text</div>

This div background color is #343D3F.

Border color

.myBorderColor { border: 1px solid #343D3F; }

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

This div border color is #343D3F.

Opacity

.myOpacity80 { color: #343D3F; opacity: 0.8; }

<p style="color:#343D3F;opacity:0.8;">80%</p>

Text with #343D3F 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 #343D3F;}

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

This text has shadow with #343D3F color.


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

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

This text has shadow with #343D3F primary color and red secondary color.


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

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

This text has shadow with #343D3F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #343D3F.

Preview

Color preview on black background

This text has color #343D3F on black background.


Color preview on white background

This text has color #343D3F on white background.


Black color preview on #343D3F background

This text has black color on #343D3F background.


White color preview on #343D3F background

This text has white color on #343D3F background.


Related colors

Complementary color

Complementary color for #hex is #CBC2C0.


I love getcolorcode.com

Triadic colors

1 #3F343D and #3D3F34 with #343D3F are triadic colors.

2 #3F3D34 and #3D343F with #343D3F are triadic colors.