COLOR #343838

HEX: #343838 RGB: (52,56,56)

Color info

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

RGB color model

#343838 color RGB value is (52,56,56).

RGB: (52,56,56) (20%, 22%, 22%)

RGB channels and saturation

R 52 of 255 = 20%
G 56 of 255 = 22%
B 56 of 255 = 22%

52
56
56

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

Portions of RGB colors in percentages

R + G + B = 52 + 56 + 56 = 164 (100%)
R 52 of 164 ~ 31.71%
G 56 of 164 ~ 34.15%
B 56 of 164 ~ 34.15'%

%31.71
%34.15
%34.15

CMYK color model

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

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 78.04%

CMYK: (7,0,0,78)
C7M0Y0K78 (7%, 0%, 0%, 78%)
(0.07 / 0.00 / 0.00 / 0.78)

CMYK percentages

%7.14
%0
%0
%78.04

Codes

Color #343838 in popluar color models

34 38 38
RGB 52 56 56
HSL 180° 3.70% 21.18%
HSB/HSV 180° 7.14% 21.96%
CMYK 7.14% 0.00% 0.00%
78.04%

Color #343838 in popluar number systems.

HEX 34 38 38
Decimal 52 56 56
Binary 110100 111000 111000
Octal 64 70 70

Shades and tints

Shades of #343838

#343838
(52,56,56)
#303333
(48,51,51)
#2C2E2E
(44,46,46)
#282929
(40,41,41)
#242424
(36,36,36)
#201F1F
(32,31,31)
#1C1A1A
(28,26,26)
#181515
(24,21,21)
#141010
(20,16,16)
#100B0B
(16,11,11)
#0C0606
(12,6,6)
#000000
(0,0,0)

Tints of #343838

#343838
(52,56,56)
#464A4A
(70,74,74)
#585C5C
(88,92,92)
#6A6E6E
(106,110,110)
#7C8080
(124,128,128)
#8E9292
(142,146,146)
#A0A4A4
(160,164,164)
#B2B6B6
(178,182,182)
#C4C8C8
(196,200,200)
#D6DADA
(214,218,218)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343838; }

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

This text font color is #343838.

Background Color

.myBgColor { background-color: #343838; }

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

This div background color is #343838.

Border color

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

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

This div border color is #343838.

Opacity

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

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

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

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

This text has shadow with #343838 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #343838.

Preview

Color preview on black background

This text has color #343838 on black background.


Color preview on white background

This text has color #343838 on white background.


Black color preview on #343838 background

This text has black color on #343838 background.


White color preview on #343838 background

This text has white color on #343838 background.


Related colors

Complementary color

Complementary color for #hex is #CBC7C7.


I love getcolorcode.com