COLOR #343330

HEX: #343330
RGB: (52,51,48)

Color info

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

RGB color model

#343330 color RGB value is (52,51,48).

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

RGB channels and saturation

R 52 of 255 = 20%
G 51 of 255 = 20%
B 48 of 255 = 19%

52
51
48

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

Portions of RGB colors in percentages

R + G + B =
52 + 51 + 48 = 151 (100%)
R 52 of 151 ~ 34.44%
G 51 of 151 ~ 33.77%
B 48 of 151 ~ 31.79%

%34.44
%33.77
%31.79

CMYK color model

#343330 color CMYK value is (0,2,8,80).

  • cyan value is 0.00%
  • magenta value is 1.92%
  • yellow value is 7.69%
  • key color value is 79.61%
CMYK:
(0,2,8,80)
C0M2Y8K80 
(0%,2%,8%,80%)
(0.00/0.02/0.08/0.80)	

CMYK percentages

%0
%1.92
%7.69
%79.61

Codes

Color #343330 in popluar color models

343330
RGB525148
HSL45°4.00%19.61%
HSB/HSV45°7.69%20.39%
CMYK0.00%1.92%7.69%
79.61%

Color #343330 in popluar number systems.

HEX343330
Decimal525148
Binary110100110011110000
Octal646360

Shades and tints

Shades of #343330

#343330
(52,51,48)
#302F2C
(48,47,44)
#2C2B28
(44,43,40)
#282724
(40,39,36)
#242320
(36,35,32)
#201F1C
(32,31,28)
#1C1B18
(28,27,24)
#181714
(24,23,20)
#141310
(20,19,16)
#100F0C
(16,15,12)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #343330

#343330
(52,51,48)
#464542
(70,69,66)
#585754
(88,87,84)
#6A6966
(106,105,102)
#7C7B78
(124,123,120)
#8E8D8A
(142,141,138)
#A09F9C
(160,159,156)
#B2B1AE
(178,177,174)
#C4C3C0
(196,195,192)
#D6D5D2
(214,213,210)
#E8E7E4
(232,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343330; }

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

This text font color is #343330.


Background Color

.myBgColor { background-color: #343330; }

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

This div background color is #343330.


Border color

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

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

This div border color is #343330.


Opacity

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

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

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

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

This text has shadow with #343330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343330 on black background.


Color preview on white background

This text has color #343330 on white background.



Black color preview on #343330 background

This text has black color on #343330 background.


White color preview on #343330 background

This text has white color on #343330 background.