COLOR #436B95

HEX: #436B95
RGB: (67,107,149)

Color info

#436B95 contains mainly green and blue colors. Web safe color of #436B95 is #336699 (or #369).

RGB color model

#436B95 color RGB value is (67,107,149).

  • red value is 67;
  • green value is 107;
  • blue value is 149.
RGB:
(67,107,149)
(26%,42%,58%)

RGB channels and saturation

R 67 of 255 = 26%
G 107 of 255 = 42%
B 149 of 255 = 58%

67
107
149

R + G + B ~ 42%. #436B95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
67 + 107 + 149 = 323 (100%)
R 67 of 323 ~ 20.74%
G 107 of 323 ~ 33.13%
B 149 of 323 ~ 46.13%

%20.74
%33.13
%46.13

CMYK color model

#436B95 color CMYK value is (55,28,0,42).

  • cyan value is 55.03%
  • magenta value is 28.19%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(55,28,0,42)
C55M28Y0K42 
(55%,28%,0%,42%)
(0.55/0.28/0.00/0.42)	

CMYK percentages

%55.03
%28.19
%0
%41.57

Codes

Color #436B95 in popluar color models

436B95
RGB67107149
HSL211°37.96%42.35%
HSB/HSV211°55.03%58.43%
CMYK55.03%28.19%0.00%
41.57%

Color #436B95 in popluar number systems.

HEX436B95
Decimal67107149
Binary1000011110101110010101
Octal103153225

Shades and tints

Shades of #436B95

#436B95
(67,107,149)
#3D6288
(61,98,136)
#37597B
(55,89,123)
#31506E
(49,80,110)
#2B4761
(43,71,97)
#253E54
(37,62,84)
#1F3547
(31,53,71)
#192C3A
(25,44,58)
#13232D
(19,35,45)
#0D1A20
(13,26,32)
#071113
(7,17,19)
#000000
(0,0,0)

Tints of #436B95

#436B95
(67,107,149)
#54789E
(84,120,158)
#6585A7
(101,133,167)
#7692B0
(118,146,176)
#879FB9
(135,159,185)
#98ACC2
(152,172,194)
#A9B9CB
(169,185,203)
#BAC6D4
(186,198,212)
#CBD3DD
(203,211,221)
#DCE0E6
(220,224,230)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #436B95 color. Also use rgb(67,107,149) instead hex code.

Text Font Color

.myTextColor { color: #436B95; }

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

This text font color is #436B95.


Background Color

.myBgColor { background-color: #436B95; }

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

This div background color is #436B95.


Border color

.myBorderColor { border: 1px solid #436B95; }

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

This div border color is #436B95.


Opacity

.myOpacity80 { color: #436B95; opacity: 0.8; }

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

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

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

This text has shadow with #436B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #436B95 on black background.


Color preview on white background

This text has color #436B95 on white background.



Black color preview on #436B95 background

This text has black color on #436B95 background.


White color preview on #436B95 background

This text has white color on #436B95 background.