COLOR #343555

HEX: #343555
RGB: (52,53,85)

Color info

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

RGB color model

#343555 color RGB value is (52,53,85).

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

RGB channels and saturation

R 52 of 255 = 20%
G 53 of 255 = 21%
B 85 of 255 = 33%

52
53
85

R + G + B ~ 25%. #343555 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 53 + 85 = 190 (100%)
R 52 of 190 ~ 27.37%
G 53 of 190 ~ 27.89%
B 85 of 190 ~ 44.74%

%27.37
%27.89
%44.74

CMYK color model

#343555 color CMYK value is (39,38,0,67).

  • cyan value is 38.82%
  • magenta value is 37.65%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(39,38,0,67)
C39M38Y0K67 
(39%,38%,0%,67%)
(0.39/0.38/0.00/0.67)	

CMYK percentages

%38.82
%37.65
%0
%66.67

Codes

Color #343555 in popluar color models

343555
RGB525385
HSL238°24.09%26.86%
HSB/HSV238°38.82%33.33%
CMYK38.82%37.65%0.00%
66.67%

Color #343555 in popluar number systems.

HEX343555
Decimal525385
Binary1101001101011010101
Octal6465125

Shades and tints

Shades of #343555

#343555
(52,53,85)
#30314E
(48,49,78)
#2C2D47
(44,45,71)
#282940
(40,41,64)
#242539
(36,37,57)
#202132
(32,33,50)
#1C1D2B
(28,29,43)
#181924
(24,25,36)
#14151D
(20,21,29)
#101116
(16,17,22)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #343555

#343555
(52,53,85)
#464764
(70,71,100)
#585973
(88,89,115)
#6A6B82
(106,107,130)
#7C7D91
(124,125,145)
#8E8FA0
(142,143,160)
#A0A1AF
(160,161,175)
#B2B3BE
(178,179,190)
#C4C5CD
(196,197,205)
#D6D7DC
(214,215,220)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343555; }

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

This text font color is #343555.


Background Color

.myBgColor { background-color: #343555; }

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

This div background color is #343555.


Border color

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

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

This div border color is #343555.


Opacity

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

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

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

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

This text has shadow with #343555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343555 on black background.


Color preview on white background

This text has color #343555 on white background.



Black color preview on #343555 background

This text has black color on #343555 background.


White color preview on #343555 background

This text has white color on #343555 background.