COLOR #436C76

HEX: #436C76
RGB: (67,108,118)

Color info

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

RGB color model

#436C76 color RGB value is (67,108,118).

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

RGB channels and saturation

R 67 of 255 = 26%
G 108 of 255 = 42%
B 118 of 255 = 46%

67
108
118

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

Portions of RGB colors in percentages

R + G + B =
67 + 108 + 118 = 293 (100%)
R 67 of 293 ~ 22.87%
G 108 of 293 ~ 36.86%
B 118 of 293 ~ 40.27%

%22.87
%36.86
%40.27

CMYK color model

#436C76 color CMYK value is (43,8,0,54).

  • cyan value is 43.22%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(43,8,0,54)
C43M8Y0K54 
(43%,8%,0%,54%)
(0.43/0.08/0.00/0.54)	

CMYK percentages

%43.22
%8.47
%0
%53.73

Codes

Color #436C76 in popluar color models

436C76
RGB67108118
HSL192°27.57%36.27%
HSB/HSV192°43.22%46.27%
CMYK43.22%8.47%0.00%
53.73%

Color #436C76 in popluar number systems.

HEX436C76
Decimal67108118
Binary100001111011001110110
Octal103154166

Shades and tints

Shades of #436C76

#436C76
(67,108,118)
#3D636C
(61,99,108)
#375A62
(55,90,98)
#315158
(49,81,88)
#2B484E
(43,72,78)
#253F44
(37,63,68)
#1F363A
(31,54,58)
#192D30
(25,45,48)
#132426
(19,36,38)
#0D1B1C
(13,27,28)
#071212
(7,18,18)
#000000
(0,0,0)

Tints of #436C76

#436C76
(67,108,118)
#547982
(84,121,130)
#65868E
(101,134,142)
#76939A
(118,147,154)
#87A0A6
(135,160,166)
#98ADB2
(152,173,178)
#A9BABE
(169,186,190)
#BAC7CA
(186,199,202)
#CBD4D6
(203,212,214)
#DCE1E2
(220,225,226)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #436C76; }

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

This text font color is #436C76.


Background Color

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

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

This div background color is #436C76.


Border color

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

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

This div border color is #436C76.


Opacity

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

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

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

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

This text has shadow with #436C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #436C76 on black background.


Color preview on white background

This text has color #436C76 on white background.



Black color preview on #436C76 background

This text has black color on #436C76 background.


White color preview on #436C76 background

This text has white color on #436C76 background.