COLOR #436F72

HEX: #436F72
RGB: (67,111,114)

Color info

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

RGB color model

#436F72 color RGB value is (67,111,114).

  • red value is 67;
  • green value is 111;
  • blue value is 114.
RGB:
(67,111,114)
(26%,44%,45%)

RGB channels and saturation

R 67 of 255 = 26%
G 111 of 255 = 44%
B 114 of 255 = 45%

67
111
114

R + G + B ~ 38%. #436F72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 111 + 114 = 292 (100%)
R 67 of 292 ~ 22.95%
G 111 of 292 ~ 38.01%
B 114 of 292 ~ 39.04%

%22.95
%38.01
%39.04

CMYK color model

#436F72 color CMYK value is (41,3,0,55).

  • cyan value is 41.23%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(41,3,0,55)
C41M3Y0K55 
(41%,3%,0%,55%)
(0.41/0.03/0.00/0.55)	

CMYK percentages

%41.23
%2.63
%0
%55.29

Codes

Color #436F72 in popluar color models

436F72
RGB67111114
HSL184°25.97%35.49%
HSB/HSV184°41.23%44.71%
CMYK41.23%2.63%0.00%
55.29%

Color #436F72 in popluar number systems.

HEX436F72
Decimal67111114
Binary100001111011111110010
Octal103157162

Shades and tints

Shades of #436F72

#436F72
(67,111,114)
#3D6568
(61,101,104)
#375B5E
(55,91,94)
#315154
(49,81,84)
#2B474A
(43,71,74)
#253D40
(37,61,64)
#1F3336
(31,51,54)
#19292C
(25,41,44)
#131F22
(19,31,34)
#0D1518
(13,21,24)
#070B0E
(7,11,14)
#000000
(0,0,0)

Tints of #436F72

#436F72
(67,111,114)
#547C7E
(84,124,126)
#65898A
(101,137,138)
#769696
(118,150,150)
#87A3A2
(135,163,162)
#98B0AE
(152,176,174)
#A9BDBA
(169,189,186)
#BACAC6
(186,202,198)
#CBD7D2
(203,215,210)
#DCE4DE
(220,228,222)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #436F72 color. Also use rgb(67,111,114) instead hex code.

Text Font Color

.myTextColor { color: #436F72; }

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

This text font color is #436F72.


Background Color

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

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

This div background color is #436F72.


Border color

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

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

This div border color is #436F72.


Opacity

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

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

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

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

This text has shadow with #436F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #436F72 on black background.


Color preview on white background

This text has color #436F72 on white background.



Black color preview on #436F72 background

This text has black color on #436F72 background.


White color preview on #436F72 background

This text has white color on #436F72 background.