COLOR #343353

HEX: #343353
RGB: (52,51,83)

Color info

#343353 contains red, green and blue colors in about the same proportion. Web safe color of #343353 is #333366 (or #336).

RGB color model

#343353 color RGB value is (52,51,83).

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

RGB channels and saturation

R 52 of 255 = 20%
G 51 of 255 = 20%
B 83 of 255 = 33%

52
51
83

R + G + B ~ 24%. #343353 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 51 + 83 = 186 (100%)
R 52 of 186 ~ 27.96%
G 51 of 186 ~ 27.42%
B 83 of 186 ~ 44.62%

%27.96
%27.42
%44.62

CMYK color model

#343353 color CMYK value is (37,39,0,67).

  • cyan value is 37.35%
  • magenta value is 38.55%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(37,39,0,67)
C37M39Y0K67 
(37%,39%,0%,67%)
(0.37/0.39/0.00/0.67)	

CMYK percentages

%37.35
%38.55
%0
%67.45

Codes

Color #343353 in popluar color models

343353
RGB525183
HSL242°23.88%26.27%
HSB/HSV242°38.55%32.55%
CMYK37.35%38.55%0.00%
67.45%

Color #343353 in popluar number systems.

HEX343353
Decimal525183
Binary1101001100111010011
Octal6463123

Shades and tints

Shades of #343353

#343353
(52,51,83)
#302F4C
(48,47,76)
#2C2B45
(44,43,69)
#28273E
(40,39,62)
#242337
(36,35,55)
#201F30
(32,31,48)
#1C1B29
(28,27,41)
#181722
(24,23,34)
#14131B
(20,19,27)
#100F14
(16,15,20)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #343353

#343353
(52,51,83)
#464562
(70,69,98)
#585771
(88,87,113)
#6A6980
(106,105,128)
#7C7B8F
(124,123,143)
#8E8D9E
(142,141,158)
#A09FAD
(160,159,173)
#B2B1BC
(178,177,188)
#C4C3CB
(196,195,203)
#D6D5DA
(214,213,218)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343353; }

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

This text font color is #343353.


Background Color

.myBgColor { background-color: #343353; }

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

This div background color is #343353.


Border color

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

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

This div border color is #343353.


Opacity

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

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

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

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

This text has shadow with #343353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343353 on black background.


Color preview on white background

This text has color #343353 on white background.



Black color preview on #343353 background

This text has black color on #343353 background.


White color preview on #343353 background

This text has white color on #343353 background.