COLOR #434955

HEX: #434955
RGB: (67,73,85)

Color info

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

RGB color model

#434955 color RGB value is (67,73,85).

  • red value is 67;
  • green value is 73;
  • blue value is 85.
RGB:
(67,73,85)
(26%,29%,33%)

RGB channels and saturation

R 67 of 255 = 26%
G 73 of 255 = 29%
B 85 of 255 = 33%

67
73
85

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

Portions of RGB colors in percentages

R + G + B =
67 + 73 + 85 = 225 (100%)
R 67 of 225 ~ 29.78%
G 73 of 225 ~ 32.44%
B 85 of 225 ~ 37.78%

%29.78
%32.44
%37.78

CMYK color model

#434955 color CMYK value is (21,14,0,67).

  • cyan value is 21.18%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(21,14,0,67)
C21M14Y0K67 
(21%,14%,0%,67%)
(0.21/0.14/0.00/0.67)	

CMYK percentages

%21.18
%14.12
%0
%66.67

Codes

Color #434955 in popluar color models

434955
RGB677385
HSL220°11.84%29.80%
HSB/HSV220°21.18%33.33%
CMYK21.18%14.12%0.00%
66.67%

Color #434955 in popluar number systems.

HEX434955
Decimal677385
Binary100001110010011010101
Octal103111125

Shades and tints

Shades of #434955

#434955
(67,73,85)
#3D434E
(61,67,78)
#373D47
(55,61,71)
#313740
(49,55,64)
#2B3139
(43,49,57)
#252B32
(37,43,50)
#1F252B
(31,37,43)
#191F24
(25,31,36)
#13191D
(19,25,29)
#0D1316
(13,19,22)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #434955

#434955
(67,73,85)
#545964
(84,89,100)
#656973
(101,105,115)
#767982
(118,121,130)
#878991
(135,137,145)
#9899A0
(152,153,160)
#A9A9AF
(169,169,175)
#BAB9BE
(186,185,190)
#CBC9CD
(203,201,205)
#DCD9DC
(220,217,220)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434955; }

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

This text font color is #434955.


Background Color

.myBgColor { background-color: #434955; }

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

This div background color is #434955.


Border color

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

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

This div border color is #434955.


Opacity

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

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

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

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

This text has shadow with #434955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434955 on black background.


Color preview on white background

This text has color #434955 on white background.



Black color preview on #434955 background

This text has black color on #434955 background.


White color preview on #434955 background

This text has white color on #434955 background.