COLOR #434349

HEX: #434349
RGB: (67,67,73)

Color info

#434349 contains red, green and blue colors in about the same proportion. Web safe color of #434349 is #333333 (or #333).

RGB color model

#434349 color RGB value is (67,67,73).

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

RGB channels and saturation

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

67
67
73

R + G + B ~ 27%. #434349 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 67 + 73 = 207 (100%)
R 67 of 207 ~ 32.37%
G 67 of 207 ~ 32.37%
B 73 of 207 ~ 35.27%

%32.37
%32.37
%35.27

CMYK color model

#434349 color CMYK value is (8,8,0,71).

  • cyan value is 8.22%
  • magenta value is 8.22%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(8,8,0,71)
C8M8Y0K71 
(8%,8%,0%,71%)
(0.08/0.08/0.00/0.71)	

CMYK percentages

%8.22
%8.22
%0
%71.37

Codes

Color #434349 in popluar color models

434349
RGB676773
HSL240°4.29%27.45%
HSB/HSV240°8.22%28.63%
CMYK8.22%8.22%0.00%
71.37%

Color #434349 in popluar number systems.

HEX434349
Decimal676773
Binary100001110000111001001
Octal103103111

Shades and tints

Shades of #434349

#434349
(67,67,73)
#3D3D43
(61,61,67)
#37373D
(55,55,61)
#313137
(49,49,55)
#2B2B31
(43,43,49)
#25252B
(37,37,43)
#1F1F25
(31,31,37)
#19191F
(25,25,31)
#131319
(19,19,25)
#0D0D13
(13,13,19)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #434349

#434349
(67,67,73)
#545459
(84,84,89)
#656569
(101,101,105)
#767679
(118,118,121)
#878789
(135,135,137)
#989899
(152,152,153)
#A9A9A9
(169,169,169)
#BABAB9
(186,186,185)
#CBCBC9
(203,203,201)
#DCDCD9
(220,220,217)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434349; }

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

This text font color is #434349.


Background Color

.myBgColor { background-color: #434349; }

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

This div background color is #434349.


Border color

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

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

This div border color is #434349.


Opacity

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

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

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

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

This text has shadow with #434349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434349 on black background.


Color preview on white background

This text has color #434349 on white background.



Black color preview on #434349 background

This text has black color on #434349 background.


White color preview on #434349 background

This text has white color on #434349 background.