COLOR #434E7B

HEX: #434E7B RGB: (67,78,123)

Color info

#434E7B contains red, green and blue colors in about the same proportion. Web safe color of #434E7B is #336666 (or #366).

RGB color model

#434E7B color RGB value is (67,78,123).

RGB: (67,78,123) (26%, 31%, 48%)

RGB channels and saturation

R 67 of 255 = 26%
G 78 of 255 = 31%
B 123 of 255 = 48%

67
78
123

R + G + B ~ 35%. #434E7B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 78 + 123 = 268 (100%)
R 67 of 268 ~ 25%
G 78 of 268 ~ 29.1%
B 123 of 268 ~ 45.9'%

%25
%29.1
%45.9

CMYK color model

#434E7B color CMYK value is (46,37,0,52).

  • cyan value is 45.53%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (46,37,0,52)
C46M37Y0K52 (46%, 37%, 0%, 52%)
(0.46 / 0.37 / 0.00 / 0.52)

CMYK percentages

%45.53
%36.59
%0
%51.76

Codes

Color #434E7B in popluar color models

43 4E 7B
RGB 67 78 123
HSL 228° 29.47% 37.25%
HSB/HSV 228° 45.53% 48.24%
CMYK 45.53% 36.59% 0.00%
51.76%

Color #434E7B in popluar number systems.

HEX 43 4E 7B
Decimal 67 78 123
Binary 1000011 1001110 1111011
Octal 103 116 173

Shades and tints

Shades of #434E7B

#434E7B
(67,78,123)
#3D4770
(61,71,112)
#374065
(55,64,101)
#31395A
(49,57,90)
#2B324F
(43,50,79)
#252B44
(37,43,68)
#1F2439
(31,36,57)
#191D2E
(25,29,46)
#131623
(19,22,35)
#0D0F18
(13,15,24)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #434E7B

#434E7B
(67,78,123)
#545E87
(84,94,135)
#656E93
(101,110,147)
#767E9F
(118,126,159)
#878EAB
(135,142,171)
#989EB7
(152,158,183)
#A9AEC3
(169,174,195)
#BABECF
(186,190,207)
#CBCEDB
(203,206,219)
#DCDEE7
(220,222,231)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434E7B color. Also use rgb(67,78,123) instead hex code.

Text Font Color

.myTextColor { color: #434E7B; }

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

This text font color is #434E7B.

Background Color

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

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

This div background color is #434E7B.

Border color

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

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

This div border color is #434E7B.

Opacity

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

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

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

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

This text has shadow with #434E7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #434E7B.

Preview

Color preview on black background

This text has color #434E7B on black background.


Color preview on white background

This text has color #434E7B on white background.


Black color preview on #434E7B background

This text has black color on #434E7B background.


White color preview on #434E7B background

This text has white color on #434E7B background.


Related colors

Complementary color

Complementary color for #hex is #BCB184.


I love getcolorcode.com

Triadic colors

1 #7B434E and #4E7B43 with #434E7B are triadic colors.

2 #7B4E43 and #4E437B with #434E7B are triadic colors.