COLOR #343954

HEX: #343954
RGB: (52,57,84)

Color info

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

RGB color model

#343954 color RGB value is (52,57,84).

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

RGB channels and saturation

R 52 of 255 = 20%
G 57 of 255 = 22%
B 84 of 255 = 33%

52
57
84

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

Portions of RGB colors in percentages

R + G + B =
52 + 57 + 84 = 193 (100%)
R 52 of 193 ~ 26.94%
G 57 of 193 ~ 29.53%
B 84 of 193 ~ 43.52%

%26.94
%29.53
%43.52

CMYK color model

#343954 color CMYK value is (38,32,0,67).

  • cyan value is 38.10%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(38,32,0,67)
C38M32Y0K67 
(38%,32%,0%,67%)
(0.38/0.32/0.00/0.67)	

CMYK percentages

%38.1
%32.14
%0
%67.06

Codes

Color #343954 in popluar color models

343954
RGB525784
HSL231°23.53%26.67%
HSB/HSV231°38.10%32.94%
CMYK38.10%32.14%0.00%
67.06%

Color #343954 in popluar number systems.

HEX343954
Decimal525784
Binary1101001110011010100
Octal6471124

Shades and tints

Shades of #343954

#343954
(52,57,84)
#30344D
(48,52,77)
#2C2F46
(44,47,70)
#282A3F
(40,42,63)
#242538
(36,37,56)
#202031
(32,32,49)
#1C1B2A
(28,27,42)
#181623
(24,22,35)
#14111C
(20,17,28)
#100C15
(16,12,21)
#0C070E
(12,7,14)
#000000
(0,0,0)

Tints of #343954

#343954
(52,57,84)
#464B63
(70,75,99)
#585D72
(88,93,114)
#6A6F81
(106,111,129)
#7C8190
(124,129,144)
#8E939F
(142,147,159)
#A0A5AE
(160,165,174)
#B2B7BD
(178,183,189)
#C4C9CC
(196,201,204)
#D6DBDB
(214,219,219)
#E8EDEA
(232,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343954 color. Also use rgb(52,57,84) instead hex code.

Text Font Color

.myTextColor { color: #343954; }

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

This text font color is #343954.


Background Color

.myBgColor { background-color: #343954; }

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

This div background color is #343954.


Border color

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

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

This div border color is #343954.


Opacity

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

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

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

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

This text has shadow with #343954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343954 on black background.


Color preview on white background

This text has color #343954 on white background.



Black color preview on #343954 background

This text has black color on #343954 background.


White color preview on #343954 background

This text has white color on #343954 background.