COLOR #436460

HEX: #436460
RGB: (67,100,96)

Color info

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

RGB color model

#436460 color RGB value is (67,100,96).

  • red value is 67;
  • green value is 100;
  • blue value is 96.
RGB:
(67,100,96)
(26%,39%,38%)

RGB channels and saturation

R 67 of 255 = 26%
G 100 of 255 = 39%
B 96 of 255 = 38%

67
100
96

R + G + B ~ 34%. #436460 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 100 + 96 = 263 (100%)
R 67 of 263 ~ 25.48%
G 100 of 263 ~ 38.02%
B 96 of 263 ~ 36.5%

%25.48
%38.02
%36.5

CMYK color model

#436460 color CMYK value is (33,0,4,61).

  • cyan value is 33.00%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 60.78%
CMYK:
(33,0,4,61)
C33M0Y4K61 
(33%,0%,4%,61%)
(0.33/0.00/0.04/0.61)	

CMYK percentages

%33
%0
%4
%60.78

Codes

Color #436460 in popluar color models

436460
RGB6710096
HSL173°19.76%32.75%
HSB/HSV173°33.00%39.22%
CMYK33.00%0.00%4.00%
60.78%

Color #436460 in popluar number systems.

HEX436460
Decimal6710096
Binary100001111001001100000
Octal103144140

Shades and tints

Shades of #436460

#436460
(67,100,96)
#3D5B58
(61,91,88)
#375250
(55,82,80)
#314948
(49,73,72)
#2B4040
(43,64,64)
#253738
(37,55,56)
#1F2E30
(31,46,48)
#192528
(25,37,40)
#131C20
(19,28,32)
#0D1318
(13,19,24)
#070A10
(7,10,16)
#000000
(0,0,0)

Tints of #436460

#436460
(67,100,96)
#54726E
(84,114,110)
#65807C
(101,128,124)
#768E8A
(118,142,138)
#879C98
(135,156,152)
#98AAA6
(152,170,166)
#A9B8B4
(169,184,180)
#BAC6C2
(186,198,194)
#CBD4D0
(203,212,208)
#DCE2DE
(220,226,222)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #436460 color. Also use rgb(67,100,96) instead hex code.

Text Font Color

.myTextColor { color: #436460; }

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

This text font color is #436460.


Background Color

.myBgColor { background-color: #436460; }

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

This div background color is #436460.


Border color

.myBorderColor { border: 1px solid #436460; }

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

This div border color is #436460.


Opacity

.myOpacity80 { color: #436460; opacity: 0.8; }

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

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

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

This text has shadow with #436460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #436460 on black background.


Color preview on white background

This text has color #436460 on white background.



Black color preview on #436460 background

This text has black color on #436460 background.


White color preview on #436460 background

This text has white color on #436460 background.