COLOR #343431

HEX: #343431
RGB: (52,52,49)

Color info

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

RGB color model

#343431 color RGB value is (52,52,49).

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

RGB channels and saturation

R 52 of 255 = 20%
G 52 of 255 = 20%
B 49 of 255 = 19%

52
52
49

R + G + B ~ 20%. #343431 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 52 + 49 = 153 (100%)
R 52 of 153 ~ 33.99%
G 52 of 153 ~ 33.99%
B 49 of 153 ~ 32.03%

%33.99
%33.99
%32.03

CMYK color model

#343431 color CMYK value is (0,0,6,80).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.77%
  • key color value is 79.61%
CMYK:
(0,0,6,80)
C0M0Y6K80 
(0%,0%,6%,80%)
(0.00/0.00/0.06/0.80)	

CMYK percentages

%0
%0
%5.77
%79.61

Codes

Color #343431 in popluar color models

343431
RGB525249
HSL60°2.97%19.80%
HSB/HSV60°5.77%20.39%
CMYK0.00%0.00%5.77%
79.61%

Color #343431 in popluar number systems.

HEX343431
Decimal525249
Binary110100110100110001
Octal646461

Shades and tints

Shades of #343431

#343431
(52,52,49)
#30302D
(48,48,45)
#2C2C29
(44,44,41)
#282825
(40,40,37)
#242421
(36,36,33)
#20201D
(32,32,29)
#1C1C19
(28,28,25)
#181815
(24,24,21)
#141411
(20,20,17)
#10100D
(16,16,13)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #343431

#343431
(52,52,49)
#464643
(70,70,67)
#585855
(88,88,85)
#6A6A67
(106,106,103)
#7C7C79
(124,124,121)
#8E8E8B
(142,142,139)
#A0A09D
(160,160,157)
#B2B2AF
(178,178,175)
#C4C4C1
(196,196,193)
#D6D6D3
(214,214,211)
#E8E8E5
(232,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343431; }

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

This text font color is #343431.


Background Color

.myBgColor { background-color: #343431; }

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

This div background color is #343431.


Border color

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

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

This div border color is #343431.


Opacity

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

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

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

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

This text has shadow with #343431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343431 on black background.


Color preview on white background

This text has color #343431 on white background.



Black color preview on #343431 background

This text has black color on #343431 background.


White color preview on #343431 background

This text has white color on #343431 background.