COLOR #434A4F

HEX: #434A4F RGB: (67,74,79)

Color info

#434A4F contains red, green and blue colors in about the same proportion. Web safe color of #434A4F is #333366 (or #336).

RGB color model

#434A4F color RGB value is (67,74,79).

RGB: (67,74,79) (26%, 29%, 31%)

RGB channels and saturation

R 67 of 255 = 26%
G 74 of 255 = 29%
B 79 of 255 = 31%

67
74
79

R + G + B ~ 29%. #434A4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 74 + 79 = 220 (100%)
R 67 of 220 ~ 30.45%
G 74 of 220 ~ 33.64%
B 79 of 220 ~ 35.91'%

%30.45
%33.64
%35.91

CMYK color model

#434A4F color CMYK value is (15,6,0,69).

  • cyan value is 15.19%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (15,6,0,69)
C15M6Y0K69 (15%, 6%, 0%, 69%)
(0.15 / 0.06 / 0.00 / 0.69)

CMYK percentages

%15.19
%6.33
%0
%69.02

Codes

Color #434A4F in popluar color models

43 4A 4F
RGB 67 74 79
HSL 205° 8.22% 28.63%
HSB/HSV 205° 15.19% 30.98%
CMYK 15.19% 6.33% 0.00%
69.02%

Color #434A4F in popluar number systems.

HEX 43 4A 4F
Decimal 67 74 79
Binary 1000011 1001010 1001111
Octal 103 112 117

Shades and tints

Shades of #434A4F

#434A4F
(67,74,79)
#3D4448
(61,68,72)
#373E41
(55,62,65)
#31383A
(49,56,58)
#2B3233
(43,50,51)
#252C2C
(37,44,44)
#1F2625
(31,38,37)
#19201E
(25,32,30)
#131A17
(19,26,23)
#0D1410
(13,20,16)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #434A4F

#434A4F
(67,74,79)
#545A5F
(84,90,95)
#656A6F
(101,106,111)
#767A7F
(118,122,127)
#878A8F
(135,138,143)
#989A9F
(152,154,159)
#A9AAAF
(169,170,175)
#BABABF
(186,186,191)
#CBCACF
(203,202,207)
#DCDADF
(220,218,223)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434A4F color. Also use rgb(67,74,79) instead hex code.

Text Font Color

.myTextColor { color: #434A4F; }

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

This text font color is #434A4F.

Background Color

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

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

This div background color is #434A4F.

Border color

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

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

This div border color is #434A4F.

Opacity

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

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

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

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

This text has shadow with #434A4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #434A4F.

Preview

Color preview on black background

This text has color #434A4F on black background.


Color preview on white background

This text has color #434A4F on white background.


Black color preview on #434A4F background

This text has black color on #434A4F background.


White color preview on #434A4F background

This text has white color on #434A4F background.


Related colors

Complementary color

Complementary color for #hex is #BCB5B0.


I love getcolorcode.com

Triadic colors

1 #4F434A and #4A4F43 with #434A4F are triadic colors.

2 #4F4A43 and #4A434F with #434A4F are triadic colors.