COLOR #43474E

HEX: #43474E
RGB: (67,71,78)

Color info

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

RGB color model

#43474E color RGB value is (67,71,78).

  • red value is 67;
  • green value is 71;
  • blue value is 78.
RGB:
(67,71,78)
(26%,28%,31%)

RGB channels and saturation

R 67 of 255 = 26%
G 71 of 255 = 28%
B 78 of 255 = 31%

67
71
78

R + G + B ~ 28%. #43474E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 71 + 78 = 216 (100%)
R 67 of 216 ~ 31.02%
G 71 of 216 ~ 32.87%
B 78 of 216 ~ 36.11%

%31.02
%32.87
%36.11

CMYK color model

#43474E color CMYK value is (14,9,0,69).

  • cyan value is 14.10%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(14,9,0,69)
C14M9Y0K69 
(14%,9%,0%,69%)
(0.14/0.09/0.00/0.69)	

CMYK percentages

%14.1
%8.97
%0
%69.41

Codes

Color #43474E in popluar color models

43474E
RGB677178
HSL218°7.59%28.43%
HSB/HSV218°14.10%30.59%
CMYK14.10%8.97%0.00%
69.41%

Color #43474E in popluar number systems.

HEX43474E
Decimal677178
Binary100001110001111001110
Octal103107116

Shades and tints

Shades of #43474E

#43474E
(67,71,78)
#3D4147
(61,65,71)
#373B40
(55,59,64)
#313539
(49,53,57)
#2B2F32
(43,47,50)
#25292B
(37,41,43)
#1F2324
(31,35,36)
#191D1D
(25,29,29)
#131716
(19,23,22)
#0D110F
(13,17,15)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #43474E

#43474E
(67,71,78)
#54575E
(84,87,94)
#65676E
(101,103,110)
#76777E
(118,119,126)
#87878E
(135,135,142)
#98979E
(152,151,158)
#A9A7AE
(169,167,174)
#BAB7BE
(186,183,190)
#CBC7CE
(203,199,206)
#DCD7DE
(220,215,222)
#EDE7EE
(237,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43474E color. Also use rgb(67,71,78) instead hex code.

Text Font Color

.myTextColor { color: #43474E; }

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

This text font color is #43474E.


Background Color

.myBgColor { background-color: #43474E; }

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

This div background color is #43474E.


Border color

.myBorderColor { border: 1px solid #43474E; }

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

This div border color is #43474E.


Opacity

.myOpacity80 { color: #43474E; opacity: 0.8; }

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

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

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

This text has shadow with #43474E color.

.textShadow {text-shadow: 3px 3px 1px #43474E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43474E on black background.


Color preview on white background

This text has color #43474E on white background.



Black color preview on #43474E background

This text has black color on #43474E background.


White color preview on #43474E background

This text has white color on #43474E background.