COLOR #343636

HEX: #343636
RGB: (52,54,54)

Color info

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

RGB color model

#343636 color RGB value is (52,54,54).

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

RGB channels and saturation

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

52
54
54

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

Portions of RGB colors in percentages

R + G + B =
52 + 54 + 54 = 160 (100%)
R 52 of 160 ~ 32.5%
G 54 of 160 ~ 33.75%
B 54 of 160 ~ 33.75%

%32.5
%33.75
%33.75

CMYK color model

#343636 color CMYK value is (4,0,0,79).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(4,0,0,79)
C4M0Y0K79 
(4%,0%,0%,79%)
(0.04/0.00/0.00/0.79)	

CMYK percentages

%3.7
%0
%0
%78.82

Codes

Color #343636 in popluar color models

343636
RGB525454
HSL180°1.89%20.78%
HSB/HSV180°3.70%21.18%
CMYK3.70%0.00%0.00%
78.82%

Color #343636 in popluar number systems.

HEX343636
Decimal525454
Binary110100110110110110
Octal646666

Shades and tints

Shades of #343636

#343636
(52,54,54)
#303232
(48,50,50)
#2C2E2E
(44,46,46)
#282A2A
(40,42,42)
#242626
(36,38,38)
#202222
(32,34,34)
#1C1E1E
(28,30,30)
#181A1A
(24,26,26)
#141616
(20,22,22)
#101212
(16,18,18)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #343636

#343636
(52,54,54)
#464848
(70,72,72)
#585A5A
(88,90,90)
#6A6C6C
(106,108,108)
#7C7E7E
(124,126,126)
#8E9090
(142,144,144)
#A0A2A2
(160,162,162)
#B2B4B4
(178,180,180)
#C4C6C6
(196,198,198)
#D6D8D8
(214,216,216)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343636; }

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

This text font color is #343636.


Background Color

.myBgColor { background-color: #343636; }

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

This div background color is #343636.


Border color

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

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

This div border color is #343636.


Opacity

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

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

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

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

This text has shadow with #343636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343636 on black background.


Color preview on white background

This text has color #343636 on white background.



Black color preview on #343636 background

This text has black color on #343636 background.


White color preview on #343636 background

This text has white color on #343636 background.