COLOR #343343

HEX: #343343 RGB: (52,51,67)

Color info

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

RGB color model

#343343 color RGB value is (52,51,67).

RGB: (52,51,67) (20%, 20%, 26%)

RGB channels and saturation

R 52 of 255 = 20%
G 51 of 255 = 20%
B 67 of 255 = 26%

52
51
67

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

Portions of RGB colors in percentages

R + G + B = 52 + 51 + 67 = 170 (100%)
R 52 of 170 ~ 30.59%
G 51 of 170 ~ 30%
B 67 of 170 ~ 39.41'%

%30.59
%30
%39.41

CMYK color model

#343343 color CMYK value is (22,24,0,74).

  • cyan value is 22.39%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (22,24,0,74)
C22M24Y0K74 (22%, 24%, 0%, 74%)
(0.22 / 0.24 / 0.00 / 0.74)

CMYK percentages

%22.39
%23.88
%0
%73.73

Codes

Color #343343 in popluar color models

34 33 43
RGB 52 51 67
HSL 244° 13.56% 23.14%
HSB/HSV 244° 23.88% 26.27%
CMYK 22.39% 23.88% 0.00%
73.73%

Color #343343 in popluar number systems.

HEX 34 33 43
Decimal 52 51 67
Binary 110100 110011 1000011
Octal 64 63 103

Shades and tints

Shades of #343343

#343343
(52,51,67)
#302F3D
(48,47,61)
#2C2B37
(44,43,55)
#282731
(40,39,49)
#24232B
(36,35,43)
#201F25
(32,31,37)
#1C1B1F
(28,27,31)
#181719
(24,23,25)
#141313
(20,19,19)
#100F0D
(16,15,13)
#0C0B07
(12,11,7)
#000000
(0,0,0)

Tints of #343343

#343343
(52,51,67)
#464554
(70,69,84)
#585765
(88,87,101)
#6A6976
(106,105,118)
#7C7B87
(124,123,135)
#8E8D98
(142,141,152)
#A09FA9
(160,159,169)
#B2B1BA
(178,177,186)
#C4C3CB
(196,195,203)
#D6D5DC
(214,213,220)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343343 color. Also use rgb(52,51,67) instead hex code.

Text Font Color

.myTextColor { color: #343343; }

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

This text font color is #343343.

Background Color

.myBgColor { background-color: #343343; }

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

This div background color is #343343.

Border color

.myBorderColor { border: 1px solid #343343; }

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

This div border color is #343343.

Opacity

.myOpacity80 { color: #343343; opacity: 0.8; }

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

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

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

This text has shadow with #343343 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #343343.

Preview

Color preview on black background

This text has color #343343 on black background.


Color preview on white background

This text has color #343343 on white background.


Black color preview on #343343 background

This text has black color on #343343 background.


White color preview on #343343 background

This text has white color on #343343 background.


Related colors

Complementary color

Complementary color for #hex is #CBCCBC.


I love getcolorcode.com

Triadic colors

1 #433433 and #334334 with #343343 are triadic colors.

2 #433334 and #333443 with #343343 are triadic colors.