COLOR #343454

HEX: #343454
RGB: (52,52,84)

Color info

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

RGB color model

#343454 color RGB value is (52,52,84).

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

RGB channels and saturation

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

52
52
84

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

Portions of RGB colors in percentages

R + G + B =
52 + 52 + 84 = 188 (100%)
R 52 of 188 ~ 27.66%
G 52 of 188 ~ 27.66%
B 84 of 188 ~ 44.68%

%27.66
%27.66
%44.68

CMYK color model

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

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

CMYK percentages

%38.1
%38.1
%0
%67.06

Codes

Color #343454 in popluar color models

343454
RGB525284
HSL240°23.53%26.67%
HSB/HSV240°38.10%32.94%
CMYK38.10%38.10%0.00%
67.06%

Color #343454 in popluar number systems.

HEX343454
Decimal525284
Binary1101001101001010100
Octal6464124

Shades and tints

Shades of #343454

#343454
(52,52,84)
#30304D
(48,48,77)
#2C2C46
(44,44,70)
#28283F
(40,40,63)
#242438
(36,36,56)
#202031
(32,32,49)
#1C1C2A
(28,28,42)
#181823
(24,24,35)
#14141C
(20,20,28)
#101015
(16,16,21)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #343454

#343454
(52,52,84)
#464663
(70,70,99)
#585872
(88,88,114)
#6A6A81
(106,106,129)
#7C7C90
(124,124,144)
#8E8E9F
(142,142,159)
#A0A0AE
(160,160,174)
#B2B2BD
(178,178,189)
#C4C4CC
(196,196,204)
#D6D6DB
(214,214,219)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343454; }

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

This text font color is #343454.


Background Color

.myBgColor { background-color: #343454; }

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

This div background color is #343454.


Border color

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

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

This div border color is #343454.


Opacity

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

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

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

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

This text has shadow with #343454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343454 on black background.


Color preview on white background

This text has color #343454 on white background.



Black color preview on #343454 background

This text has black color on #343454 background.


White color preview on #343454 background

This text has white color on #343454 background.