COLOR #436973

HEX: #436973
RGB: (67,105,115)

Color info

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

RGB color model

#436973 color RGB value is (67,105,115).

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

RGB channels and saturation

R 67 of 255 = 26%
G 105 of 255 = 41%
B 115 of 255 = 45%

67
105
115

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

Portions of RGB colors in percentages

R + G + B =
67 + 105 + 115 = 287 (100%)
R 67 of 287 ~ 23.34%
G 105 of 287 ~ 36.59%
B 115 of 287 ~ 40.07%

%23.34
%36.59
%40.07

CMYK color model

#436973 color CMYK value is (42,9,0,55).

  • cyan value is 41.74%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(42,9,0,55)
C42M9Y0K55 
(42%,9%,0%,55%)
(0.42/0.09/0.00/0.55)	

CMYK percentages

%41.74
%8.7
%0
%54.9

Codes

Color #436973 in popluar color models

436973
RGB67105115
HSL193°26.37%35.69%
HSB/HSV193°41.74%45.10%
CMYK41.74%8.70%0.00%
54.90%

Color #436973 in popluar number systems.

HEX436973
Decimal67105115
Binary100001111010011110011
Octal103151163

Shades and tints

Shades of #436973

#436973
(67,105,115)
#3D6069
(61,96,105)
#37575F
(55,87,95)
#314E55
(49,78,85)
#2B454B
(43,69,75)
#253C41
(37,60,65)
#1F3337
(31,51,55)
#192A2D
(25,42,45)
#132123
(19,33,35)
#0D1819
(13,24,25)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #436973

#436973
(67,105,115)
#54767F
(84,118,127)
#65838B
(101,131,139)
#769097
(118,144,151)
#879DA3
(135,157,163)
#98AAAF
(152,170,175)
#A9B7BB
(169,183,187)
#BAC4C7
(186,196,199)
#CBD1D3
(203,209,211)
#DCDEDF
(220,222,223)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #436973; }

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

This text font color is #436973.


Background Color

.myBgColor { background-color: #436973; }

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

This div background color is #436973.


Border color

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

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

This div border color is #436973.


Opacity

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

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

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

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

This text has shadow with #436973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #436973 on black background.


Color preview on white background

This text has color #436973 on white background.



Black color preview on #436973 background

This text has black color on #436973 background.


White color preview on #436973 background

This text has white color on #436973 background.