COLOR #343052

HEX: #343052
RGB: (52,48,82)

Color info

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

RGB color model

#343052 color RGB value is (52,48,82).

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

RGB channels and saturation

R 52 of 255 = 20%
G 48 of 255 = 19%
B 82 of 255 = 32%

52
48
82

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

Portions of RGB colors in percentages

R + G + B =
52 + 48 + 82 = 182 (100%)
R 52 of 182 ~ 28.57%
G 48 of 182 ~ 26.37%
B 82 of 182 ~ 45.05%

%28.57
%26.37
%45.05

CMYK color model

#343052 color CMYK value is (37,41,0,68).

  • cyan value is 36.59%
  • magenta value is 41.46%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(37,41,0,68)
C37M41Y0K68 
(37%,41%,0%,68%)
(0.37/0.41/0.00/0.68)	

CMYK percentages

%36.59
%41.46
%0
%67.84

Codes

Color #343052 in popluar color models

343052
RGB524882
HSL247°26.15%25.49%
HSB/HSV247°41.46%32.16%
CMYK36.59%41.46%0.00%
67.84%

Color #343052 in popluar number systems.

HEX343052
Decimal524882
Binary1101001100001010010
Octal6460122

Shades and tints

Shades of #343052

#343052
(52,48,82)
#302C4B
(48,44,75)
#2C2844
(44,40,68)
#28243D
(40,36,61)
#242036
(36,32,54)
#201C2F
(32,28,47)
#1C1828
(28,24,40)
#181421
(24,20,33)
#14101A
(20,16,26)
#100C13
(16,12,19)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #343052

#343052
(52,48,82)
#464261
(70,66,97)
#585470
(88,84,112)
#6A667F
(106,102,127)
#7C788E
(124,120,142)
#8E8A9D
(142,138,157)
#A09CAC
(160,156,172)
#B2AEBB
(178,174,187)
#C4C0CA
(196,192,202)
#D6D2D9
(214,210,217)
#E8E4E8
(232,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343052; }

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

This text font color is #343052.


Background Color

.myBgColor { background-color: #343052; }

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

This div background color is #343052.


Border color

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

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

This div border color is #343052.


Opacity

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

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

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

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

This text has shadow with #343052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343052 on black background.


Color preview on white background

This text has color #343052 on white background.



Black color preview on #343052 background

This text has black color on #343052 background.


White color preview on #343052 background

This text has white color on #343052 background.