COLOR #34465A

HEX: #34465A
RGB: (52,70,90)

Color info

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

RGB color model

#34465A color RGB value is (52,70,90).

  • red value is 52;
  • green value is 70;
  • blue value is 90.
RGB:
(52,70,90)
(20%,27%,35%)

RGB channels and saturation

R 52 of 255 = 20%
G 70 of 255 = 27%
B 90 of 255 = 35%

52
70
90

R + G + B ~ 27%. #34465A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 70 + 90 = 212 (100%)
R 52 of 212 ~ 24.53%
G 70 of 212 ~ 33.02%
B 90 of 212 ~ 42.45%

%24.53
%33.02
%42.45

CMYK color model

#34465A color CMYK value is (42,22,0,65).

  • cyan value is 42.22%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(42,22,0,65)
C42M22Y0K65 
(42%,22%,0%,65%)
(0.42/0.22/0.00/0.65)	

CMYK percentages

%42.22
%22.22
%0
%64.71

Codes

Color #34465A in popluar color models

34465A
RGB527090
HSL212°26.76%27.84%
HSB/HSV212°42.22%35.29%
CMYK42.22%22.22%0.00%
64.71%

Color #34465A in popluar number systems.

HEX34465A
Decimal527090
Binary11010010001101011010
Octal64106132

Shades and tints

Shades of #34465A

#34465A
(52,70,90)
#304052
(48,64,82)
#2C3A4A
(44,58,74)
#283442
(40,52,66)
#242E3A
(36,46,58)
#202832
(32,40,50)
#1C222A
(28,34,42)
#181C22
(24,28,34)
#14161A
(20,22,26)
#101012
(16,16,18)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #34465A

#34465A
(52,70,90)
#465669
(70,86,105)
#586678
(88,102,120)
#6A7687
(106,118,135)
#7C8696
(124,134,150)
#8E96A5
(142,150,165)
#A0A6B4
(160,166,180)
#B2B6C3
(178,182,195)
#C4C6D2
(196,198,210)
#D6D6E1
(214,214,225)
#E8E6F0
(232,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34465A color. Also use rgb(52,70,90) instead hex code.

Text Font Color

.myTextColor { color: #34465A; }

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

This text font color is #34465A.


Background Color

.myBgColor { background-color: #34465A; }

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

This div background color is #34465A.


Border color

.myBorderColor { border: 1px solid #34465A; }

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

This div border color is #34465A.


Opacity

.myOpacity80 { color: #34465A; opacity: 0.8; }

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

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

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

This text has shadow with #34465A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34465A on black background.


Color preview on white background

This text has color #34465A on white background.



Black color preview on #34465A background

This text has black color on #34465A background.


White color preview on #34465A background

This text has white color on #34465A background.