COLOR #434C74

HEX: #434C74
RGB: (67,76,116)

Color info

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

RGB color model

#434C74 color RGB value is (67,76,116).

  • red value is 67;
  • green value is 76;
  • blue value is 116.
RGB:
(67,76,116)
(26%,30%,45%)

RGB channels and saturation

R 67 of 255 = 26%
G 76 of 255 = 30%
B 116 of 255 = 45%

67
76
116

R + G + B ~ 34%. #434C74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 76 + 116 = 259 (100%)
R 67 of 259 ~ 25.87%
G 76 of 259 ~ 29.34%
B 116 of 259 ~ 44.79%

%25.87
%29.34
%44.79

CMYK color model

#434C74 color CMYK value is (42,34,0,55).

  • cyan value is 42.24%
  • magenta value is 34.48%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(42,34,0,55)
C42M34Y0K55 
(42%,34%,0%,55%)
(0.42/0.34/0.00/0.55)	

CMYK percentages

%42.24
%34.48
%0
%54.51

Codes

Color #434C74 in popluar color models

434C74
RGB6776116
HSL229°26.78%35.88%
HSB/HSV229°42.24%45.49%
CMYK42.24%34.48%0.00%
54.51%

Color #434C74 in popluar number systems.

HEX434C74
Decimal6776116
Binary100001110011001110100
Octal103114164

Shades and tints

Shades of #434C74

#434C74
(67,76,116)
#3D466A
(61,70,106)
#374060
(55,64,96)
#313A56
(49,58,86)
#2B344C
(43,52,76)
#252E42
(37,46,66)
#1F2838
(31,40,56)
#19222E
(25,34,46)
#131C24
(19,28,36)
#0D161A
(13,22,26)
#071010
(7,16,16)
#000000
(0,0,0)

Tints of #434C74

#434C74
(67,76,116)
#545C80
(84,92,128)
#656C8C
(101,108,140)
#767C98
(118,124,152)
#878CA4
(135,140,164)
#989CB0
(152,156,176)
#A9ACBC
(169,172,188)
#BABCC8
(186,188,200)
#CBCCD4
(203,204,212)
#DCDCE0
(220,220,224)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434C74 color. Also use rgb(67,76,116) instead hex code.

Text Font Color

.myTextColor { color: #434C74; }

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

This text font color is #434C74.


Background Color

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

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

This div background color is #434C74.


Border color

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

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

This div border color is #434C74.


Opacity

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

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

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

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

This text has shadow with #434C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434C74 on black background.


Color preview on white background

This text has color #434C74 on white background.



Black color preview on #434C74 background

This text has black color on #434C74 background.


White color preview on #434C74 background

This text has white color on #434C74 background.