COLOR #467327

HEX: #467327
RGB: (70,115,39)

Color info

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

RGB color model

#467327 color RGB value is (70,115,39).

  • red value is 70;
  • green value is 115;
  • blue value is 39.
RGB:
(70,115,39)
(27%,45%,15%)

RGB channels and saturation

R 70 of 255 = 27%
G 115 of 255 = 45%
B 39 of 255 = 15%

70
115
39

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

Portions of RGB colors in percentages

R + G + B =
70 + 115 + 39 = 224 (100%)
R 70 of 224 ~ 31.25%
G 115 of 224 ~ 51.34%
B 39 of 224 ~ 17.41%

%31.25
%51.34
%17.41

CMYK color model

#467327 color CMYK value is (39,0,66,55).

  • cyan value is 39.13%
  • magenta value is 0.00%
  • yellow value is 66.09%
  • key color value is 54.90%
CMYK:
(39,0,66,55)
C39M0Y66K55 
(39%,0%,66%,55%)
(0.39/0.00/0.66/0.55)	

CMYK percentages

%39.13
%0
%66.09
%54.9

Codes

Color #467327 in popluar color models

467327
RGB7011539
HSL96°49.35%30.20%
HSB/HSV96°66.09%45.10%
CMYK39.13%0.00%66.09%
54.90%

Color #467327 in popluar number systems.

HEX467327
Decimal7011539
Binary10001101110011100111
Octal10616347

Shades and tints

Shades of #467327

#467327
(70,115,39)
#406924
(64,105,36)
#3A5F21
(58,95,33)
#34551E
(52,85,30)
#2E4B1B
(46,75,27)
#284118
(40,65,24)
#223715
(34,55,21)
#1C2D12
(28,45,18)
#16230F
(22,35,15)
#10190C
(16,25,12)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #467327

#467327
(70,115,39)
#567F3A
(86,127,58)
#668B4D
(102,139,77)
#769760
(118,151,96)
#86A373
(134,163,115)
#96AF86
(150,175,134)
#A6BB99
(166,187,153)
#B6C7AC
(182,199,172)
#C6D3BF
(198,211,191)
#D6DFD2
(214,223,210)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467327 color. Also use rgb(70,115,39) instead hex code.

Text Font Color

.myTextColor { color: #467327; }

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

This text font color is #467327.


Background Color

.myBgColor { background-color: #467327; }

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

This div background color is #467327.


Border color

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

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

This div border color is #467327.


Opacity

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

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

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

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

This text has shadow with #467327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467327 on black background.


Color preview on white background

This text has color #467327 on white background.



Black color preview on #467327 background

This text has black color on #467327 background.


White color preview on #467327 background

This text has white color on #467327 background.