COLOR #434348

HEX: #434348 RGB: (67,67,72)

Color info

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

RGB color model

#434348 color RGB value is (67,67,72).

RGB: (67,67,72) (26%, 26%, 28%)

RGB channels and saturation

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

67
67
72

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

Portions of RGB colors in percentages

R + G + B = 67 + 67 + 72 = 206 (100%)
R 67 of 206 ~ 32.52%
G 67 of 206 ~ 32.52%
B 72 of 206 ~ 34.95'%

%32.52
%32.52
%34.95

CMYK color model

#434348 color CMYK value is (7,7,0,72).

  • cyan value is 6.94%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (7,7,0,72)
C7M7Y0K72 (7%, 7%, 0%, 72%)
(0.07 / 0.07 / 0.00 / 0.72)

CMYK percentages

%6.94
%6.94
%0
%71.76

Codes

Color #434348 in popluar color models

43 43 48
RGB 67 67 72
HSL 240° 3.60% 27.25%
HSB/HSV 240° 6.94% 28.24%
CMYK 6.94% 6.94% 0.00%
71.76%

Color #434348 in popluar number systems.

HEX 43 43 48
Decimal 67 67 72
Binary 1000011 1000011 1001000
Octal 103 103 110

Shades and tints

Shades of #434348

#434348
(67,67,72)
#3D3D42
(61,61,66)
#37373C
(55,55,60)
#313136
(49,49,54)
#2B2B30
(43,43,48)
#25252A
(37,37,42)
#1F1F24
(31,31,36)
#19191E
(25,25,30)
#131318
(19,19,24)
#0D0D12
(13,13,18)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #434348

#434348
(67,67,72)
#545458
(84,84,88)
#656568
(101,101,104)
#767678
(118,118,120)
#878788
(135,135,136)
#989898
(152,152,152)
#A9A9A8
(169,169,168)
#BABAB8
(186,186,184)
#CBCBC8
(203,203,200)
#DCDCD8
(220,220,216)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434348; }

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

This text font color is #434348.

Background Color

.myBgColor { background-color: #434348; }

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

This div background color is #434348.

Border color

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

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

This div border color is #434348.

Opacity

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

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

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

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

This text has shadow with #434348 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #434348.

Preview

Color preview on black background

This text has color #434348 on black background.


Color preview on white background

This text has color #434348 on white background.


Black color preview on #434348 background

This text has black color on #434348 background.


White color preview on #434348 background

This text has white color on #434348 background.


Related colors

Complementary color

Complementary color for #hex is #BCBCB7.


I love getcolorcode.com