COLOR #343A3F

HEX: #343A3F
RGB: (52,58,63)

Color info

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

RGB color model

#343A3F color RGB value is (52,58,63).

  • red value is 52;
  • green value is 58;
  • blue value is 63.
RGB:
(52,58,63)
(20%,23%,25%)

RGB channels and saturation

R 52 of 255 = 20%
G 58 of 255 = 23%
B 63 of 255 = 25%

52
58
63

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

Portions of RGB colors in percentages

R + G + B =
52 + 58 + 63 = 173 (100%)
R 52 of 173 ~ 30.06%
G 58 of 173 ~ 33.53%
B 63 of 173 ~ 36.42%

%30.06
%33.53
%36.42

CMYK color model

#343A3F color CMYK value is (17,8,0,75).

  • cyan value is 17.46%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(17,8,0,75)
C17M8Y0K75 
(17%,8%,0%,75%)
(0.17/0.08/0.00/0.75)	

CMYK percentages

%17.46
%7.94
%0
%75.29

Codes

Color #343A3F in popluar color models

343A3F
RGB525863
HSL207°9.57%22.55%
HSB/HSV207°17.46%24.71%
CMYK17.46%7.94%0.00%
75.29%

Color #343A3F in popluar number systems.

HEX343A3F
Decimal525863
Binary110100111010111111
Octal647277

Shades and tints

Shades of #343A3F

#343A3F
(52,58,63)
#30353A
(48,53,58)
#2C3035
(44,48,53)
#282B30
(40,43,48)
#24262B
(36,38,43)
#202126
(32,33,38)
#1C1C21
(28,28,33)
#18171C
(24,23,28)
#141217
(20,18,23)
#100D12
(16,13,18)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #343A3F

#343A3F
(52,58,63)
#464B50
(70,75,80)
#585C61
(88,92,97)
#6A6D72
(106,109,114)
#7C7E83
(124,126,131)
#8E8F94
(142,143,148)
#A0A0A5
(160,160,165)
#B2B1B6
(178,177,182)
#C4C2C7
(196,194,199)
#D6D3D8
(214,211,216)
#E8E4E9
(232,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343A3F; }

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

This text font color is #343A3F.


Background Color

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

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

This div background color is #343A3F.


Border color

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

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

This div border color is #343A3F.


Opacity

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

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

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

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

This text has shadow with #343A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343A3F on black background.


Color preview on white background

This text has color #343A3F on white background.



Black color preview on #343A3F background

This text has black color on #343A3F background.


White color preview on #343A3F background

This text has white color on #343A3F background.