COLOR #436E70

HEX: #436E70
RGB: (67,110,112)

Color info

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

RGB color model

#436E70 color RGB value is (67,110,112).

  • red value is 67;
  • green value is 110;
  • blue value is 112.
RGB:
(67,110,112)
(26%,43%,44%)

RGB channels and saturation

R 67 of 255 = 26%
G 110 of 255 = 43%
B 112 of 255 = 44%

67
110
112

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

Portions of RGB colors in percentages

R + G + B =
67 + 110 + 112 = 289 (100%)
R 67 of 289 ~ 23.18%
G 110 of 289 ~ 38.06%
B 112 of 289 ~ 38.75%

%23.18
%38.06
%38.75

CMYK color model

#436E70 color CMYK value is (40,2,0,56).

  • cyan value is 40.18%
  • magenta value is 1.79%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(40,2,0,56)
C40M2Y0K56 
(40%,2%,0%,56%)
(0.40/0.02/0.00/0.56)	

CMYK percentages

%40.18
%1.79
%0
%56.08

Codes

Color #436E70 in popluar color models

436E70
RGB67110112
HSL183°25.14%35.10%
HSB/HSV183°40.18%43.92%
CMYK40.18%1.79%0.00%
56.08%

Color #436E70 in popluar number systems.

HEX436E70
Decimal67110112
Binary100001111011101110000
Octal103156160

Shades and tints

Shades of #436E70

#436E70
(67,110,112)
#3D6466
(61,100,102)
#375A5C
(55,90,92)
#315052
(49,80,82)
#2B4648
(43,70,72)
#253C3E
(37,60,62)
#1F3234
(31,50,52)
#19282A
(25,40,42)
#131E20
(19,30,32)
#0D1416
(13,20,22)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #436E70

#436E70
(67,110,112)
#547B7D
(84,123,125)
#65888A
(101,136,138)
#769597
(118,149,151)
#87A2A4
(135,162,164)
#98AFB1
(152,175,177)
#A9BCBE
(169,188,190)
#BAC9CB
(186,201,203)
#CBD6D8
(203,214,216)
#DCE3E5
(220,227,229)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #436E70 color. Also use rgb(67,110,112) instead hex code.

Text Font Color

.myTextColor { color: #436E70; }

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

This text font color is #436E70.


Background Color

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

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

This div background color is #436E70.


Border color

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

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

This div border color is #436E70.


Opacity

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

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

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

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

This text has shadow with #436E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #436E70 on black background.


Color preview on white background

This text has color #436E70 on white background.



Black color preview on #436E70 background

This text has black color on #436E70 background.


White color preview on #436E70 background

This text has white color on #436E70 background.