COLOR #467028

HEX: #467028
RGB: (70,112,40)

Color info

#467028 contains mainly red and green colors. Web safe color of #467028 is #336633 (or #363).

RGB color model

#467028 color RGB value is (70,112,40).

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

RGB channels and saturation

R 70 of 255 = 27%
G 112 of 255 = 44%
B 40 of 255 = 16%

70
112
40

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

Portions of RGB colors in percentages

R + G + B =
70 + 112 + 40 = 222 (100%)
R 70 of 222 ~ 31.53%
G 112 of 222 ~ 50.45%
B 40 of 222 ~ 18.02%

%31.53
%50.45
%18.02

CMYK color model

#467028 color CMYK value is (38,0,64,56).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 56.08%
CMYK: (38,0,64,56) C38M0Y64K56 (38%,0%,64%,56%) (0.38/0.00/0.64/0.56)

CMYK percentages

%37.5
%0
%64.29
%56.08

Codes

Color #467028 in popluar color models

467028
RGB7011240
HSL95°47.37%29.80%
HSB/HSV95°64.29%43.92%
CMYK37.50%0.00%64.29%
56.08%

Color #467028 in popluar number systems.

HEX467028
Decimal7011240
Binary10001101110000101000
Octal10616050

Shades and tints

Shades of #467028

#467028
(70,112,40)
#406625
(64,102,37)
#3A5C22
(58,92,34)
#34521F
(52,82,31)
#2E481C
(46,72,28)
#283E19
(40,62,25)
#223416
(34,52,22)
#1C2A13
(28,42,19)
#162010
(22,32,16)
#10160D
(16,22,13)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #467028

#467028
(70,112,40)
#567D3B
(86,125,59)
#668A4E
(102,138,78)
#769761
(118,151,97)
#86A474
(134,164,116)
#96B187
(150,177,135)
#A6BE9A
(166,190,154)
#B6CBAD
(182,203,173)
#C6D8C0
(198,216,192)
#D6E5D3
(214,229,211)
#E6F2E6
(230,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467028; }

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

This text font color is #467028.


Background Color

.myBgColor { background-color: #467028; }

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

This div background color is #467028.


Border color

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

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

This div border color is #467028.


Opacity

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

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

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

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

This text has shadow with #467028 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #467028 on black background.


Color preview on white background

This text has color #467028 on white background.



Black color preview on #467028 background

This text has black color on #467028 background.


White color preview on #467028 background

This text has white color on #467028 background.