COLOR #434049

HEX: #434049
RGB: (67,64,73)

Color info

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

RGB color model

#434049 color RGB value is (67,64,73).

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

RGB channels and saturation

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

67
64
73

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

Portions of RGB colors in percentages

R + G + B =
67 + 64 + 73 = 204 (100%)
R 67 of 204 ~ 32.84%
G 64 of 204 ~ 31.37%
B 73 of 204 ~ 35.78%

%32.84
%31.37
%35.78

CMYK color model

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

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

CMYK percentages

%8.22
%12.33
%0
%71.37

Codes

Color #434049 in popluar color models

434049
RGB676473
HSL260°6.57%26.86%
HSB/HSV260°12.33%28.63%
CMYK8.22%12.33%0.00%
71.37%

Color #434049 in popluar number systems.

HEX434049
Decimal676473
Binary100001110000001001001
Octal103100111

Shades and tints

Shades of #434049

#434049
(67,64,73)
#3D3B43
(61,59,67)
#37363D
(55,54,61)
#313137
(49,49,55)
#2B2C31
(43,44,49)
#25272B
(37,39,43)
#1F2225
(31,34,37)
#191D1F
(25,29,31)
#131819
(19,24,25)
#0D1313
(13,19,19)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #434049

#434049
(67,64,73)
#545159
(84,81,89)
#656269
(101,98,105)
#767379
(118,115,121)
#878489
(135,132,137)
#989599
(152,149,153)
#A9A6A9
(169,166,169)
#BAB7B9
(186,183,185)
#CBC8C9
(203,200,201)
#DCD9D9
(220,217,217)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434049; }

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

This text font color is #434049.


Background Color

.myBgColor { background-color: #434049; }

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

This div background color is #434049.


Border color

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

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

This div border color is #434049.


Opacity

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

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

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

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

This text has shadow with #434049 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #434049 on black background.


Color preview on white background

This text has color #434049 on white background.



Black color preview on #434049 background

This text has black color on #434049 background.


White color preview on #434049 background

This text has white color on #434049 background.