COLOR #434F59

HEX: #434F59
RGB: (67,79,89)

Color info

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

RGB color model

#434F59 color RGB value is (67,79,89).

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

RGB channels and saturation

R 67 of 255 = 26%
G 79 of 255 = 31%
B 89 of 255 = 35%

67
79
89

R + G + B ~ 31%. #434F59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 79 + 89 = 235 (100%)
R 67 of 235 ~ 28.51%
G 79 of 235 ~ 33.62%
B 89 of 235 ~ 37.87%

%28.51
%33.62
%37.87

CMYK color model

#434F59 color CMYK value is (25,11,0,65).

  • cyan value is 24.72%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(25,11,0,65)
C25M11Y0K65 
(25%,11%,0%,65%)
(0.25/0.11/0.00/0.65)	

CMYK percentages

%24.72
%11.24
%0
%65.1

Codes

Color #434F59 in popluar color models

434F59
RGB677989
HSL207°14.10%30.59%
HSB/HSV207°24.72%34.90%
CMYK24.72%11.24%0.00%
65.10%

Color #434F59 in popluar number systems.

HEX434F59
Decimal677989
Binary100001110011111011001
Octal103117131

Shades and tints

Shades of #434F59

#434F59
(67,79,89)
#3D4851
(61,72,81)
#374149
(55,65,73)
#313A41
(49,58,65)
#2B3339
(43,51,57)
#252C31
(37,44,49)
#1F2529
(31,37,41)
#191E21
(25,30,33)
#131719
(19,23,25)
#0D1011
(13,16,17)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #434F59

#434F59
(67,79,89)
#545F68
(84,95,104)
#656F77
(101,111,119)
#767F86
(118,127,134)
#878F95
(135,143,149)
#989FA4
(152,159,164)
#A9AFB3
(169,175,179)
#BABFC2
(186,191,194)
#CBCFD1
(203,207,209)
#DCDFE0
(220,223,224)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434F59; }

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

This text font color is #434F59.


Background Color

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

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

This div background color is #434F59.


Border color

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

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

This div border color is #434F59.


Opacity

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

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

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

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

This text has shadow with #434F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434F59 on black background.


Color preview on white background

This text has color #434F59 on white background.



Black color preview on #434F59 background

This text has black color on #434F59 background.


White color preview on #434F59 background

This text has white color on #434F59 background.