COLOR #434459

HEX: #434459
RGB: (67,68,89)

Color info

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

RGB color model

#434459 color RGB value is (67,68,89).

  • red value is 67;
  • green value is 68;
  • blue value is 89.
RGB:
(67,68,89)
(26%,27%,35%)

RGB channels and saturation

R 67 of 255 = 26%
G 68 of 255 = 27%
B 89 of 255 = 35%

67
68
89

R + G + B ~ 29%. #434459 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 68 + 89 = 224 (100%)
R 67 of 224 ~ 29.91%
G 68 of 224 ~ 30.36%
B 89 of 224 ~ 39.73%

%29.91
%30.36
%39.73

CMYK color model

#434459 color CMYK value is (25,24,0,65).

  • cyan value is 24.72%
  • magenta value is 23.60%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(25,24,0,65)
C25M24Y0K65 
(25%,24%,0%,65%)
(0.25/0.24/0.00/0.65)	

CMYK percentages

%24.72
%23.6
%0
%65.1

Codes

Color #434459 in popluar color models

434459
RGB676889
HSL237°14.10%30.59%
HSB/HSV237°24.72%34.90%
CMYK24.72%23.60%0.00%
65.10%

Color #434459 in popluar number systems.

HEX434459
Decimal676889
Binary100001110001001011001
Octal103104131

Shades and tints

Shades of #434459

#434459
(67,68,89)
#3D3E51
(61,62,81)
#373849
(55,56,73)
#313241
(49,50,65)
#2B2C39
(43,44,57)
#252631
(37,38,49)
#1F2029
(31,32,41)
#191A21
(25,26,33)
#131419
(19,20,25)
#0D0E11
(13,14,17)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #434459

#434459
(67,68,89)
#545568
(84,85,104)
#656677
(101,102,119)
#767786
(118,119,134)
#878895
(135,136,149)
#9899A4
(152,153,164)
#A9AAB3
(169,170,179)
#BABBC2
(186,187,194)
#CBCCD1
(203,204,209)
#DCDDE0
(220,221,224)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434459 color. Also use rgb(67,68,89) instead hex code.

Text Font Color

.myTextColor { color: #434459; }

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

This text font color is #434459.


Background Color

.myBgColor { background-color: #434459; }

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

This div background color is #434459.


Border color

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

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

This div border color is #434459.


Opacity

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

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

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

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

This text has shadow with #434459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434459 on black background.


Color preview on white background

This text has color #434459 on white background.



Black color preview on #434459 background

This text has black color on #434459 background.


White color preview on #434459 background

This text has white color on #434459 background.