COLOR #343530

HEX: #343530
RGB: (52,53,48)

Color info

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

RGB color model

#343530 color RGB value is (52,53,48).

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

RGB channels and saturation

R 52 of 255 = 20%
G 53 of 255 = 21%
B 48 of 255 = 19%

52
53
48

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

Portions of RGB colors in percentages

R + G + B =
52 + 53 + 48 = 153 (100%)
R 52 of 153 ~ 33.99%
G 53 of 153 ~ 34.64%
B 48 of 153 ~ 31.37%

%33.99
%34.64
%31.37

CMYK color model

#343530 color CMYK value is (2,0,9,79).

  • cyan value is 1.89%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • key color value is 79.22%
CMYK:
(2,0,9,79)
C2M0Y9K79 
(2%,0%,9%,79%)
(0.02/0.00/0.09/0.79)	

CMYK percentages

%1.89
%0
%9.43
%79.22

Codes

Color #343530 in popluar color models

343530
RGB525348
HSL72°4.95%19.80%
HSB/HSV72°9.43%20.78%
CMYK1.89%0.00%9.43%
79.22%

Color #343530 in popluar number systems.

HEX343530
Decimal525348
Binary110100110101110000
Octal646560

Shades and tints

Shades of #343530

#343530
(52,53,48)
#30312C
(48,49,44)
#2C2D28
(44,45,40)
#282924
(40,41,36)
#242520
(36,37,32)
#20211C
(32,33,28)
#1C1D18
(28,29,24)
#181914
(24,25,20)
#141510
(20,21,16)
#10110C
(16,17,12)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #343530

#343530
(52,53,48)
#464742
(70,71,66)
#585954
(88,89,84)
#6A6B66
(106,107,102)
#7C7D78
(124,125,120)
#8E8F8A
(142,143,138)
#A0A19C
(160,161,156)
#B2B3AE
(178,179,174)
#C4C5C0
(196,197,192)
#D6D7D2
(214,215,210)
#E8E9E4
(232,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343530; }

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

This text font color is #343530.


Background Color

.myBgColor { background-color: #343530; }

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

This div background color is #343530.


Border color

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

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

This div border color is #343530.


Opacity

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

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

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

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

This text has shadow with #343530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343530 on black background.


Color preview on white background

This text has color #343530 on white background.



Black color preview on #343530 background

This text has black color on #343530 background.


White color preview on #343530 background

This text has white color on #343530 background.