COLOR #434A71

HEX: #434A71
RGB: (67,74,113)

Color info

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

RGB color model

#434A71 color RGB value is (67,74,113).

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

RGB channels and saturation

R 67 of 255 = 26%
G 74 of 255 = 29%
B 113 of 255 = 44%

67
74
113

R + G + B ~ 33%. #434A71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 74 + 113 = 254 (100%)
R 67 of 254 ~ 26.38%
G 74 of 254 ~ 29.13%
B 113 of 254 ~ 44.49%

%26.38
%29.13
%44.49

CMYK color model

#434A71 color CMYK value is (41,35,0,56).

  • cyan value is 40.71%
  • magenta value is 34.51%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(41,35,0,56)
C41M35Y0K56 
(41%,35%,0%,56%)
(0.41/0.35/0.00/0.56)	

CMYK percentages

%40.71
%34.51
%0
%55.69

Codes

Color #434A71 in popluar color models

434A71
RGB6774113
HSL231°25.56%35.29%
HSB/HSV231°40.71%44.31%
CMYK40.71%34.51%0.00%
55.69%

Color #434A71 in popluar number systems.

HEX434A71
Decimal6774113
Binary100001110010101110001
Octal103112161

Shades and tints

Shades of #434A71

#434A71
(67,74,113)
#3D4467
(61,68,103)
#373E5D
(55,62,93)
#313853
(49,56,83)
#2B3249
(43,50,73)
#252C3F
(37,44,63)
#1F2635
(31,38,53)
#19202B
(25,32,43)
#131A21
(19,26,33)
#0D1417
(13,20,23)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #434A71

#434A71
(67,74,113)
#545A7D
(84,90,125)
#656A89
(101,106,137)
#767A95
(118,122,149)
#878AA1
(135,138,161)
#989AAD
(152,154,173)
#A9AAB9
(169,170,185)
#BABAC5
(186,186,197)
#CBCAD1
(203,202,209)
#DCDADD
(220,218,221)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434A71; }

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

This text font color is #434A71.


Background Color

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

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

This div background color is #434A71.


Border color

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

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

This div border color is #434A71.


Opacity

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

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

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

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

This text has shadow with #434A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434A71 on black background.


Color preview on white background

This text has color #434A71 on white background.



Black color preview on #434A71 background

This text has black color on #434A71 background.


White color preview on #434A71 background

This text has white color on #434A71 background.