COLOR #434D5E

HEX: #434D5E RGB: (67,77,94)

Color info

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

RGB color model

#434D5E color RGB value is (67,77,94).

RGB: (67,77,94) (26%, 30%, 37%)

RGB channels and saturation

R 67 of 255 = 26%
G 77 of 255 = 30%
B 94 of 255 = 37%

67
77
94

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

Portions of RGB colors in percentages

R + G + B = 67 + 77 + 94 = 238 (100%)
R 67 of 238 ~ 28.15%
G 77 of 238 ~ 32.35%
B 94 of 238 ~ 39.5'%

%28.15
%32.35
%39.5

CMYK color model

#434D5E color CMYK value is (29,18,0,63).

  • cyan value is 28.72%
  • magenta value is 18.09%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (29,18,0,63)
C29M18Y0K63 (29%, 18%, 0%, 63%)
(0.29 / 0.18 / 0.00 / 0.63)

CMYK percentages

%28.72
%18.09
%0
%63.14

Codes

Color #434D5E in popluar color models

43 4D 5E
RGB 67 77 94
HSL 218° 16.77% 31.57%
HSB/HSV 218° 28.72% 36.86%
CMYK 28.72% 18.09% 0.00%
63.14%

Color #434D5E in popluar number systems.

HEX 43 4D 5E
Decimal 67 77 94
Binary 1000011 1001101 1011110
Octal 103 115 136

Shades and tints

Shades of #434D5E

#434D5E
(67,77,94)
#3D4656
(61,70,86)
#373F4E
(55,63,78)
#313846
(49,56,70)
#2B313E
(43,49,62)
#252A36
(37,42,54)
#1F232E
(31,35,46)
#191C26
(25,28,38)
#13151E
(19,21,30)
#0D0E16
(13,14,22)
#07070E
(7,7,14)
#000000
(0,0,0)

Tints of #434D5E

#434D5E
(67,77,94)
#545D6C
(84,93,108)
#656D7A
(101,109,122)
#767D88
(118,125,136)
#878D96
(135,141,150)
#989DA4
(152,157,164)
#A9ADB2
(169,173,178)
#BABDC0
(186,189,192)
#CBCDCE
(203,205,206)
#DCDDDC
(220,221,220)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434D5E; }

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

This text font color is #434D5E.

Background Color

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

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

This div background color is #434D5E.

Border color

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

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

This div border color is #434D5E.

Opacity

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

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

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

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

This text has shadow with #434D5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #434D5E.

Preview

Color preview on black background

This text has color #434D5E on black background.


Color preview on white background

This text has color #434D5E on white background.


Black color preview on #434D5E background

This text has black color on #434D5E background.


White color preview on #434D5E background

This text has white color on #434D5E background.


Related colors

Complementary color

Complementary color for #hex is #BCB2A1.


I love getcolorcode.com

Triadic colors

1 #5E434D and #4D5E43 with #434D5E are triadic colors.

2 #5E4D43 and #4D435E with #434D5E are triadic colors.