COLOR #434E7A

HEX: #434E7A
RGB: (67,78,122)

Color info

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

RGB color model

#434E7A color RGB value is (67,78,122).

  • red value is 67;
  • green value is 78;
  • blue value is 122.
RGB:
(67,78,122)
(26%,31%,48%)

RGB channels and saturation

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

67
78
122

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

Portions of RGB colors in percentages

R + G + B =
67 + 78 + 122 = 267 (100%)
R 67 of 267 ~ 25.09%
G 78 of 267 ~ 29.21%
B 122 of 267 ~ 45.69%

%25.09
%29.21
%45.69

CMYK color model

#434E7A color CMYK value is (45,36,0,52).

  • cyan value is 45.08%
  • magenta value is 36.07%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(45,36,0,52)
C45M36Y0K52 
(45%,36%,0%,52%)
(0.45/0.36/0.00/0.52)	

CMYK percentages

%45.08
%36.07
%0
%52.16

Codes

Color #434E7A in popluar color models

434E7A
RGB6778122
HSL228°29.10%37.06%
HSB/HSV228°45.08%47.84%
CMYK45.08%36.07%0.00%
52.16%

Color #434E7A in popluar number systems.

HEX434E7A
Decimal6778122
Binary100001110011101111010
Octal103116172

Shades and tints

Shades of #434E7A

#434E7A
(67,78,122)
#3D476F
(61,71,111)
#374064
(55,64,100)
#313959
(49,57,89)
#2B324E
(43,50,78)
#252B43
(37,43,67)
#1F2438
(31,36,56)
#191D2D
(25,29,45)
#131622
(19,22,34)
#0D0F17
(13,15,23)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #434E7A

#434E7A
(67,78,122)
#545E86
(84,94,134)
#656E92
(101,110,146)
#767E9E
(118,126,158)
#878EAA
(135,142,170)
#989EB6
(152,158,182)
#A9AEC2
(169,174,194)
#BABECE
(186,190,206)
#CBCEDA
(203,206,218)
#DCDEE6
(220,222,230)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434E7A; }

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

This text font color is #434E7A.


Background Color

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

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

This div background color is #434E7A.


Border color

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

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

This div border color is #434E7A.


Opacity

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

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

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

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

This text has shadow with #434E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434E7A on black background.


Color preview on white background

This text has color #434E7A on white background.



Black color preview on #434E7A background

This text has black color on #434E7A background.


White color preview on #434E7A background

This text has white color on #434E7A background.