COLOR #434455

HEX: #434455 RGB: (67,68,85)

Color info

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

RGB color model

#434455 color RGB value is (67,68,85).

RGB: (67,68,85) (26%, 27%, 33%)

RGB channels and saturation

R 67 of 255 = 26%
G 68 of 255 = 27%
B 85 of 255 = 33%

67
68
85

R + G + B ~ 29%. #434455 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 68 + 85 = 220 (100%)
R 67 of 220 ~ 30.45%
G 68 of 220 ~ 30.91%
B 85 of 220 ~ 38.64'%

%30.45
%30.91
%38.64

CMYK color model

#434455 color CMYK value is (21,20,0,67).

  • cyan value is 21.18%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK: (21,20,0,67) C21M20Y0K67 (21%,20%,0%,67%) (0.21/0.20/0.00/0.67) 

CMYK percentages

%21.18
%20
%0
%66.67

Codes

Color #434455 in popluar color models

43 44 55
RGB 67 68 85
HSL 237° 11.84% 29.80%
HSB/HSV 237° 21.18% 33.33%
CMYK 21.18% 20.00% 0.00%
66.67%

Color #434455 in popluar number systems.

HEX 43 44 55
Decimal 67 68 85
Binary 1000011 1000100 1010101
Octal 103 104 125

Shades and tints

Shades of #434455

#434455
(67,68,85)
#3D3E4E
(61,62,78)
#373847
(55,56,71)
#313240
(49,50,64)
#2B2C39
(43,44,57)
#252632
(37,38,50)
#1F202B
(31,32,43)
#191A24
(25,26,36)
#13141D
(19,20,29)
#0D0E16
(13,14,22)
#07080F
(7,8,15)
#000000
(0,0,0)

Tints of #434455

#434455
(67,68,85)
#545564
(84,85,100)
#656673
(101,102,115)
#767782
(118,119,130)
#878891
(135,136,145)
#9899A0
(152,153,160)
#A9AAAF
(169,170,175)
#BABBBE
(186,187,190)
#CBCCCD
(203,204,205)
#DCDDDC
(220,221,220)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434455 color. Also use rgb(67,68,85) instead hex code.

Text Font Color

.myTextColor { color: #434455; }

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

This text font color is #434455.

Background Color

.myBgColor { background-color: #434455; }

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

This div background color is #434455.

Border color

.myBorderColor { border: 1px solid #434455; }

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

This div border color is #434455.

Opacity

.myOpacity80 { color: #434455; opacity: 0.8; }

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

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

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

This text has shadow with #434455 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #434455.

Preview

Color preview on black background

This text has color #434455 on black background.


Color preview on white background

This text has color #434455 on white background.


Black color preview on #434455 background

This text has black color on #434455 background.


White color preview on #434455 background

This text has white color on #434455 background.


Related colors

Complementary color

Complementary color for #hex is #BCBBAA.


I love getcolorcode.com

Triadic colors

1 #554344 and #445543 with #434455 are triadic colors.

2 #554443 and #444355 with #434455 are triadic colors.