COLOR #343836

HEX: #343836
RGB: (52,56,54)

Color info

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

RGB color model

#343836 color RGB value is (52,56,54).

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

RGB channels and saturation

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

52
56
54

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

Portions of RGB colors in percentages

R + G + B =
52 + 56 + 54 = 162 (100%)
R 52 of 162 ~ 32.1%
G 56 of 162 ~ 34.57%
B 54 of 162 ~ 33.33%

%32.1
%34.57
%33.33

CMYK color model

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

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 78.04%
CMYK:
(7,0,4,78)
C7M0Y4K78 
(7%,0%,4%,78%)
(0.07/0.00/0.04/0.78)	

CMYK percentages

%7.14
%0
%3.57
%78.04

Codes

Color #343836 in popluar color models

343836
RGB525654
HSL150°3.70%21.18%
HSB/HSV150°7.14%21.96%
CMYK7.14%0.00%3.57%
78.04%

Color #343836 in popluar number systems.

HEX343836
Decimal525654
Binary110100111000110110
Octal647066

Shades and tints

Shades of #343836

#343836
(52,56,54)
#303332
(48,51,50)
#2C2E2E
(44,46,46)
#28292A
(40,41,42)
#242426
(36,36,38)
#201F22
(32,31,34)
#1C1A1E
(28,26,30)
#18151A
(24,21,26)
#141016
(20,16,22)
#100B12
(16,11,18)
#0C060E
(12,6,14)
#000000
(0,0,0)

Tints of #343836

#343836
(52,56,54)
#464A48
(70,74,72)
#585C5A
(88,92,90)
#6A6E6C
(106,110,108)
#7C807E
(124,128,126)
#8E9290
(142,146,144)
#A0A4A2
(160,164,162)
#B2B6B4
(178,182,180)
#C4C8C6
(196,200,198)
#D6DAD8
(214,218,216)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343836; }

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

This text font color is #343836.


Background Color

.myBgColor { background-color: #343836; }

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

This div background color is #343836.


Border color

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

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

This div border color is #343836.


Opacity

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

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

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

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

This text has shadow with #343836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343836 on black background.


Color preview on white background

This text has color #343836 on white background.



Black color preview on #343836 background

This text has black color on #343836 background.


White color preview on #343836 background

This text has white color on #343836 background.