COLOR #436961

HEX: #436961
RGB: (67,105,97)

Color info

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

RGB color model

#436961 color RGB value is (67,105,97).

  • red value is 67;
  • green value is 105;
  • blue value is 97.
RGB:
(67,105,97)
(26%,41%,38%)

RGB channels and saturation

R 67 of 255 = 26%
G 105 of 255 = 41%
B 97 of 255 = 38%

67
105
97

R + G + B ~ 35%. #436961 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 105 + 97 = 269 (100%)
R 67 of 269 ~ 24.91%
G 105 of 269 ~ 39.03%
B 97 of 269 ~ 36.06%

%24.91
%39.03
%36.06

CMYK color model

#436961 color CMYK value is (36,0,8,59).

  • cyan value is 36.19%
  • magenta value is 0.00%
  • yellow value is 7.62%
  • key color value is 58.82%
CMYK:
(36,0,8,59)
C36M0Y8K59 
(36%,0%,8%,59%)
(0.36/0.00/0.08/0.59)	

CMYK percentages

%36.19
%0
%7.62
%58.82

Codes

Color #436961 in popluar color models

436961
RGB6710597
HSL167°22.09%33.73%
HSB/HSV167°36.19%41.18%
CMYK36.19%0.00%7.62%
58.82%

Color #436961 in popluar number systems.

HEX436961
Decimal6710597
Binary100001111010011100001
Octal103151141

Shades and tints

Shades of #436961

#436961
(67,105,97)
#3D6059
(61,96,89)
#375751
(55,87,81)
#314E49
(49,78,73)
#2B4541
(43,69,65)
#253C39
(37,60,57)
#1F3331
(31,51,49)
#192A29
(25,42,41)
#132121
(19,33,33)
#0D1819
(13,24,25)
#070F11
(7,15,17)
#000000
(0,0,0)

Tints of #436961

#436961
(67,105,97)
#54766F
(84,118,111)
#65837D
(101,131,125)
#76908B
(118,144,139)
#879D99
(135,157,153)
#98AAA7
(152,170,167)
#A9B7B5
(169,183,181)
#BAC4C3
(186,196,195)
#CBD1D1
(203,209,209)
#DCDEDF
(220,222,223)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #436961 color. Also use rgb(67,105,97) instead hex code.

Text Font Color

.myTextColor { color: #436961; }

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

This text font color is #436961.


Background Color

.myBgColor { background-color: #436961; }

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

This div background color is #436961.


Border color

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

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

This div border color is #436961.


Opacity

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

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

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

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

This text has shadow with #436961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #436961 on black background.


Color preview on white background

This text has color #436961 on white background.



Black color preview on #436961 background

This text has black color on #436961 background.


White color preview on #436961 background

This text has white color on #436961 background.