COLOR #467515

HEX: #467515
RGB: (70,117,21)

Color info

#467515 contains mainly red and green colors. Web safe color of #467515 is #336600 (or #360).

RGB color model

#467515 color RGB value is (70,117,21).

  • red value is 70;
  • green value is 117;
  • blue value is 21.
RGB:
(70,117,21)
(27%,46%,8%)

RGB channels and saturation

R 70 of 255 = 27%
G 117 of 255 = 46%
B 21 of 255 = 8%

70
117
21

R + G + B ~ 27%. #467515 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 117 + 21 = 208 (100%)
R 70 of 208 ~ 33.65%
G 117 of 208 ~ 56.25%
B 21 of 208 ~ 10.1%

%33.65
%56.25
%10.1

CMYK color model

#467515 color CMYK value is (40,0,82,54).

  • cyan value is 40.17%
  • magenta value is 0.00%
  • yellow value is 82.05%
  • key color value is 54.12%
CMYK:
(40,0,82,54)
C40M0Y82K54 
(40%,0%,82%,54%)
(0.40/0.00/0.82/0.54)	

CMYK percentages

%40.17
%0
%82.05
%54.12

Codes

Color #467515 in popluar color models

467515
RGB7011721
HSL89°69.57%27.06%
HSB/HSV89°82.05%45.88%
CMYK40.17%0.00%82.05%
54.12%

Color #467515 in popluar number systems.

HEX467515
Decimal7011721
Binary1000110111010110101
Octal10616525

Shades and tints

Shades of #467515

#467515
(70,117,21)
#406B14
(64,107,20)
#3A6113
(58,97,19)
#345712
(52,87,18)
#2E4D11
(46,77,17)
#284310
(40,67,16)
#22390F
(34,57,15)
#1C2F0E
(28,47,14)
#16250D
(22,37,13)
#101B0C
(16,27,12)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #467515

#467515
(70,117,21)
#56812A
(86,129,42)
#668D3F
(102,141,63)
#769954
(118,153,84)
#86A569
(134,165,105)
#96B17E
(150,177,126)
#A6BD93
(166,189,147)
#B6C9A8
(182,201,168)
#C6D5BD
(198,213,189)
#D6E1D2
(214,225,210)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467515 color. Also use rgb(70,117,21) instead hex code.

Text Font Color

.myTextColor { color: #467515; }

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

This text font color is #467515.


Background Color

.myBgColor { background-color: #467515; }

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

This div background color is #467515.


Border color

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

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

This div border color is #467515.


Opacity

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

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

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

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

This text has shadow with #467515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467515 on black background.


Color preview on white background

This text has color #467515 on white background.



Black color preview on #467515 background

This text has black color on #467515 background.


White color preview on #467515 background

This text has white color on #467515 background.