COLOR #43494C

HEX: #43494C
RGB: (67,73,76)

Color info

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

RGB color model

#43494C color RGB value is (67,73,76).

  • red value is 67;
  • green value is 73;
  • blue value is 76.
RGB:
(67,73,76)
(26%,29%,30%)

RGB channels and saturation

R 67 of 255 = 26%
G 73 of 255 = 29%
B 76 of 255 = 30%

67
73
76

R + G + B ~ 28%. #43494C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 73 + 76 = 216 (100%)
R 67 of 216 ~ 31.02%
G 73 of 216 ~ 33.8%
B 76 of 216 ~ 35.19%

%31.02
%33.8
%35.19

CMYK color model

#43494C color CMYK value is (12,4,0,70).

  • cyan value is 11.84%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(12,4,0,70)
C12M4Y0K70 
(12%,4%,0%,70%)
(0.12/0.04/0.00/0.70)	

CMYK percentages

%11.84
%3.95
%0
%70.2

Codes

Color #43494C in popluar color models

43494C
RGB677376
HSL200°6.29%28.04%
HSB/HSV200°11.84%29.80%
CMYK11.84%3.95%0.00%
70.20%

Color #43494C in popluar number systems.

HEX43494C
Decimal677376
Binary100001110010011001100
Octal103111114

Shades and tints

Shades of #43494C

#43494C
(67,73,76)
#3D4346
(61,67,70)
#373D40
(55,61,64)
#31373A
(49,55,58)
#2B3134
(43,49,52)
#252B2E
(37,43,46)
#1F2528
(31,37,40)
#191F22
(25,31,34)
#13191C
(19,25,28)
#0D1316
(13,19,22)
#070D10
(7,13,16)
#000000
(0,0,0)

Tints of #43494C

#43494C
(67,73,76)
#54595C
(84,89,92)
#65696C
(101,105,108)
#76797C
(118,121,124)
#87898C
(135,137,140)
#98999C
(152,153,156)
#A9A9AC
(169,169,172)
#BAB9BC
(186,185,188)
#CBC9CC
(203,201,204)
#DCD9DC
(220,217,220)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43494C color. Also use rgb(67,73,76) instead hex code.

Text Font Color

.myTextColor { color: #43494C; }

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

This text font color is #43494C.


Background Color

.myBgColor { background-color: #43494C; }

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

This div background color is #43494C.


Border color

.myBorderColor { border: 1px solid #43494C; }

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

This div border color is #43494C.


Opacity

.myOpacity80 { color: #43494C; opacity: 0.8; }

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

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

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

This text has shadow with #43494C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43494C on black background.


Color preview on white background

This text has color #43494C on white background.



Black color preview on #43494C background

This text has black color on #43494C background.


White color preview on #43494C background

This text has white color on #43494C background.