COLOR #343042

HEX: #343042
RGB: (52,48,66)

Color info

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

RGB color model

#343042 color RGB value is (52,48,66).

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

RGB channels and saturation

R 52 of 255 = 20%
G 48 of 255 = 19%
B 66 of 255 = 26%

52
48
66

R + G + B ~ 22%. #343042 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 48 + 66 = 166 (100%)
R 52 of 166 ~ 31.33%
G 48 of 166 ~ 28.92%
B 66 of 166 ~ 39.76%

%31.33
%28.92
%39.76

CMYK color model

#343042 color CMYK value is (21,27,0,74).

  • cyan value is 21.21%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(21,27,0,74)
C21M27Y0K74 
(21%,27%,0%,74%)
(0.21/0.27/0.00/0.74)	

CMYK percentages

%21.21
%27.27
%0
%74.12

Codes

Color #343042 in popluar color models

343042
RGB524866
HSL253°15.79%22.35%
HSB/HSV253°27.27%25.88%
CMYK21.21%27.27%0.00%
74.12%

Color #343042 in popluar number systems.

HEX343042
Decimal524866
Binary1101001100001000010
Octal6460102

Shades and tints

Shades of #343042

#343042
(52,48,66)
#302C3C
(48,44,60)
#2C2836
(44,40,54)
#282430
(40,36,48)
#24202A
(36,32,42)
#201C24
(32,28,36)
#1C181E
(28,24,30)
#181418
(24,20,24)
#141012
(20,16,18)
#100C0C
(16,12,12)
#0C0806
(12,8,6)
#000000
(0,0,0)

Tints of #343042

#343042
(52,48,66)
#464253
(70,66,83)
#585464
(88,84,100)
#6A6675
(106,102,117)
#7C7886
(124,120,134)
#8E8A97
(142,138,151)
#A09CA8
(160,156,168)
#B2AEB9
(178,174,185)
#C4C0CA
(196,192,202)
#D6D2DB
(214,210,219)
#E8E4EC
(232,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343042; }

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

This text font color is #343042.


Background Color

.myBgColor { background-color: #343042; }

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

This div background color is #343042.


Border color

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

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

This div border color is #343042.


Opacity

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

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

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

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

This text has shadow with #343042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343042 on black background.


Color preview on white background

This text has color #343042 on white background.



Black color preview on #343042 background

This text has black color on #343042 background.


White color preview on #343042 background

This text has white color on #343042 background.