COLOR #343337

HEX: #343337 RGB: (52,51,55)

Color info

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

RGB color model

#343337 color RGB value is (52,51,55).

RGB: (52,51,55) (20%, 20%, 22%)

RGB channels and saturation

R 52 of 255 = 20%
G 51 of 255 = 20%
B 55 of 255 = 22%

52
51
55

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

Portions of RGB colors in percentages

R + G + B = 52 + 51 + 55 = 158 (100%)
R 52 of 158 ~ 32.91%
G 51 of 158 ~ 32.28%
B 55 of 158 ~ 34.81'%

%32.91
%32.28
%34.81

CMYK color model

#343337 color CMYK value is (5,7,0,78).

  • cyan value is 5.45%
  • magenta value is 7.27%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (5,7,0,78)
C5M7Y0K78 (5%, 7%, 0%, 78%)
(0.05 / 0.07 / 0.00 / 0.78)

CMYK percentages

%5.45
%7.27
%0
%78.43

Codes

Color #343337 in popluar color models

34 33 37
RGB 52 51 55
HSL 255° 3.77% 20.78%
HSB/HSV 255° 7.27% 21.57%
CMYK 5.45% 7.27% 0.00%
78.43%

Color #343337 in popluar number systems.

HEX 34 33 37
Decimal 52 51 55
Binary 110100 110011 110111
Octal 64 63 67

Shades and tints

Shades of #343337

#343337
(52,51,55)
#302F32
(48,47,50)
#2C2B2D
(44,43,45)
#282728
(40,39,40)
#242323
(36,35,35)
#201F1E
(32,31,30)
#1C1B19
(28,27,25)
#181714
(24,23,20)
#14130F
(20,19,15)
#100F0A
(16,15,10)
#0C0B05
(12,11,5)
#000000
(0,0,0)

Tints of #343337

#343337
(52,51,55)
#464549
(70,69,73)
#58575B
(88,87,91)
#6A696D
(106,105,109)
#7C7B7F
(124,123,127)
#8E8D91
(142,141,145)
#A09FA3
(160,159,163)
#B2B1B5
(178,177,181)
#C4C3C7
(196,195,199)
#D6D5D9
(214,213,217)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343337; }

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

This text font color is #343337.

Background Color

.myBgColor { background-color: #343337; }

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

This div background color is #343337.

Border color

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

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

This div border color is #343337.

Opacity

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

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

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

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

This text has shadow with #343337 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #343337.

Preview

Color preview on black background

This text has color #343337 on black background.


Color preview on white background

This text has color #343337 on white background.


Black color preview on #343337 background

This text has black color on #343337 background.


White color preview on #343337 background

This text has white color on #343337 background.


Related colors

Complementary color

Complementary color for #hex is #CBCCC8.


I love getcolorcode.com

Triadic colors

1 #373433 and #333734 with #343337 are triadic colors.

2 #373334 and #333437 with #343337 are triadic colors.