COLOR #434142

HEX: #434142
RGB: (67,65,66)

Color info

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

RGB color model

#434142 color RGB value is (67,65,66).

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

RGB channels and saturation

R 67 of 255 = 26%
G 65 of 255 = 25%
B 66 of 255 = 26%

67
65
66

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

Portions of RGB colors in percentages

R + G + B =
67 + 65 + 66 = 198 (100%)
R 67 of 198 ~ 33.84%
G 65 of 198 ~ 32.83%
B 66 of 198 ~ 33.33%

%33.84
%32.83
%33.33

CMYK color model

#434142 color CMYK value is (0,3,1,74).

  • cyan value is 0.00%
  • magenta value is 2.99%
  • yellow value is 1.49%
  • key color value is 73.73%
CMYK:
(0,3,1,74)
C0M3Y1K74 
(0%,3%,1%,74%)
(0.00/0.03/0.01/0.74)	

CMYK percentages

%0
%2.99
%1.49
%73.73

Codes

Color #434142 in popluar color models

434142
RGB676566
HSL330°1.52%25.88%
HSB/HSV330°2.99%26.27%
CMYK0.00%2.99%1.49%
73.73%

Color #434142 in popluar number systems.

HEX434142
Decimal676566
Binary100001110000011000010
Octal103101102

Shades and tints

Shades of #434142

#434142
(67,65,66)
#3D3C3C
(61,60,60)
#373736
(55,55,54)
#313230
(49,50,48)
#2B2D2A
(43,45,42)
#252824
(37,40,36)
#1F231E
(31,35,30)
#191E18
(25,30,24)
#131912
(19,25,18)
#0D140C
(13,20,12)
#070F06
(7,15,6)
#000000
(0,0,0)

Tints of #434142

#434142
(67,65,66)
#545253
(84,82,83)
#656364
(101,99,100)
#767475
(118,116,117)
#878586
(135,133,134)
#989697
(152,150,151)
#A9A7A8
(169,167,168)
#BAB8B9
(186,184,185)
#CBC9CA
(203,201,202)
#DCDADB
(220,218,219)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434142; }

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

This text font color is #434142.


Background Color

.myBgColor { background-color: #434142; }

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

This div background color is #434142.


Border color

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

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

This div border color is #434142.


Opacity

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

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

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

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

This text has shadow with #434142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434142 on black background.


Color preview on white background

This text has color #434142 on white background.



Black color preview on #434142 background

This text has black color on #434142 background.


White color preview on #434142 background

This text has white color on #434142 background.