COLOR #436264

HEX: #436264
RGB: (67,98,100)

Color info

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

RGB color model

#436264 color RGB value is (67,98,100).

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

RGB channels and saturation

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

67
98
100

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

Portions of RGB colors in percentages

R + G + B =
67 + 98 + 100 = 265 (100%)
R 67 of 265 ~ 25.28%
G 98 of 265 ~ 36.98%
B 100 of 265 ~ 37.74%

%25.28
%36.98
%37.74

CMYK color model

#436264 color CMYK value is (33,2,0,61).

  • cyan value is 33.00%
  • magenta value is 2.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(33,2,0,61)
C33M2Y0K61 
(33%,2%,0%,61%)
(0.33/0.02/0.00/0.61)	

CMYK percentages

%33
%2
%0
%60.78

Codes

Color #436264 in popluar color models

436264
RGB6798100
HSL184°19.76%32.75%
HSB/HSV184°33.00%39.22%
CMYK33.00%2.00%0.00%
60.78%

Color #436264 in popluar number systems.

HEX436264
Decimal6798100
Binary100001111000101100100
Octal103142144

Shades and tints

Shades of #436264

#436264
(67,98,100)
#3D5A5B
(61,90,91)
#375252
(55,82,82)
#314A49
(49,74,73)
#2B4240
(43,66,64)
#253A37
(37,58,55)
#1F322E
(31,50,46)
#192A25
(25,42,37)
#13221C
(19,34,28)
#0D1A13
(13,26,19)
#07120A
(7,18,10)
#000000
(0,0,0)

Tints of #436264

#436264
(67,98,100)
#547072
(84,112,114)
#657E80
(101,126,128)
#768C8E
(118,140,142)
#879A9C
(135,154,156)
#98A8AA
(152,168,170)
#A9B6B8
(169,182,184)
#BAC4C6
(186,196,198)
#CBD2D4
(203,210,212)
#DCE0E2
(220,224,226)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #436264; }

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

This text font color is #436264.


Background Color

.myBgColor { background-color: #436264; }

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

This div background color is #436264.


Border color

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

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

This div border color is #436264.


Opacity

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

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

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

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

This text has shadow with #436264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #436264 on black background.


Color preview on white background

This text has color #436264 on white background.



Black color preview on #436264 background

This text has black color on #436264 background.


White color preview on #436264 background

This text has white color on #436264 background.