COLOR #434E52

HEX: #434E52
RGB: (67,78,82)

Color info

#434E52 contains red, green and blue colors in about the same proportion. Web safe color of #434E52 is #336666 (or #366).

RGB color model

#434E52 color RGB value is (67,78,82).

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

RGB channels and saturation

R 67 of 255 = 26%
G 78 of 255 = 31%
B 82 of 255 = 32%

67
78
82

R + G + B ~ 30%. #434E52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 78 + 82 = 227 (100%)
R 67 of 227 ~ 29.52%
G 78 of 227 ~ 34.36%
B 82 of 227 ~ 36.12%

%29.52
%34.36
%36.12

CMYK color model

#434E52 color CMYK value is (18,5,0,68).

  • cyan value is 18.29%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(18,5,0,68)
C18M5Y0K68 
(18%,5%,0%,68%)
(0.18/0.05/0.00/0.68)	

CMYK percentages

%18.29
%4.88
%0
%67.84

Codes

Color #434E52 in popluar color models

434E52
RGB677882
HSL196°10.07%29.22%
HSB/HSV196°18.29%32.16%
CMYK18.29%4.88%0.00%
67.84%

Color #434E52 in popluar number systems.

HEX434E52
Decimal677882
Binary100001110011101010010
Octal103116122

Shades and tints

Shades of #434E52

#434E52
(67,78,82)
#3D474B
(61,71,75)
#374044
(55,64,68)
#31393D
(49,57,61)
#2B3236
(43,50,54)
#252B2F
(37,43,47)
#1F2428
(31,36,40)
#191D21
(25,29,33)
#13161A
(19,22,26)
#0D0F13
(13,15,19)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #434E52

#434E52
(67,78,82)
#545E61
(84,94,97)
#656E70
(101,110,112)
#767E7F
(118,126,127)
#878E8E
(135,142,142)
#989E9D
(152,158,157)
#A9AEAC
(169,174,172)
#BABEBB
(186,190,187)
#CBCECA
(203,206,202)
#DCDED9
(220,222,217)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434E52 color. Also use rgb(67,78,82) instead hex code.

Text Font Color

.myTextColor { color: #434E52; }

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

This text font color is #434E52.


Background Color

.myBgColor { background-color: #434E52; }

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

This div background color is #434E52.


Border color

.myBorderColor { border: 1px solid #434E52; }

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

This div border color is #434E52.


Opacity

.myOpacity80 { color: #434E52; opacity: 0.8; }

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

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

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

This text has shadow with #434E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434E52 on black background.


Color preview on white background

This text has color #434E52 on white background.



Black color preview on #434E52 background

This text has black color on #434E52 background.


White color preview on #434E52 background

This text has white color on #434E52 background.