COLOR #34425A

HEX: #34425A
RGB: (52,66,90)

Color info

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

RGB color model

#34425A color RGB value is (52,66,90).

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

RGB channels and saturation

R 52 of 255 = 20%
G 66 of 255 = 26%
B 90 of 255 = 35%

52
66
90

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

Portions of RGB colors in percentages

R + G + B =
52 + 66 + 90 = 208 (100%)
R 52 of 208 ~ 25%
G 66 of 208 ~ 31.73%
B 90 of 208 ~ 43.27%

%25
%31.73
%43.27

CMYK color model

#34425A color CMYK value is (42,27,0,65).

  • cyan value is 42.22%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(42,27,0,65)
C42M27Y0K65 
(42%,27%,0%,65%)
(0.42/0.27/0.00/0.65)	

CMYK percentages

%42.22
%26.67
%0
%64.71

Codes

Color #34425A in popluar color models

34425A
RGB526690
HSL218°26.76%27.84%
HSB/HSV218°42.22%35.29%
CMYK42.22%26.67%0.00%
64.71%

Color #34425A in popluar number systems.

HEX34425A
Decimal526690
Binary11010010000101011010
Octal64102132

Shades and tints

Shades of #34425A

#34425A
(52,66,90)
#303C52
(48,60,82)
#2C364A
(44,54,74)
#283042
(40,48,66)
#242A3A
(36,42,58)
#202432
(32,36,50)
#1C1E2A
(28,30,42)
#181822
(24,24,34)
#14121A
(20,18,26)
#100C12
(16,12,18)
#0C060A
(12,6,10)
#000000
(0,0,0)

Tints of #34425A

#34425A
(52,66,90)
#465369
(70,83,105)
#586478
(88,100,120)
#6A7587
(106,117,135)
#7C8696
(124,134,150)
#8E97A5
(142,151,165)
#A0A8B4
(160,168,180)
#B2B9C3
(178,185,195)
#C4CAD2
(196,202,210)
#D6DBE1
(214,219,225)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34425A; }

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

This text font color is #34425A.


Background Color

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

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

This div background color is #34425A.


Border color

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

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

This div border color is #34425A.


Opacity

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

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

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

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

This text has shadow with #34425A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34425A on black background.


Color preview on white background

This text has color #34425A on white background.



Black color preview on #34425A background

This text has black color on #34425A background.


White color preview on #34425A background

This text has white color on #34425A background.