COLOR #465144

HEX: #465144
RGB: (70,81,68)

Color info

#465144 contains red, green and blue colors in about the same proportion. Web safe color of #465144 is #336633 (or #363).

RGB color model

#465144 color RGB value is (70,81,68).

  • red value is 70;
  • green value is 81;
  • blue value is 68.
RGB:
(70,81,68)
(27%,32%,27%)

RGB channels and saturation

R 70 of 255 = 27%
G 81 of 255 = 32%
B 68 of 255 = 27%

70
81
68

R + G + B ~ 29%. #465144 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 81 + 68 = 219 (100%)
R 70 of 219 ~ 31.96%
G 81 of 219 ~ 36.99%
B 68 of 219 ~ 31.05%

%31.96
%36.99
%31.05

CMYK color model

#465144 color CMYK value is (14,0,16,68).

  • cyan value is 13.58%
  • magenta value is 0.00%
  • yellow value is 16.05%
  • key color value is 68.24%
CMYK:
(14,0,16,68)
C14M0Y16K68 
(14%,0%,16%,68%)
(0.14/0.00/0.16/0.68)	

CMYK percentages

%13.58
%0
%16.05
%68.24

Codes

Color #465144 in popluar color models

465144
RGB708168
HSL111°8.72%29.22%
HSB/HSV111°16.05%31.76%
CMYK13.58%0.00%16.05%
68.24%

Color #465144 in popluar number systems.

HEX465144
Decimal708168
Binary100011010100011000100
Octal106121104

Shades and tints

Shades of #465144

#465144
(70,81,68)
#404A3E
(64,74,62)
#3A4338
(58,67,56)
#343C32
(52,60,50)
#2E352C
(46,53,44)
#282E26
(40,46,38)
#222720
(34,39,32)
#1C201A
(28,32,26)
#161914
(22,25,20)
#10120E
(16,18,14)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #465144

#465144
(70,81,68)
#566055
(86,96,85)
#666F66
(102,111,102)
#767E77
(118,126,119)
#868D88
(134,141,136)
#969C99
(150,156,153)
#A6ABAA
(166,171,170)
#B6BABB
(182,186,187)
#C6C9CC
(198,201,204)
#D6D8DD
(214,216,221)
#E6E7EE
(230,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465144 color. Also use rgb(70,81,68) instead hex code.

Text Font Color

.myTextColor { color: #465144; }

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

This text font color is #465144.


Background Color

.myBgColor { background-color: #465144; }

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

This div background color is #465144.


Border color

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

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

This div border color is #465144.


Opacity

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

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

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

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

This text has shadow with #465144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465144 on black background.


Color preview on white background

This text has color #465144 on white background.



Black color preview on #465144 background

This text has black color on #465144 background.


White color preview on #465144 background

This text has white color on #465144 background.