COLOR #434748

HEX: #434748
RGB: (67,71,72)

Color info

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

RGB color model

#434748 color RGB value is (67,71,72).

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

RGB channels and saturation

R 67 of 255 = 26%
G 71 of 255 = 28%
B 72 of 255 = 28%

67
71
72

R + G + B ~ 27%. #434748 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 71 + 72 = 210 (100%)
R 67 of 210 ~ 31.9%
G 71 of 210 ~ 33.81%
B 72 of 210 ~ 34.29%

%31.9
%33.81
%34.29

CMYK color model

#434748 color CMYK value is (7,1,0,72).

  • cyan value is 6.94%
  • magenta value is 1.39%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(7,1,0,72)
C7M1Y0K72 
(7%,1%,0%,72%)
(0.07/0.01/0.00/0.72)	

CMYK percentages

%6.94
%1.39
%0
%71.76

Codes

Color #434748 in popluar color models

434748
RGB677172
HSL192°3.60%27.25%
HSB/HSV192°6.94%28.24%
CMYK6.94%1.39%0.00%
71.76%

Color #434748 in popluar number systems.

HEX434748
Decimal677172
Binary100001110001111001000
Octal103107110

Shades and tints

Shades of #434748

#434748
(67,71,72)
#3D4142
(61,65,66)
#373B3C
(55,59,60)
#313536
(49,53,54)
#2B2F30
(43,47,48)
#25292A
(37,41,42)
#1F2324
(31,35,36)
#191D1E
(25,29,30)
#131718
(19,23,24)
#0D1112
(13,17,18)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #434748

#434748
(67,71,72)
#545758
(84,87,88)
#656768
(101,103,104)
#767778
(118,119,120)
#878788
(135,135,136)
#989798
(152,151,152)
#A9A7A8
(169,167,168)
#BAB7B8
(186,183,184)
#CBC7C8
(203,199,200)
#DCD7D8
(220,215,216)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434748; }

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

This text font color is #434748.


Background Color

.myBgColor { background-color: #434748; }

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

This div background color is #434748.


Border color

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

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

This div border color is #434748.


Opacity

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

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

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

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

This text has shadow with #434748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434748 on black background.


Color preview on white background

This text has color #434748 on white background.



Black color preview on #434748 background

This text has black color on #434748 background.


White color preview on #434748 background

This text has white color on #434748 background.