COLOR #434844

HEX: #434844 RGB: (67,72,68)

Color info

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

RGB color model

#434844 color RGB value is (67,72,68).

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

RGB channels and saturation

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

67
72
68

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

Portions of RGB colors in percentages

R + G + B = 67 + 72 + 68 = 207 (100%)
R 67 of 207 ~ 32.37%
G 72 of 207 ~ 34.78%
B 68 of 207 ~ 32.85'%

%32.37
%34.78
%32.85

CMYK color model

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

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

CMYK: (7,0,6,72)
C7M0Y6K72 (7%, 0%, 6%, 72%)
(0.07 / 0.00 / 0.06 / 0.72)

CMYK percentages

%6.94
%0
%5.56
%71.76

Codes

Color #434844 in popluar color models

43 48 44
RGB 67 72 68
HSL 132° 3.60% 27.25%
HSB/HSV 132° 6.94% 28.24%
CMYK 6.94% 0.00% 5.56%
71.76%

Color #434844 in popluar number systems.

HEX 43 48 44
Decimal 67 72 68
Binary 1000011 1001000 1000100
Octal 103 110 104

Shades and tints

Shades of #434844

#434844
(67,72,68)
#3D423E
(61,66,62)
#373C38
(55,60,56)
#313632
(49,54,50)
#2B302C
(43,48,44)
#252A26
(37,42,38)
#1F2420
(31,36,32)
#191E1A
(25,30,26)
#131814
(19,24,20)
#0D120E
(13,18,14)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #434844

#434844
(67,72,68)
#545855
(84,88,85)
#656866
(101,104,102)
#767877
(118,120,119)
#878888
(135,136,136)
#989899
(152,152,153)
#A9A8AA
(169,168,170)
#BAB8BB
(186,184,187)
#CBC8CC
(203,200,204)
#DCD8DD
(220,216,221)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434844; }

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

This text font color is #434844.

Background Color

.myBgColor { background-color: #434844; }

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

This div background color is #434844.

Border color

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

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

This div border color is #434844.

Opacity

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

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

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

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

This text has shadow with #434844 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #434844.

Preview

Color preview on black background

This text has color #434844 on black background.


Color preview on white background

This text has color #434844 on white background.


Black color preview on #434844 background

This text has black color on #434844 background.


White color preview on #434844 background

This text has white color on #434844 background.


Related colors

Complementary color

Complementary color for #hex is #BCB7BB.


I love getcolorcode.com

Triadic colors

1 #444348 and #484443 with #434844 are triadic colors.

2 #444843 and #484344 with #434844 are triadic colors.