COLOR #436971

HEX: #436971
RGB: (67,105,113)

Color info

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

RGB color model

#436971 color RGB value is (67,105,113).

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

RGB channels and saturation

R 67 of 255 = 26%
G 105 of 255 = 41%
B 113 of 255 = 44%

67
105
113

R + G + B ~ 37%. #436971 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 105 + 113 = 285 (100%)
R 67 of 285 ~ 23.51%
G 105 of 285 ~ 36.84%
B 113 of 285 ~ 39.65%

%23.51
%36.84
%39.65

CMYK color model

#436971 color CMYK value is (41,7,0,56).

  • cyan value is 40.71%
  • magenta value is 7.08%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(41,7,0,56)
C41M7Y0K56 
(41%,7%,0%,56%)
(0.41/0.07/0.00/0.56)	

CMYK percentages

%40.71
%7.08
%0
%55.69

Codes

Color #436971 in popluar color models

436971
RGB67105113
HSL190°25.56%35.29%
HSB/HSV190°40.71%44.31%
CMYK40.71%7.08%0.00%
55.69%

Color #436971 in popluar number systems.

HEX436971
Decimal67105113
Binary100001111010011110001
Octal103151161

Shades and tints

Shades of #436971

#436971
(67,105,113)
#3D6067
(61,96,103)
#37575D
(55,87,93)
#314E53
(49,78,83)
#2B4549
(43,69,73)
#253C3F
(37,60,63)
#1F3335
(31,51,53)
#192A2B
(25,42,43)
#132121
(19,33,33)
#0D1817
(13,24,23)
#070F0D
(7,15,13)
#000000
(0,0,0)

Tints of #436971

#436971
(67,105,113)
#54767D
(84,118,125)
#658389
(101,131,137)
#769095
(118,144,149)
#879DA1
(135,157,161)
#98AAAD
(152,170,173)
#A9B7B9
(169,183,185)
#BAC4C5
(186,196,197)
#CBD1D1
(203,209,209)
#DCDEDD
(220,222,221)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #436971; }

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

This text font color is #436971.


Background Color

.myBgColor { background-color: #436971; }

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

This div background color is #436971.


Border color

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

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

This div border color is #436971.


Opacity

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

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

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

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

This text has shadow with #436971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #436971 on black background.


Color preview on white background

This text has color #436971 on white background.



Black color preview on #436971 background

This text has black color on #436971 background.


White color preview on #436971 background

This text has white color on #436971 background.