COLOR #436B75

HEX: #436B75
RGB: (67,107,117)

Color info

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

RGB color model

#436B75 color RGB value is (67,107,117).

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

RGB channels and saturation

R 67 of 255 = 26%
G 107 of 255 = 42%
B 117 of 255 = 46%

67
107
117

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

Portions of RGB colors in percentages

R + G + B =
67 + 107 + 117 = 291 (100%)
R 67 of 291 ~ 23.02%
G 107 of 291 ~ 36.77%
B 117 of 291 ~ 40.21%

%23.02
%36.77
%40.21

CMYK color model

#436B75 color CMYK value is (43,9,0,54).

  • cyan value is 42.74%
  • magenta value is 8.55%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(43,9,0,54)
C43M9Y0K54 
(43%,9%,0%,54%)
(0.43/0.09/0.00/0.54)	

CMYK percentages

%42.74
%8.55
%0
%54.12

Codes

Color #436B75 in popluar color models

436B75
RGB67107117
HSL192°27.17%36.08%
HSB/HSV192°42.74%45.88%
CMYK42.74%8.55%0.00%
54.12%

Color #436B75 in popluar number systems.

HEX436B75
Decimal67107117
Binary100001111010111110101
Octal103153165

Shades and tints

Shades of #436B75

#436B75
(67,107,117)
#3D626B
(61,98,107)
#375961
(55,89,97)
#315057
(49,80,87)
#2B474D
(43,71,77)
#253E43
(37,62,67)
#1F3539
(31,53,57)
#192C2F
(25,44,47)
#132325
(19,35,37)
#0D1A1B
(13,26,27)
#071111
(7,17,17)
#000000
(0,0,0)

Tints of #436B75

#436B75
(67,107,117)
#547881
(84,120,129)
#65858D
(101,133,141)
#769299
(118,146,153)
#879FA5
(135,159,165)
#98ACB1
(152,172,177)
#A9B9BD
(169,185,189)
#BAC6C9
(186,198,201)
#CBD3D5
(203,211,213)
#DCE0E1
(220,224,225)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #436B75; }

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

This text font color is #436B75.


Background Color

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

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

This div background color is #436B75.


Border color

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

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

This div border color is #436B75.


Opacity

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

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

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

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

This text has shadow with #436B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #436B75 on black background.


Color preview on white background

This text has color #436B75 on white background.



Black color preview on #436B75 background

This text has black color on #436B75 background.


White color preview on #436B75 background

This text has white color on #436B75 background.