COLOR #434255

HEX: #434255
RGB: (67,66,85)

Color info

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

RGB color model

#434255 color RGB value is (67,66,85).

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

RGB channels and saturation

R 67 of 255 = 26%
G 66 of 255 = 26%
B 85 of 255 = 33%

67
66
85

R + G + B ~ 28%. #434255 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 66 + 85 = 218 (100%)
R 67 of 218 ~ 30.73%
G 66 of 218 ~ 30.28%
B 85 of 218 ~ 38.99%

%30.73
%30.28
%38.99

CMYK color model

#434255 color CMYK value is (21,22,0,67).

  • cyan value is 21.18%
  • magenta value is 22.35%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(21,22,0,67)
C21M22Y0K67 
(21%,22%,0%,67%)
(0.21/0.22/0.00/0.67)	

CMYK percentages

%21.18
%22.35
%0
%66.67

Codes

Color #434255 in popluar color models

434255
RGB676685
HSL243°12.58%29.61%
HSB/HSV243°22.35%33.33%
CMYK21.18%22.35%0.00%
66.67%

Color #434255 in popluar number systems.

HEX434255
Decimal676685
Binary100001110000101010101
Octal103102125

Shades and tints

Shades of #434255

#434255
(67,66,85)
#3D3C4E
(61,60,78)
#373647
(55,54,71)
#313040
(49,48,64)
#2B2A39
(43,42,57)
#252432
(37,36,50)
#1F1E2B
(31,30,43)
#191824
(25,24,36)
#13121D
(19,18,29)
#0D0C16
(13,12,22)
#07060F
(7,6,15)
#000000
(0,0,0)

Tints of #434255

#434255
(67,66,85)
#545364
(84,83,100)
#656473
(101,100,115)
#767582
(118,117,130)
#878691
(135,134,145)
#9897A0
(152,151,160)
#A9A8AF
(169,168,175)
#BAB9BE
(186,185,190)
#CBCACD
(203,202,205)
#DCDBDC
(220,219,220)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434255; }

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

This text font color is #434255.


Background Color

.myBgColor { background-color: #434255; }

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

This div background color is #434255.


Border color

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

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

This div border color is #434255.


Opacity

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

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

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

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

This text has shadow with #434255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434255 on black background.


Color preview on white background

This text has color #434255 on white background.



Black color preview on #434255 background

This text has black color on #434255 background.


White color preview on #434255 background

This text has white color on #434255 background.