COLOR #434949

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

67
73
73

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

Portions of RGB colors in percentages

R + G + B =
67 + 73 + 73 = 213 (100%)
R 67 of 213 ~ 31.46%
G 73 of 213 ~ 34.27%
B 73 of 213 ~ 34.27%

%31.46
%34.27
%34.27

CMYK color model

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

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

CMYK percentages

%8.22
%0
%0
%71.37

Codes

Color #434949 in popluar color models

434949
RGB677373
HSL180°4.29%27.45%
HSB/HSV180°8.22%28.63%
CMYK8.22%0.00%0.00%
71.37%

Color #434949 in popluar number systems.

HEX434949
Decimal677373
Binary100001110010011001001
Octal103111111

Shades and tints

Shades of #434949

#434949
(67,73,73)
#3D4343
(61,67,67)
#373D3D
(55,61,61)
#313737
(49,55,55)
#2B3131
(43,49,49)
#252B2B
(37,43,43)
#1F2525
(31,37,37)
#191F1F
(25,31,31)
#131919
(19,25,25)
#0D1313
(13,19,19)
#070D0D
(7,13,13)
#000000
(0,0,0)

Tints of #434949

#434949
(67,73,73)
#545959
(84,89,89)
#656969
(101,105,105)
#767979
(118,121,121)
#878989
(135,137,137)
#989999
(152,153,153)
#A9A9A9
(169,169,169)
#BAB9B9
(186,185,185)
#CBC9C9
(203,201,201)
#DCD9D9
(220,217,217)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434949; }

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

This text font color is #434949.


Background Color

.myBgColor { background-color: #434949; }

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

This div background color is #434949.


Border color

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

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

This div border color is #434949.


Opacity

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

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

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

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

This text has shadow with #434949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434949 on black background.


Color preview on white background

This text has color #434949 on white background.



Black color preview on #434949 background

This text has black color on #434949 background.


White color preview on #434949 background

This text has white color on #434949 background.