COLOR #343753

HEX: #343753
RGB: (52,55,83)

Color info

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

RGB color model

#343753 color RGB value is (52,55,83).

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

RGB channels and saturation

R 52 of 255 = 20%
G 55 of 255 = 22%
B 83 of 255 = 33%

52
55
83

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

Portions of RGB colors in percentages

R + G + B =
52 + 55 + 83 = 190 (100%)
R 52 of 190 ~ 27.37%
G 55 of 190 ~ 28.95%
B 83 of 190 ~ 43.68%

%27.37
%28.95
%43.68

CMYK color model

#343753 color CMYK value is (37,34,0,67).

  • cyan value is 37.35%
  • magenta value is 33.73%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(37,34,0,67)
C37M34Y0K67 
(37%,34%,0%,67%)
(0.37/0.34/0.00/0.67)	

CMYK percentages

%37.35
%33.73
%0
%67.45

Codes

Color #343753 in popluar color models

343753
RGB525583
HSL234°22.96%26.47%
HSB/HSV234°37.35%32.55%
CMYK37.35%33.73%0.00%
67.45%

Color #343753 in popluar number systems.

HEX343753
Decimal525583
Binary1101001101111010011
Octal6467123

Shades and tints

Shades of #343753

#343753
(52,55,83)
#30324C
(48,50,76)
#2C2D45
(44,45,69)
#28283E
(40,40,62)
#242337
(36,35,55)
#201E30
(32,30,48)
#1C1929
(28,25,41)
#181422
(24,20,34)
#140F1B
(20,15,27)
#100A14
(16,10,20)
#0C050D
(12,5,13)
#000000
(0,0,0)

Tints of #343753

#343753
(52,55,83)
#464962
(70,73,98)
#585B71
(88,91,113)
#6A6D80
(106,109,128)
#7C7F8F
(124,127,143)
#8E919E
(142,145,158)
#A0A3AD
(160,163,173)
#B2B5BC
(178,181,188)
#C4C7CB
(196,199,203)
#D6D9DA
(214,217,218)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343753; }

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

This text font color is #343753.


Background Color

.myBgColor { background-color: #343753; }

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

This div background color is #343753.


Border color

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

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

This div border color is #343753.


Opacity

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

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

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

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

This text has shadow with #343753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343753 on black background.


Color preview on white background

This text has color #343753 on white background.



Black color preview on #343753 background

This text has black color on #343753 background.


White color preview on #343753 background

This text has white color on #343753 background.