COLOR #434E69

HEX: #434E69 RGB: (67,78,105)

Color info

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

RGB color model

#434E69 color RGB value is (67,78,105).

RGB: (67,78,105) (26%, 31%, 41%)

RGB channels and saturation

R 67 of 255 = 26%
G 78 of 255 = 31%
B 105 of 255 = 41%

67
78
105

R + G + B ~ 33%. #434E69 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 78 + 105 = 250 (100%)
R 67 of 250 ~ 26.8%
G 78 of 250 ~ 31.2%
B 105 of 250 ~ 42'%

%26.8
%31.2
%42

CMYK color model

#434E69 color CMYK value is (36,26,0,59).

  • cyan value is 36.19%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 58.82%

CMYK: (36,26,0,59)
C36M26Y0K59 (36%, 26%, 0%, 59%)
(0.36 / 0.26 / 0.00 / 0.59)

CMYK percentages

%36.19
%25.71
%0
%58.82

Codes

Color #434E69 in popluar color models

43 4E 69
RGB 67 78 105
HSL 223° 22.09% 33.73%
HSB/HSV 223° 36.19% 41.18%
CMYK 36.19% 25.71% 0.00%
58.82%

Color #434E69 in popluar number systems.

HEX 43 4E 69
Decimal 67 78 105
Binary 1000011 1001110 1101001
Octal 103 116 151

Shades and tints

Shades of #434E69

#434E69
(67,78,105)
#3D4760
(61,71,96)
#374057
(55,64,87)
#31394E
(49,57,78)
#2B3245
(43,50,69)
#252B3C
(37,43,60)
#1F2433
(31,36,51)
#191D2A
(25,29,42)
#131621
(19,22,33)
#0D0F18
(13,15,24)
#07080F
(7,8,15)
#000000
(0,0,0)

Tints of #434E69

#434E69
(67,78,105)
#545E76
(84,94,118)
#656E83
(101,110,131)
#767E90
(118,126,144)
#878E9D
(135,142,157)
#989EAA
(152,158,170)
#A9AEB7
(169,174,183)
#BABEC4
(186,190,196)
#CBCED1
(203,206,209)
#DCDEDE
(220,222,222)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434E69; }

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

This text font color is #434E69.

Background Color

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

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

This div background color is #434E69.

Border color

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

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

This div border color is #434E69.

Opacity

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

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

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

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

This text has shadow with #434E69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #434E69.

Preview

Color preview on black background

This text has color #434E69 on black background.


Color preview on white background

This text has color #434E69 on white background.


Black color preview on #434E69 background

This text has black color on #434E69 background.


White color preview on #434E69 background

This text has white color on #434E69 background.


Related colors

Complementary color

Complementary color for #hex is #BCB196.


I love getcolorcode.com

Triadic colors

1 #69434E and #4E6943 with #434E69 are triadic colors.

2 #694E43 and #4E4369 with #434E69 are triadic colors.