COLOR #43484D

HEX: #43484D
RGB: (67,72,77)

Color info

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

RGB color model

#43484D color RGB value is (67,72,77).

  • red value is 67;
  • green value is 72;
  • blue value is 77.
RGB:
(67,72,77)
(26%,28%,30%)

RGB channels and saturation

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

67
72
77

R + G + B ~ 28%. #43484D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 72 + 77 = 216 (100%)
R 67 of 216 ~ 31.02%
G 72 of 216 ~ 33.33%
B 77 of 216 ~ 35.65%

%31.02
%33.33
%35.65

CMYK color model

#43484D color CMYK value is (13,6,0,70).

  • cyan value is 12.99%
  • magenta value is 6.49%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(13,6,0,70)
C13M6Y0K70 
(13%,6%,0%,70%)
(0.13/0.06/0.00/0.70)	

CMYK percentages

%12.99
%6.49
%0
%69.8

Codes

Color #43484D in popluar color models

43484D
RGB677277
HSL210°6.94%28.24%
HSB/HSV210°12.99%30.20%
CMYK12.99%6.49%0.00%
69.80%

Color #43484D in popluar number systems.

HEX43484D
Decimal677277
Binary100001110010001001101
Octal103110115

Shades and tints

Shades of #43484D

#43484D
(67,72,77)
#3D4246
(61,66,70)
#373C3F
(55,60,63)
#313638
(49,54,56)
#2B3031
(43,48,49)
#252A2A
(37,42,42)
#1F2423
(31,36,35)
#191E1C
(25,30,28)
#131815
(19,24,21)
#0D120E
(13,18,14)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #43484D

#43484D
(67,72,77)
#54585D
(84,88,93)
#65686D
(101,104,109)
#76787D
(118,120,125)
#87888D
(135,136,141)
#98989D
(152,152,157)
#A9A8AD
(169,168,173)
#BAB8BD
(186,184,189)
#CBC8CD
(203,200,205)
#DCD8DD
(220,216,221)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #43484D; }

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

This text font color is #43484D.


Background Color

.myBgColor { background-color: #43484D; }

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

This div background color is #43484D.


Border color

.myBorderColor { border: 1px solid #43484D; }

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

This div border color is #43484D.


Opacity

.myOpacity80 { color: #43484D; opacity: 0.8; }

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

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

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

This text has shadow with #43484D color.

.textShadow {text-shadow: 3px 3px 1px #43484D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43484D on black background.


Color preview on white background

This text has color #43484D on white background.



Black color preview on #43484D background

This text has black color on #43484D background.


White color preview on #43484D background

This text has white color on #43484D background.