COLOR #436D75

HEX: #436D75
RGB: (67,109,117)

Color info

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

RGB color model

#436D75 color RGB value is (67,109,117).

  • red value is 67;
  • green value is 109;
  • blue value is 117.
RGB:
(67,109,117)
(26%,43%,46%)

RGB channels and saturation

R 67 of 255 = 26%
G 109 of 255 = 43%
B 117 of 255 = 46%

67
109
117

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

Portions of RGB colors in percentages

R + G + B =
67 + 109 + 117 = 293 (100%)
R 67 of 293 ~ 22.87%
G 109 of 293 ~ 37.2%
B 117 of 293 ~ 39.93%

%22.87
%37.2
%39.93

CMYK color model

#436D75 color CMYK value is (43,7,0,54).

  • cyan value is 42.74%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(43,7,0,54)
C43M7Y0K54 
(43%,7%,0%,54%)
(0.43/0.07/0.00/0.54)	

CMYK percentages

%42.74
%6.84
%0
%54.12

Codes

Color #436D75 in popluar color models

436D75
RGB67109117
HSL190°27.17%36.08%
HSB/HSV190°42.74%45.88%
CMYK42.74%6.84%0.00%
54.12%

Color #436D75 in popluar number systems.

HEX436D75
Decimal67109117
Binary100001111011011110101
Octal103155165

Shades and tints

Shades of #436D75

#436D75
(67,109,117)
#3D646B
(61,100,107)
#375B61
(55,91,97)
#315257
(49,82,87)
#2B494D
(43,73,77)
#254043
(37,64,67)
#1F3739
(31,55,57)
#192E2F
(25,46,47)
#132525
(19,37,37)
#0D1C1B
(13,28,27)
#071311
(7,19,17)
#000000
(0,0,0)

Tints of #436D75

#436D75
(67,109,117)
#547A81
(84,122,129)
#65878D
(101,135,141)
#769499
(118,148,153)
#87A1A5
(135,161,165)
#98AEB1
(152,174,177)
#A9BBBD
(169,187,189)
#BAC8C9
(186,200,201)
#CBD5D5
(203,213,213)
#DCE2E1
(220,226,225)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #436D75 color. Also use rgb(67,109,117) instead hex code.

Text Font Color

.myTextColor { color: #436D75; }

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

This text font color is #436D75.


Background Color

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

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

This div background color is #436D75.


Border color

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

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

This div border color is #436D75.


Opacity

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

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

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

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

This text has shadow with #436D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #436D75 on black background.


Color preview on white background

This text has color #436D75 on white background.



Black color preview on #436D75 background

This text has black color on #436D75 background.


White color preview on #436D75 background

This text has white color on #436D75 background.