COLOR #434F57

HEX: #434F57
RGB: (67,79,87)

Color info

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

RGB color model

#434F57 color RGB value is (67,79,87).

  • red value is 67;
  • green value is 79;
  • blue value is 87.
RGB:
(67,79,87)
(26%,31%,34%)

RGB channels and saturation

R 67 of 255 = 26%
G 79 of 255 = 31%
B 87 of 255 = 34%

67
79
87

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

Portions of RGB colors in percentages

R + G + B =
67 + 79 + 87 = 233 (100%)
R 67 of 233 ~ 28.76%
G 79 of 233 ~ 33.91%
B 87 of 233 ~ 37.34%

%28.76
%33.91
%37.34

CMYK color model

#434F57 color CMYK value is (23,9,0,66).

  • cyan value is 22.99%
  • magenta value is 9.20%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(23,9,0,66)
C23M9Y0K66 
(23%,9%,0%,66%)
(0.23/0.09/0.00/0.66)	

CMYK percentages

%22.99
%9.2
%0
%65.88

Codes

Color #434F57 in popluar color models

434F57
RGB677987
HSL204°12.99%30.20%
HSB/HSV204°22.99%34.12%
CMYK22.99%9.20%0.00%
65.88%

Color #434F57 in popluar number systems.

HEX434F57
Decimal677987
Binary100001110011111010111
Octal103117127

Shades and tints

Shades of #434F57

#434F57
(67,79,87)
#3D4850
(61,72,80)
#374149
(55,65,73)
#313A42
(49,58,66)
#2B333B
(43,51,59)
#252C34
(37,44,52)
#1F252D
(31,37,45)
#191E26
(25,30,38)
#13171F
(19,23,31)
#0D1018
(13,16,24)
#070911
(7,9,17)
#000000
(0,0,0)

Tints of #434F57

#434F57
(67,79,87)
#545F66
(84,95,102)
#656F75
(101,111,117)
#767F84
(118,127,132)
#878F93
(135,143,147)
#989FA2
(152,159,162)
#A9AFB1
(169,175,177)
#BABFC0
(186,191,192)
#CBCFCF
(203,207,207)
#DCDFDE
(220,223,222)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434F57 color. Also use rgb(67,79,87) instead hex code.

Text Font Color

.myTextColor { color: #434F57; }

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

This text font color is #434F57.


Background Color

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

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

This div background color is #434F57.


Border color

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

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

This div border color is #434F57.


Opacity

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

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

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

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

This text has shadow with #434F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434F57 on black background.


Color preview on white background

This text has color #434F57 on white background.



Black color preview on #434F57 background

This text has black color on #434F57 background.


White color preview on #434F57 background

This text has white color on #434F57 background.