COLOR #434A5E

HEX: #434A5E
RGB: (67,74,94)

Color info

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

RGB color model

#434A5E color RGB value is (67,74,94).

  • red value is 67;
  • green value is 74;
  • blue value is 94.
RGB:
(67,74,94)
(26%,29%,37%)

RGB channels and saturation

R 67 of 255 = 26%
G 74 of 255 = 29%
B 94 of 255 = 37%

67
74
94

R + G + B ~ 31%. #434A5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 74 + 94 = 235 (100%)
R 67 of 235 ~ 28.51%
G 74 of 235 ~ 31.49%
B 94 of 235 ~ 40%

%28.51
%31.49
%40

CMYK color model

#434A5E color CMYK value is (29,21,0,63).

  • cyan value is 28.72%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(29,21,0,63)
C29M21Y0K63 
(29%,21%,0%,63%)
(0.29/0.21/0.00/0.63)	

CMYK percentages

%28.72
%21.28
%0
%63.14

Codes

Color #434A5E in popluar color models

434A5E
RGB677494
HSL224°16.77%31.57%
HSB/HSV224°28.72%36.86%
CMYK28.72%21.28%0.00%
63.14%

Color #434A5E in popluar number systems.

HEX434A5E
Decimal677494
Binary100001110010101011110
Octal103112136

Shades and tints

Shades of #434A5E

#434A5E
(67,74,94)
#3D4456
(61,68,86)
#373E4E
(55,62,78)
#313846
(49,56,70)
#2B323E
(43,50,62)
#252C36
(37,44,54)
#1F262E
(31,38,46)
#192026
(25,32,38)
#131A1E
(19,26,30)
#0D1416
(13,20,22)
#070E0E
(7,14,14)
#000000
(0,0,0)

Tints of #434A5E

#434A5E
(67,74,94)
#545A6C
(84,90,108)
#656A7A
(101,106,122)
#767A88
(118,122,136)
#878A96
(135,138,150)
#989AA4
(152,154,164)
#A9AAB2
(169,170,178)
#BABAC0
(186,186,192)
#CBCACE
(203,202,206)
#DCDADC
(220,218,220)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434A5E color. Also use rgb(67,74,94) instead hex code.

Text Font Color

.myTextColor { color: #434A5E; }

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

This text font color is #434A5E.


Background Color

.myBgColor { background-color: #434A5E; }

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

This div background color is #434A5E.


Border color

.myBorderColor { border: 1px solid #434A5E; }

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

This div border color is #434A5E.


Opacity

.myOpacity80 { color: #434A5E; opacity: 0.8; }

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

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

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

This text has shadow with #434A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434A5E on black background.


Color preview on white background

This text has color #434A5E on white background.



Black color preview on #434A5E background

This text has black color on #434A5E background.


White color preview on #434A5E background

This text has white color on #434A5E background.