COLOR #434D65

HEX: #434D65
RGB: (67,77,101)

Color info

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

RGB color model

#434D65 color RGB value is (67,77,101).

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

RGB channels and saturation

R 67 of 255 = 26%
G 77 of 255 = 30%
B 101 of 255 = 40%

67
77
101

R + G + B ~ 32%. #434D65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 77 + 101 = 245 (100%)
R 67 of 245 ~ 27.35%
G 77 of 245 ~ 31.43%
B 101 of 245 ~ 41.22%

%27.35
%31.43
%41.22

CMYK color model

#434D65 color CMYK value is (34,24,0,60).

  • cyan value is 33.66%
  • magenta value is 23.76%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(34,24,0,60)
C34M24Y0K60 
(34%,24%,0%,60%)
(0.34/0.24/0.00/0.60)	

CMYK percentages

%33.66
%23.76
%0
%60.39

Codes

Color #434D65 in popluar color models

434D65
RGB6777101
HSL222°20.24%32.94%
HSB/HSV222°33.66%39.61%
CMYK33.66%23.76%0.00%
60.39%

Color #434D65 in popluar number systems.

HEX434D65
Decimal6777101
Binary100001110011011100101
Octal103115145

Shades and tints

Shades of #434D65

#434D65
(67,77,101)
#3D465C
(61,70,92)
#373F53
(55,63,83)
#31384A
(49,56,74)
#2B3141
(43,49,65)
#252A38
(37,42,56)
#1F232F
(31,35,47)
#191C26
(25,28,38)
#13151D
(19,21,29)
#0D0E14
(13,14,20)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #434D65

#434D65
(67,77,101)
#545D73
(84,93,115)
#656D81
(101,109,129)
#767D8F
(118,125,143)
#878D9D
(135,141,157)
#989DAB
(152,157,171)
#A9ADB9
(169,173,185)
#BABDC7
(186,189,199)
#CBCDD5
(203,205,213)
#DCDDE3
(220,221,227)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434D65; }

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

This text font color is #434D65.


Background Color

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

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

This div background color is #434D65.


Border color

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

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

This div border color is #434D65.


Opacity

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

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

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

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

This text has shadow with #434D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434D65 on black background.


Color preview on white background

This text has color #434D65 on white background.



Black color preview on #434D65 background

This text has black color on #434D65 background.


White color preview on #434D65 background

This text has white color on #434D65 background.