COLOR #434346

HEX: #434346
RGB: (67,67,70)

Color info

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

RGB color model

#434346 color RGB value is (67,67,70).

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

RGB channels and saturation

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

67
67
70

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

Portions of RGB colors in percentages

R + G + B =
67 + 67 + 70 = 204 (100%)
R 67 of 204 ~ 32.84%
G 67 of 204 ~ 32.84%
B 70 of 204 ~ 34.31%

%32.84
%32.84
%34.31

CMYK color model

#434346 color CMYK value is (4,4,0,73).

  • cyan value is 4.29%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(4,4,0,73)
C4M4Y0K73 
(4%,4%,0%,73%)
(0.04/0.04/0.00/0.73)	

CMYK percentages

%4.29
%4.29
%0
%72.55

Codes

Color #434346 in popluar color models

434346
RGB676770
HSL240°2.19%26.86%
HSB/HSV240°4.29%27.45%
CMYK4.29%4.29%0.00%
72.55%

Color #434346 in popluar number systems.

HEX434346
Decimal676770
Binary100001110000111000110
Octal103103106

Shades and tints

Shades of #434346

#434346
(67,67,70)
#3D3D40
(61,61,64)
#37373A
(55,55,58)
#313134
(49,49,52)
#2B2B2E
(43,43,46)
#252528
(37,37,40)
#1F1F22
(31,31,34)
#19191C
(25,25,28)
#131316
(19,19,22)
#0D0D10
(13,13,16)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #434346

#434346
(67,67,70)
#545456
(84,84,86)
#656566
(101,101,102)
#767676
(118,118,118)
#878786
(135,135,134)
#989896
(152,152,150)
#A9A9A6
(169,169,166)
#BABAB6
(186,186,182)
#CBCBC6
(203,203,198)
#DCDCD6
(220,220,214)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434346; }

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

This text font color is #434346.


Background Color

.myBgColor { background-color: #434346; }

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

This div background color is #434346.


Border color

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

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

This div border color is #434346.


Opacity

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

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

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

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

This text has shadow with #434346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434346 on black background.


Color preview on white background

This text has color #434346 on white background.



Black color preview on #434346 background

This text has black color on #434346 background.


White color preview on #434346 background

This text has white color on #434346 background.