COLOR #434E5C

HEX: #434E5C
RGB: (67,78,92)

Color info

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

RGB color model

#434E5C color RGB value is (67,78,92).

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

RGB channels and saturation

R 67 of 255 = 26%
G 78 of 255 = 31%
B 92 of 255 = 36%

67
78
92

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

Portions of RGB colors in percentages

R + G + B =
67 + 78 + 92 = 237 (100%)
R 67 of 237 ~ 28.27%
G 78 of 237 ~ 32.91%
B 92 of 237 ~ 38.82%

%28.27
%32.91
%38.82

CMYK color model

#434E5C color CMYK value is (27,15,0,64).

  • cyan value is 27.17%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(27,15,0,64)
C27M15Y0K64 
(27%,15%,0%,64%)
(0.27/0.15/0.00/0.64)	

CMYK percentages

%27.17
%15.22
%0
%63.92

Codes

Color #434E5C in popluar color models

434E5C
RGB677892
HSL214°15.72%31.18%
HSB/HSV214°27.17%36.08%
CMYK27.17%15.22%0.00%
63.92%

Color #434E5C in popluar number systems.

HEX434E5C
Decimal677892
Binary100001110011101011100
Octal103116134

Shades and tints

Shades of #434E5C

#434E5C
(67,78,92)
#3D4754
(61,71,84)
#37404C
(55,64,76)
#313944
(49,57,68)
#2B323C
(43,50,60)
#252B34
(37,43,52)
#1F242C
(31,36,44)
#191D24
(25,29,36)
#13161C
(19,22,28)
#0D0F14
(13,15,20)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #434E5C

#434E5C
(67,78,92)
#545E6A
(84,94,106)
#656E78
(101,110,120)
#767E86
(118,126,134)
#878E94
(135,142,148)
#989EA2
(152,158,162)
#A9AEB0
(169,174,176)
#BABEBE
(186,190,190)
#CBCECC
(203,206,204)
#DCDEDA
(220,222,218)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434E5C; }

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

This text font color is #434E5C.


Background Color

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

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

This div background color is #434E5C.


Border color

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

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

This div border color is #434E5C.


Opacity

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

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

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

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

This text has shadow with #434E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434E5C on black background.


Color preview on white background

This text has color #434E5C on white background.



Black color preview on #434E5C background

This text has black color on #434E5C background.


White color preview on #434E5C background

This text has white color on #434E5C background.