COLOR #436E74

HEX: #436E74
RGB: (67,110,116)

Color info

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

RGB color model

#436E74 color RGB value is (67,110,116).

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

RGB channels and saturation

R 67 of 255 = 26%
G 110 of 255 = 43%
B 116 of 255 = 45%

67
110
116

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

Portions of RGB colors in percentages

R + G + B =
67 + 110 + 116 = 293 (100%)
R 67 of 293 ~ 22.87%
G 110 of 293 ~ 37.54%
B 116 of 293 ~ 39.59%

%22.87
%37.54
%39.59

CMYK color model

#436E74 color CMYK value is (42,5,0,55).

  • cyan value is 42.24%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(42,5,0,55)
C42M5Y0K55 
(42%,5%,0%,55%)
(0.42/0.05/0.00/0.55)	

CMYK percentages

%42.24
%5.17
%0
%54.51

Codes

Color #436E74 in popluar color models

436E74
RGB67110116
HSL187°26.78%35.88%
HSB/HSV187°42.24%45.49%
CMYK42.24%5.17%0.00%
54.51%

Color #436E74 in popluar number systems.

HEX436E74
Decimal67110116
Binary100001111011101110100
Octal103156164

Shades and tints

Shades of #436E74

#436E74
(67,110,116)
#3D646A
(61,100,106)
#375A60
(55,90,96)
#315056
(49,80,86)
#2B464C
(43,70,76)
#253C42
(37,60,66)
#1F3238
(31,50,56)
#19282E
(25,40,46)
#131E24
(19,30,36)
#0D141A
(13,20,26)
#070A10
(7,10,16)
#000000
(0,0,0)

Tints of #436E74

#436E74
(67,110,116)
#547B80
(84,123,128)
#65888C
(101,136,140)
#769598
(118,149,152)
#87A2A4
(135,162,164)
#98AFB0
(152,175,176)
#A9BCBC
(169,188,188)
#BAC9C8
(186,201,200)
#CBD6D4
(203,214,212)
#DCE3E0
(220,227,224)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #436E74; }

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

This text font color is #436E74.


Background Color

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

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

This div background color is #436E74.


Border color

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

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

This div border color is #436E74.


Opacity

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

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

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

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

This text has shadow with #436E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #436E74 on black background.


Color preview on white background

This text has color #436E74 on white background.



Black color preview on #436E74 background

This text has black color on #436E74 background.


White color preview on #436E74 background

This text has white color on #436E74 background.