COLOR #434343

HEX: #434343
RGB: (67,67,67)

Color info

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

RGB color model

#434343 color RGB value is (67,67,67).

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

RGB channels and saturation

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

67
67
67

R + G + B ~ 26%. #434343 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 67 + 67 = 201 (100%)
R 67 of 201 ~ 33.33%
G 67 of 201 ~ 33.33%
B 67 of 201 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#434343 color CMYK value is (0,0,0,74).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(0,0,0,74)
C0M0Y0K74 
(0%,0%,0%,74%)
(0.00/0.00/0.00/0.74)	

CMYK percentages

%0
%0
%0
%73.73

Codes

Color #434343 in popluar color models

434343
RGB676767
HSL0.00%0.26%
HSB/HSV0.00%0.26%
CMYK0.00%0.00%0.00%
73.73%

Color #434343 in popluar number systems.

HEX434343
Decimal676767
Binary100001110000111000011
Octal103103103

Shades and tints

Shades of #434343

#434343
(67,67,67)
#3D3D3D
(61,61,61)
#373737
(55,55,55)
#313131
(49,49,49)
#2B2B2B
(43,43,43)
#252525
(37,37,37)
#1F1F1F
(31,31,31)
#191919
(25,25,25)
#131313
(19,19,19)
#0D0D0D
(13,13,13)
#070707
(7,7,7)
#000000
(0,0,0)

Tints of #434343

#434343
(67,67,67)
#545454
(84,84,84)
#656565
(101,101,101)
#767676
(118,118,118)
#878787
(135,135,135)
#989898
(152,152,152)
#A9A9A9
(169,169,169)
#BABABA
(186,186,186)
#CBCBCB
(203,203,203)
#DCDCDC
(220,220,220)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434343; }

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

This text font color is #434343.


Background Color

.myBgColor { background-color: #434343; }

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

This div background color is #434343.


Border color

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

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

This div border color is #434343.


Opacity

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

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

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

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

This text has shadow with #434343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434343 on black background.


Color preview on white background

This text has color #434343 on white background.



Black color preview on #434343 background

This text has black color on #434343 background.


White color preview on #434343 background

This text has white color on #434343 background.