COLOR #436580

HEX: #436580
RGB: (67,101,128)

Color info

#436580 contains mainly green and blue colors. Web safe color of #436580 is #336666 (or #366).

RGB color model

#436580 color RGB value is (67,101,128).

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

RGB channels and saturation

R 67 of 255 = 26%
G 101 of 255 = 40%
B 128 of 255 = 50%

67
101
128

R + G + B ~ 39%. #436580 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 101 + 128 = 296 (100%)
R 67 of 296 ~ 22.64%
G 101 of 296 ~ 34.12%
B 128 of 296 ~ 43.24%

%22.64
%34.12
%43.24

CMYK color model

#436580 color CMYK value is (48,21,0,50).

  • cyan value is 47.66%
  • magenta value is 21.09%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(48,21,0,50)
C48M21Y0K50 
(48%,21%,0%,50%)
(0.48/0.21/0.00/0.50)	

CMYK percentages

%47.66
%21.09
%0
%49.8

Codes

Color #436580 in popluar color models

436580
RGB67101128
HSL207°31.28%38.24%
HSB/HSV207°47.66%50.20%
CMYK47.66%21.09%0.00%
49.80%

Color #436580 in popluar number systems.

HEX436580
Decimal67101128
Binary1000011110010110000000
Octal103145200

Shades and tints

Shades of #436580

#436580
(67,101,128)
#3D5C75
(61,92,117)
#37536A
(55,83,106)
#314A5F
(49,74,95)
#2B4154
(43,65,84)
#253849
(37,56,73)
#1F2F3E
(31,47,62)
#192633
(25,38,51)
#131D28
(19,29,40)
#0D141D
(13,20,29)
#070B12
(7,11,18)
#000000
(0,0,0)

Tints of #436580

#436580
(67,101,128)
#54738B
(84,115,139)
#658196
(101,129,150)
#768FA1
(118,143,161)
#879DAC
(135,157,172)
#98ABB7
(152,171,183)
#A9B9C2
(169,185,194)
#BAC7CD
(186,199,205)
#CBD5D8
(203,213,216)
#DCE3E3
(220,227,227)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #436580; }

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

This text font color is #436580.


Background Color

.myBgColor { background-color: #436580; }

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

This div background color is #436580.


Border color

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

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

This div border color is #436580.


Opacity

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

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

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

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

This text has shadow with #436580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #436580 on black background.


Color preview on white background

This text has color #436580 on white background.



Black color preview on #436580 background

This text has black color on #436580 background.


White color preview on #436580 background

This text has white color on #436580 background.