COLOR #434351

HEX: #434351
RGB: (67,67,81)

Color info

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

RGB color model

#434351 color RGB value is (67,67,81).

  • red value is 67;
  • green value is 67;
  • blue value is 81.
RGB:
(67,67,81)
(26%,26%,32%)

RGB channels and saturation

R 67 of 255 = 26%
G 67 of 255 = 26%
B 81 of 255 = 32%

67
67
81

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

Portions of RGB colors in percentages

R + G + B =
67 + 67 + 81 = 215 (100%)
R 67 of 215 ~ 31.16%
G 67 of 215 ~ 31.16%
B 81 of 215 ~ 37.67%

%31.16
%31.16
%37.67

CMYK color model

#434351 color CMYK value is (17,17,0,68).

  • cyan value is 17.28%
  • magenta value is 17.28%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(17,17,0,68)
C17M17Y0K68 
(17%,17%,0%,68%)
(0.17/0.17/0.00/0.68)	

CMYK percentages

%17.28
%17.28
%0
%68.24

Codes

Color #434351 in popluar color models

434351
RGB676781
HSL240°9.46%29.02%
HSB/HSV240°17.28%31.76%
CMYK17.28%17.28%0.00%
68.24%

Color #434351 in popluar number systems.

HEX434351
Decimal676781
Binary100001110000111010001
Octal103103121

Shades and tints

Shades of #434351

#434351
(67,67,81)
#3D3D4A
(61,61,74)
#373743
(55,55,67)
#31313C
(49,49,60)
#2B2B35
(43,43,53)
#25252E
(37,37,46)
#1F1F27
(31,31,39)
#191920
(25,25,32)
#131319
(19,19,25)
#0D0D12
(13,13,18)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #434351

#434351
(67,67,81)
#545460
(84,84,96)
#65656F
(101,101,111)
#76767E
(118,118,126)
#87878D
(135,135,141)
#98989C
(152,152,156)
#A9A9AB
(169,169,171)
#BABABA
(186,186,186)
#CBCBC9
(203,203,201)
#DCDCD8
(220,220,216)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434351; }

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

This text font color is #434351.


Background Color

.myBgColor { background-color: #434351; }

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

This div background color is #434351.


Border color

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

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

This div border color is #434351.


Opacity

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

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

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

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

This text has shadow with #434351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434351 on black background.


Color preview on white background

This text has color #434351 on white background.



Black color preview on #434351 background

This text has black color on #434351 background.


White color preview on #434351 background

This text has white color on #434351 background.