COLOR #436050

HEX: #436050
RGB: (67,96,80)

Color info

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

RGB color model

#436050 color RGB value is (67,96,80).

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

RGB channels and saturation

R 67 of 255 = 26%
G 96 of 255 = 38%
B 80 of 255 = 31%

67
96
80

R + G + B ~ 32%. #436050 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 96 + 80 = 243 (100%)
R 67 of 243 ~ 27.57%
G 96 of 243 ~ 39.51%
B 80 of 243 ~ 32.92%

%27.57
%39.51
%32.92

CMYK color model

#436050 color CMYK value is (30,0,17,62).

  • cyan value is 30.21%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 62.35%
CMYK:
(30,0,17,62)
C30M0Y17K62 
(30%,0%,17%,62%)
(0.30/0.00/0.17/0.62)	

CMYK percentages

%30.21
%0
%16.67
%62.35

Codes

Color #436050 in popluar color models

436050
RGB679680
HSL147°17.79%31.96%
HSB/HSV147°30.21%37.65%
CMYK30.21%0.00%16.67%
62.35%

Color #436050 in popluar number systems.

HEX436050
Decimal679680
Binary100001111000001010000
Octal103140120

Shades and tints

Shades of #436050

#436050
(67,96,80)
#3D5849
(61,88,73)
#375042
(55,80,66)
#31483B
(49,72,59)
#2B4034
(43,64,52)
#25382D
(37,56,45)
#1F3026
(31,48,38)
#19281F
(25,40,31)
#132018
(19,32,24)
#0D1811
(13,24,17)
#07100A
(7,16,10)
#000000
(0,0,0)

Tints of #436050

#436050
(67,96,80)
#546E5F
(84,110,95)
#657C6E
(101,124,110)
#768A7D
(118,138,125)
#87988C
(135,152,140)
#98A69B
(152,166,155)
#A9B4AA
(169,180,170)
#BAC2B9
(186,194,185)
#CBD0C8
(203,208,200)
#DCDED7
(220,222,215)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #436050; }

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

This text font color is #436050.


Background Color

.myBgColor { background-color: #436050; }

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

This div background color is #436050.


Border color

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

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

This div border color is #436050.


Opacity

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

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

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

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

This text has shadow with #436050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #436050 on black background.


Color preview on white background

This text has color #436050 on white background.



Black color preview on #436050 background

This text has black color on #436050 background.


White color preview on #436050 background

This text has white color on #436050 background.