COLOR #434947

HEX: #434947
RGB: (67,73,71)

Color info

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

RGB color model

#434947 color RGB value is (67,73,71).

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

RGB channels and saturation

R 67 of 255 = 26%
G 73 of 255 = 29%
B 71 of 255 = 28%

67
73
71

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

Portions of RGB colors in percentages

R + G + B =
67 + 73 + 71 = 211 (100%)
R 67 of 211 ~ 31.75%
G 73 of 211 ~ 34.6%
B 71 of 211 ~ 33.65%

%31.75
%34.6
%33.65

CMYK color model

#434947 color CMYK value is (8,0,3,71).

  • cyan value is 8.22%
  • magenta value is 0.00%
  • yellow value is 2.74%
  • key color value is 71.37%
CMYK:
(8,0,3,71)
C8M0Y3K71 
(8%,0%,3%,71%)
(0.08/0.00/0.03/0.71)	

CMYK percentages

%8.22
%0
%2.74
%71.37

Codes

Color #434947 in popluar color models

434947
RGB677371
HSL160°4.29%27.45%
HSB/HSV160°8.22%28.63%
CMYK8.22%0.00%2.74%
71.37%

Color #434947 in popluar number systems.

HEX434947
Decimal677371
Binary100001110010011000111
Octal103111107

Shades and tints

Shades of #434947

#434947
(67,73,71)
#3D4341
(61,67,65)
#373D3B
(55,61,59)
#313735
(49,55,53)
#2B312F
(43,49,47)
#252B29
(37,43,41)
#1F2523
(31,37,35)
#191F1D
(25,31,29)
#131917
(19,25,23)
#0D1311
(13,19,17)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #434947

#434947
(67,73,71)
#545957
(84,89,87)
#656967
(101,105,103)
#767977
(118,121,119)
#878987
(135,137,135)
#989997
(152,153,151)
#A9A9A7
(169,169,167)
#BAB9B7
(186,185,183)
#CBC9C7
(203,201,199)
#DCD9D7
(220,217,215)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434947; }

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

This text font color is #434947.


Background Color

.myBgColor { background-color: #434947; }

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

This div background color is #434947.


Border color

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

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

This div border color is #434947.


Opacity

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

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

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

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

This text has shadow with #434947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434947 on black background.


Color preview on white background

This text has color #434947 on white background.



Black color preview on #434947 background

This text has black color on #434947 background.


White color preview on #434947 background

This text has white color on #434947 background.