COLOR #434444

HEX: #434444
RGB: (67,68,68)

Color info

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

RGB color model

#434444 color RGB value is (67,68,68).

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

RGB channels and saturation

R 67 of 255 = 26%
G 68 of 255 = 27%
B 68 of 255 = 27%

67
68
68

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

Portions of RGB colors in percentages

R + G + B =
67 + 68 + 68 = 203 (100%)
R 67 of 203 ~ 33%
G 68 of 203 ~ 33.5%
B 68 of 203 ~ 33.5%

%33
%33.5
%33.5

CMYK color model

#434444 color CMYK value is (1,0,0,73).

  • cyan value is 1.47%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(1,0,0,73)
C1M0Y0K73 
(1%,0%,0%,73%)
(0.01/0.00/0.00/0.73)	

CMYK percentages

%1.47
%0
%0
%73.33

Codes

Color #434444 in popluar color models

434444
RGB676868
HSL180°0.74%26.47%
HSB/HSV180°1.47%26.67%
CMYK1.47%0.00%0.00%
73.33%

Color #434444 in popluar number systems.

HEX434444
Decimal676868
Binary100001110001001000100
Octal103104104

Shades and tints

Shades of #434444

#434444
(67,68,68)
#3D3E3E
(61,62,62)
#373838
(55,56,56)
#313232
(49,50,50)
#2B2C2C
(43,44,44)
#252626
(37,38,38)
#1F2020
(31,32,32)
#191A1A
(25,26,26)
#131414
(19,20,20)
#0D0E0E
(13,14,14)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #434444

#434444
(67,68,68)
#545555
(84,85,85)
#656666
(101,102,102)
#767777
(118,119,119)
#878888
(135,136,136)
#989999
(152,153,153)
#A9AAAA
(169,170,170)
#BABBBB
(186,187,187)
#CBCCCC
(203,204,204)
#DCDDDD
(220,221,221)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434444; }

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

This text font color is #434444.


Background Color

.myBgColor { background-color: #434444; }

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

This div background color is #434444.


Border color

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

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

This div border color is #434444.


Opacity

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

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

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

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

This text has shadow with #434444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434444 on black background.


Color preview on white background

This text has color #434444 on white background.



Black color preview on #434444 background

This text has black color on #434444 background.


White color preview on #434444 background

This text has white color on #434444 background.