COLOR #343776

HEX: #343776
RGB: (52,55,118)

Color info

#343776 contains mainly blue color. Web safe color of #343776 is #333366 (or #336).

RGB color model

#343776 color RGB value is (52,55,118).

  • red value is 52;
  • green value is 55;
  • blue value is 118.
RGB:
(52,55,118)
(20%,22%,46%)

RGB channels and saturation

R 52 of 255 = 20%
G 55 of 255 = 22%
B 118 of 255 = 46%

52
55
118

R + G + B ~ 29%. #343776 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 55 + 118 = 225 (100%)
R 52 of 225 ~ 23.11%
G 55 of 225 ~ 24.44%
B 118 of 225 ~ 52.44%

%23.11
%24.44
%52.44

CMYK color model

#343776 color CMYK value is (56,53,0,54).

  • cyan value is 55.93%
  • magenta value is 53.39%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(56,53,0,54)
C56M53Y0K54 
(56%,53%,0%,54%)
(0.56/0.53/0.00/0.54)	

CMYK percentages

%55.93
%53.39
%0
%53.73

Codes

Color #343776 in popluar color models

343776
RGB5255118
HSL237°38.82%33.33%
HSB/HSV237°55.93%46.27%
CMYK55.93%53.39%0.00%
53.73%

Color #343776 in popluar number systems.

HEX343776
Decimal5255118
Binary1101001101111110110
Octal6467166

Shades and tints

Shades of #343776

#343776
(52,55,118)
#30326C
(48,50,108)
#2C2D62
(44,45,98)
#282858
(40,40,88)
#24234E
(36,35,78)
#201E44
(32,30,68)
#1C193A
(28,25,58)
#181430
(24,20,48)
#140F26
(20,15,38)
#100A1C
(16,10,28)
#0C0512
(12,5,18)
#000000
(0,0,0)

Tints of #343776

#343776
(52,55,118)
#464982
(70,73,130)
#585B8E
(88,91,142)
#6A6D9A
(106,109,154)
#7C7FA6
(124,127,166)
#8E91B2
(142,145,178)
#A0A3BE
(160,163,190)
#B2B5CA
(178,181,202)
#C4C7D6
(196,199,214)
#D6D9E2
(214,217,226)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343776 color. Also use rgb(52,55,118) instead hex code.

Text Font Color

.myTextColor { color: #343776; }

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

This text font color is #343776.


Background Color

.myBgColor { background-color: #343776; }

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

This div background color is #343776.


Border color

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

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

This div border color is #343776.


Opacity

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

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

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

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

This text has shadow with #343776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343776 on black background.


Color preview on white background

This text has color #343776 on white background.



Black color preview on #343776 background

This text has black color on #343776 background.


White color preview on #343776 background

This text has white color on #343776 background.