COLOR #436850

HEX: #436850
RGB: (67,104,80)

Color info

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

RGB color model

#436850 color RGB value is (67,104,80).

  • red value is 67;
  • green value is 104;
  • blue value is 80.
RGB:
(67,104,80)
(26%,41%,31%)

RGB channels and saturation

R 67 of 255 = 26%
G 104 of 255 = 41%
B 80 of 255 = 31%

67
104
80

R + G + B ~ 33%. #436850 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 104 + 80 = 251 (100%)
R 67 of 251 ~ 26.69%
G 104 of 251 ~ 41.43%
B 80 of 251 ~ 31.87%

%26.69
%41.43
%31.87

CMYK color model

#436850 color CMYK value is (36,0,23,59).

  • cyan value is 35.58%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 59.22%
CMYK:
(36,0,23,59)
C36M0Y23K59 
(36%,0%,23%,59%)
(0.36/0.00/0.23/0.59)	

CMYK percentages

%35.58
%0
%23.08
%59.22

Codes

Color #436850 in popluar color models

436850
RGB6710480
HSL141°21.64%33.53%
HSB/HSV141°35.58%40.78%
CMYK35.58%0.00%23.08%
59.22%

Color #436850 in popluar number systems.

HEX436850
Decimal6710480
Binary100001111010001010000
Octal103150120

Shades and tints

Shades of #436850

#436850
(67,104,80)
#3D5F49
(61,95,73)
#375642
(55,86,66)
#314D3B
(49,77,59)
#2B4434
(43,68,52)
#253B2D
(37,59,45)
#1F3226
(31,50,38)
#19291F
(25,41,31)
#132018
(19,32,24)
#0D1711
(13,23,17)
#070E0A
(7,14,10)
#000000
(0,0,0)

Tints of #436850

#436850
(67,104,80)
#54755F
(84,117,95)
#65826E
(101,130,110)
#768F7D
(118,143,125)
#879C8C
(135,156,140)
#98A99B
(152,169,155)
#A9B6AA
(169,182,170)
#BAC3B9
(186,195,185)
#CBD0C8
(203,208,200)
#DCDDD7
(220,221,215)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #436850 color. Also use rgb(67,104,80) instead hex code.

Text Font Color

.myTextColor { color: #436850; }

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

This text font color is #436850.


Background Color

.myBgColor { background-color: #436850; }

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

This div background color is #436850.


Border color

.myBorderColor { border: 1px solid #436850; }

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

This div border color is #436850.


Opacity

.myOpacity80 { color: #436850; opacity: 0.8; }

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

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

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

This text has shadow with #436850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #436850 on black background.


Color preview on white background

This text has color #436850 on white background.



Black color preview on #436850 background

This text has black color on #436850 background.


White color preview on #436850 background

This text has white color on #436850 background.