COLOR #436C85

HEX: #436C85
RGB: (67,108,133)

Color info

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

RGB color model

#436C85 color RGB value is (67,108,133).

  • red value is 67;
  • green value is 108;
  • blue value is 133.
RGB:
(67,108,133)
(26%,42%,52%)

RGB channels and saturation

R 67 of 255 = 26%
G 108 of 255 = 42%
B 133 of 255 = 52%

67
108
133

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

Portions of RGB colors in percentages

R + G + B =
67 + 108 + 133 = 308 (100%)
R 67 of 308 ~ 21.75%
G 108 of 308 ~ 35.06%
B 133 of 308 ~ 43.18%

%21.75
%35.06
%43.18

CMYK color model

#436C85 color CMYK value is (50,19,0,48).

  • cyan value is 49.62%
  • magenta value is 18.80%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(50,19,0,48)
C50M19Y0K48 
(50%,19%,0%,48%)
(0.50/0.19/0.00/0.48)	

CMYK percentages

%49.62
%18.8
%0
%47.84

Codes

Color #436C85 in popluar color models

436C85
RGB67108133
HSL203°33.00%39.22%
HSB/HSV203°49.62%52.16%
CMYK49.62%18.80%0.00%
47.84%

Color #436C85 in popluar number systems.

HEX436C85
Decimal67108133
Binary1000011110110010000101
Octal103154205

Shades and tints

Shades of #436C85

#436C85
(67,108,133)
#3D6379
(61,99,121)
#375A6D
(55,90,109)
#315161
(49,81,97)
#2B4855
(43,72,85)
#253F49
(37,63,73)
#1F363D
(31,54,61)
#192D31
(25,45,49)
#132425
(19,36,37)
#0D1B19
(13,27,25)
#07120D
(7,18,13)
#000000
(0,0,0)

Tints of #436C85

#436C85
(67,108,133)
#547990
(84,121,144)
#65869B
(101,134,155)
#7693A6
(118,147,166)
#87A0B1
(135,160,177)
#98ADBC
(152,173,188)
#A9BAC7
(169,186,199)
#BAC7D2
(186,199,210)
#CBD4DD
(203,212,221)
#DCE1E8
(220,225,232)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #436C85 color. Also use rgb(67,108,133) instead hex code.

Text Font Color

.myTextColor { color: #436C85; }

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

This text font color is #436C85.


Background Color

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

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

This div background color is #436C85.


Border color

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

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

This div border color is #436C85.


Opacity

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

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

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

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

This text has shadow with #436C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #436C85 on black background.


Color preview on white background

This text has color #436C85 on white background.



Black color preview on #436C85 background

This text has black color on #436C85 background.


White color preview on #436C85 background

This text has white color on #436C85 background.