COLOR #434E5E

HEX: #434E5E
RGB: (67,78,94)

Color info

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

RGB color model

#434E5E color RGB value is (67,78,94).

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

RGB channels and saturation

R 67 of 255 = 26%
G 78 of 255 = 31%
B 94 of 255 = 37%

67
78
94

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

Portions of RGB colors in percentages

R + G + B =
67 + 78 + 94 = 239 (100%)
R 67 of 239 ~ 28.03%
G 78 of 239 ~ 32.64%
B 94 of 239 ~ 39.33%

%28.03
%32.64
%39.33

CMYK color model

#434E5E color CMYK value is (29,17,0,63).

  • cyan value is 28.72%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(29,17,0,63)
C29M17Y0K63 
(29%,17%,0%,63%)
(0.29/0.17/0.00/0.63)	

CMYK percentages

%28.72
%17.02
%0
%63.14

Codes

Color #434E5E in popluar color models

434E5E
RGB677894
HSL216°16.77%31.57%
HSB/HSV216°28.72%36.86%
CMYK28.72%17.02%0.00%
63.14%

Color #434E5E in popluar number systems.

HEX434E5E
Decimal677894
Binary100001110011101011110
Octal103116136

Shades and tints

Shades of #434E5E

#434E5E
(67,78,94)
#3D4756
(61,71,86)
#37404E
(55,64,78)
#313946
(49,57,70)
#2B323E
(43,50,62)
#252B36
(37,43,54)
#1F242E
(31,36,46)
#191D26
(25,29,38)
#13161E
(19,22,30)
#0D0F16
(13,15,22)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #434E5E

#434E5E
(67,78,94)
#545E6C
(84,94,108)
#656E7A
(101,110,122)
#767E88
(118,126,136)
#878E96
(135,142,150)
#989EA4
(152,158,164)
#A9AEB2
(169,174,178)
#BABEC0
(186,190,192)
#CBCECE
(203,206,206)
#DCDEDC
(220,222,220)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434E5E; }

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

This text font color is #434E5E.


Background Color

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

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

This div background color is #434E5E.


Border color

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

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

This div border color is #434E5E.


Opacity

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

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

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

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

This text has shadow with #434E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434E5E on black background.


Color preview on white background

This text has color #434E5E on white background.



Black color preview on #434E5E background

This text has black color on #434E5E background.


White color preview on #434E5E background

This text has white color on #434E5E background.