COLOR #434D58

HEX: #434D58
RGB: (67,77,88)

Color info

#434D58 contains red, green and blue colors in about the same proportion. Web safe color of #434D58 is #333366 (or #336).

RGB color model

#434D58 color RGB value is (67,77,88).

  • red value is 67;
  • green value is 77;
  • blue value is 88.
RGB:
(67,77,88)
(26%,30%,35%)

RGB channels and saturation

R 67 of 255 = 26%
G 77 of 255 = 30%
B 88 of 255 = 35%

67
77
88

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

Portions of RGB colors in percentages

R + G + B =
67 + 77 + 88 = 232 (100%)
R 67 of 232 ~ 28.88%
G 77 of 232 ~ 33.19%
B 88 of 232 ~ 37.93%

%28.88
%33.19
%37.93

CMYK color model

#434D58 color CMYK value is (24,13,0,65).

  • cyan value is 23.86%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(24,13,0,65)
C24M13Y0K65 
(24%,13%,0%,65%)
(0.24/0.13/0.00/0.65)	

CMYK percentages

%23.86
%12.5
%0
%65.49

Codes

Color #434D58 in popluar color models

434D58
RGB677788
HSL211°13.55%30.39%
HSB/HSV211°23.86%34.51%
CMYK23.86%12.50%0.00%
65.49%

Color #434D58 in popluar number systems.

HEX434D58
Decimal677788
Binary100001110011011011000
Octal103115130

Shades and tints

Shades of #434D58

#434D58
(67,77,88)
#3D4650
(61,70,80)
#373F48
(55,63,72)
#313840
(49,56,64)
#2B3138
(43,49,56)
#252A30
(37,42,48)
#1F2328
(31,35,40)
#191C20
(25,28,32)
#131518
(19,21,24)
#0D0E10
(13,14,16)
#070708
(7,7,8)
#000000
(0,0,0)

Tints of #434D58

#434D58
(67,77,88)
#545D67
(84,93,103)
#656D76
(101,109,118)
#767D85
(118,125,133)
#878D94
(135,141,148)
#989DA3
(152,157,163)
#A9ADB2
(169,173,178)
#BABDC1
(186,189,193)
#CBCDD0
(203,205,208)
#DCDDDF
(220,221,223)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434D58 color. Also use rgb(67,77,88) instead hex code.

Text Font Color

.myTextColor { color: #434D58; }

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

This text font color is #434D58.


Background Color

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

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

This div background color is #434D58.


Border color

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

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

This div border color is #434D58.


Opacity

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

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

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

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

This text has shadow with #434D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434D58 on black background.


Color preview on white background

This text has color #434D58 on white background.



Black color preview on #434D58 background

This text has black color on #434D58 background.


White color preview on #434D58 background

This text has white color on #434D58 background.