COLOR #434C64

HEX: #434C64 RGB: (67,76,100)

Color info

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

RGB color model

#434C64 color RGB value is (67,76,100).

RGB: (67,76,100) (26%, 30%, 39%)

RGB channels and saturation

R 67 of 255 = 26%
G 76 of 255 = 30%
B 100 of 255 = 39%

67
76
100

R + G + B ~ 32%. #434C64 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 76 + 100 = 243 (100%)
R 67 of 243 ~ 27.57%
G 76 of 243 ~ 31.28%
B 100 of 243 ~ 41.15'%

%27.57
%31.28
%41.15

CMYK color model

#434C64 color CMYK value is (33,24,0,61).

  • cyan value is 33.00%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (33,24,0,61)
C33M24Y0K61 (33%, 24%, 0%, 61%)
(0.33 / 0.24 / 0.00 / 0.61)

CMYK percentages

%33
%24
%0
%60.78

Codes

Color #434C64 in popluar color models

43 4C 64
RGB 67 76 100
HSL 224° 19.76% 32.75%
HSB/HSV 224° 33.00% 39.22%
CMYK 33.00% 24.00% 0.00%
60.78%

Color #434C64 in popluar number systems.

HEX 43 4C 64
Decimal 67 76 100
Binary 1000011 1001100 1100100
Octal 103 114 144

Shades and tints

Shades of #434C64

#434C64
(67,76,100)
#3D465B
(61,70,91)
#374052
(55,64,82)
#313A49
(49,58,73)
#2B3440
(43,52,64)
#252E37
(37,46,55)
#1F282E
(31,40,46)
#192225
(25,34,37)
#131C1C
(19,28,28)
#0D1613
(13,22,19)
#07100A
(7,16,10)
#000000
(0,0,0)

Tints of #434C64

#434C64
(67,76,100)
#545C72
(84,92,114)
#656C80
(101,108,128)
#767C8E
(118,124,142)
#878C9C
(135,140,156)
#989CAA
(152,156,170)
#A9ACB8
(169,172,184)
#BABCC6
(186,188,198)
#CBCCD4
(203,204,212)
#DCDCE2
(220,220,226)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434C64; }

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

This text font color is #434C64.

Background Color

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

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

This div background color is #434C64.

Border color

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

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

This div border color is #434C64.

Opacity

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

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

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

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

This text has shadow with #434C64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #434C64.

Preview

Color preview on black background

This text has color #434C64 on black background.


Color preview on white background

This text has color #434C64 on white background.


Black color preview on #434C64 background

This text has black color on #434C64 background.


White color preview on #434C64 background

This text has white color on #434C64 background.


Related colors

Complementary color

Complementary color for #hex is #BCB39B.


I love getcolorcode.com

Triadic colors

1 #64434C and #4C6443 with #434C64 are triadic colors.

2 #644C43 and #4C4364 with #434C64 are triadic colors.