COLOR #434C48

HEX: #434C48 RGB: (67,76,72)

Color info

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

RGB color model

#434C48 color RGB value is (67,76,72).

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

RGB channels and saturation

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

67
76
72

R + G + B ~ 28%. #434C48 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 76 + 72 = 215 (100%)
R 67 of 215 ~ 31.16%
G 76 of 215 ~ 35.35%
B 72 of 215 ~ 33.49'%

%31.16
%35.35
%33.49

CMYK color model

#434C48 color CMYK value is (12,0,5,70).

  • cyan value is 11.84%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 70.20%

CMYK: (12,0,5,70)
C12M0Y5K70 (12%, 0%, 5%, 70%)
(0.12 / 0.00 / 0.05 / 0.70)

CMYK percentages

%11.84
%0
%5.26
%70.2

Codes

Color #434C48 in popluar color models

43 4C 48
RGB 67 76 72
HSL 153° 6.29% 28.04%
HSB/HSV 153° 11.84% 29.80%
CMYK 11.84% 0.00% 5.26%
70.20%

Color #434C48 in popluar number systems.

HEX 43 4C 48
Decimal 67 76 72
Binary 1000011 1001100 1001000
Octal 103 114 110

Shades and tints

Shades of #434C48

#434C48
(67,76,72)
#3D4642
(61,70,66)
#37403C
(55,64,60)
#313A36
(49,58,54)
#2B3430
(43,52,48)
#252E2A
(37,46,42)
#1F2824
(31,40,36)
#19221E
(25,34,30)
#131C18
(19,28,24)
#0D1612
(13,22,18)
#07100C
(7,16,12)
#000000
(0,0,0)

Tints of #434C48

#434C48
(67,76,72)
#545C58
(84,92,88)
#656C68
(101,108,104)
#767C78
(118,124,120)
#878C88
(135,140,136)
#989C98
(152,156,152)
#A9ACA8
(169,172,168)
#BABCB8
(186,188,184)
#CBCCC8
(203,204,200)
#DCDCD8
(220,220,216)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434C48; }

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

This text font color is #434C48.

Background Color

.myBgColor { background-color: #434C48; }

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

This div background color is #434C48.

Border color

.myBorderColor { border: 1px solid #434C48; }

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

This div border color is #434C48.

Opacity

.myOpacity80 { color: #434C48; opacity: 0.8; }

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

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

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

This text has shadow with #434C48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #434C48.

Preview

Color preview on black background

This text has color #434C48 on black background.


Color preview on white background

This text has color #434C48 on white background.


Black color preview on #434C48 background

This text has black color on #434C48 background.


White color preview on #434C48 background

This text has white color on #434C48 background.


Related colors

Complementary color

Complementary color for #hex is #BCB3B7.


I love getcolorcode.com

Triadic colors

1 #48434C and #4C4843 with #434C48 are triadic colors.

2 #484C43 and #4C4348 with #434C48 are triadic colors.