COLOR #465028

HEX: #465028
RGB: (70,80,40)

Color info

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

RGB color model

#465028 color RGB value is (70,80,40).

  • red value is 70;
  • green value is 80;
  • blue value is 40.
RGB:
(70,80,40)
(27%,31%,16%)

RGB channels and saturation

R 70 of 255 = 27%
G 80 of 255 = 31%
B 40 of 255 = 16%

70
80
40

R + G + B ~ 25%. #465028 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 80 + 40 = 190 (100%)
R 70 of 190 ~ 36.84%
G 80 of 190 ~ 42.11%
B 40 of 190 ~ 21.05%

%36.84
%42.11
%21.05

CMYK color model

#465028 color CMYK value is (13,0,50,69).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 68.63%
CMYK:
(13,0,50,69)
C13M0Y50K69 
(13%,0%,50%,69%)
(0.13/0.00/0.50/0.69)	

CMYK percentages

%12.5
%0
%50
%68.63

Codes

Color #465028 in popluar color models

465028
RGB708040
HSL75°33.33%23.53%
HSB/HSV75°50.00%31.37%
CMYK12.50%0.00%50.00%
68.63%

Color #465028 in popluar number systems.

HEX465028
Decimal708040
Binary10001101010000101000
Octal10612050

Shades and tints

Shades of #465028

#465028
(70,80,40)
#404925
(64,73,37)
#3A4222
(58,66,34)
#343B1F
(52,59,31)
#2E341C
(46,52,28)
#282D19
(40,45,25)
#222616
(34,38,22)
#1C1F13
(28,31,19)
#161810
(22,24,16)
#10110D
(16,17,13)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #465028

#465028
(70,80,40)
#565F3B
(86,95,59)
#666E4E
(102,110,78)
#767D61
(118,125,97)
#868C74
(134,140,116)
#969B87
(150,155,135)
#A6AA9A
(166,170,154)
#B6B9AD
(182,185,173)
#C6C8C0
(198,200,192)
#D6D7D3
(214,215,211)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465028 color. Also use rgb(70,80,40) instead hex code.

Text Font Color

.myTextColor { color: #465028; }

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

This text font color is #465028.


Background Color

.myBgColor { background-color: #465028; }

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

This div background color is #465028.


Border color

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

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

This div border color is #465028.


Opacity

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

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

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

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

This text has shadow with #465028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465028 on black background.


Color preview on white background

This text has color #465028 on white background.



Black color preview on #465028 background

This text has black color on #465028 background.


White color preview on #465028 background

This text has white color on #465028 background.