COLOR #343837

HEX: #343837
RGB: (52,56,55)

Color info

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

RGB color model

#343837 color RGB value is (52,56,55).

  • red value is 52;
  • green value is 56;
  • blue value is 55.
RGB:
(52,56,55)
(20%,22%,22%)

RGB channels and saturation

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

52
56
55

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

Portions of RGB colors in percentages

R + G + B =
52 + 56 + 55 = 163 (100%)
R 52 of 163 ~ 31.9%
G 56 of 163 ~ 34.36%
B 55 of 163 ~ 33.74%

%31.9
%34.36
%33.74

CMYK color model

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

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 1.79%
  • key color value is 78.04%
CMYK:
(7,0,2,78)
C7M0Y2K78 
(7%,0%,2%,78%)
(0.07/0.00/0.02/0.78)	

CMYK percentages

%7.14
%0
%1.79
%78.04

Codes

Color #343837 in popluar color models

343837
RGB525655
HSL165°3.70%21.18%
HSB/HSV165°7.14%21.96%
CMYK7.14%0.00%1.79%
78.04%

Color #343837 in popluar number systems.

HEX343837
Decimal525655
Binary110100111000110111
Octal647067

Shades and tints

Shades of #343837

#343837
(52,56,55)
#303332
(48,51,50)
#2C2E2D
(44,46,45)
#282928
(40,41,40)
#242423
(36,36,35)
#201F1E
(32,31,30)
#1C1A19
(28,26,25)
#181514
(24,21,20)
#14100F
(20,16,15)
#100B0A
(16,11,10)
#0C0605
(12,6,5)
#000000
(0,0,0)

Tints of #343837

#343837
(52,56,55)
#464A49
(70,74,73)
#585C5B
(88,92,91)
#6A6E6D
(106,110,109)
#7C807F
(124,128,127)
#8E9291
(142,146,145)
#A0A4A3
(160,164,163)
#B2B6B5
(178,182,181)
#C4C8C7
(196,200,199)
#D6DAD9
(214,218,217)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343837; }

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

This text font color is #343837.


Background Color

.myBgColor { background-color: #343837; }

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

This div background color is #343837.


Border color

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

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

This div border color is #343837.


Opacity

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

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

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

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

This text has shadow with #343837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343837 on black background.


Color preview on white background

This text has color #343837 on white background.



Black color preview on #343837 background

This text has black color on #343837 background.


White color preview on #343837 background

This text has white color on #343837 background.