COLOR #467D25

HEX: #467D25
RGB: (70,125,37)

Color info

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

RGB color model

#467D25 color RGB value is (70,125,37).

  • red value is 70;
  • green value is 125;
  • blue value is 37.
RGB:
(70,125,37)
(27%,49%,15%)

RGB channels and saturation

R 70 of 255 = 27%
G 125 of 255 = 49%
B 37 of 255 = 15%

70
125
37

R + G + B ~ 30%. #467D25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 125 + 37 = 232 (100%)
R 70 of 232 ~ 30.17%
G 125 of 232 ~ 53.88%
B 37 of 232 ~ 15.95%

%30.17
%53.88
%15.95

CMYK color model

#467D25 color CMYK value is (44,0,70,51).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 70.40%
  • key color value is 50.98%
CMYK:
(44,0,70,51)
C44M0Y70K51 
(44%,0%,70%,51%)
(0.44/0.00/0.70/0.51)	

CMYK percentages

%44
%0
%70.4
%50.98

Codes

Color #467D25 in popluar color models

467D25
RGB7012537
HSL98°54.32%31.76%
HSB/HSV98°70.40%49.02%
CMYK44.00%0.00%70.40%
50.98%

Color #467D25 in popluar number systems.

HEX467D25
Decimal7012537
Binary10001101111101100101
Octal10617545

Shades and tints

Shades of #467D25

#467D25
(70,125,37)
#407222
(64,114,34)
#3A671F
(58,103,31)
#345C1C
(52,92,28)
#2E5119
(46,81,25)
#284616
(40,70,22)
#223B13
(34,59,19)
#1C3010
(28,48,16)
#16250D
(22,37,13)
#101A0A
(16,26,10)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #467D25

#467D25
(70,125,37)
#568838
(86,136,56)
#66934B
(102,147,75)
#769E5E
(118,158,94)
#86A971
(134,169,113)
#96B484
(150,180,132)
#A6BF97
(166,191,151)
#B6CAAA
(182,202,170)
#C6D5BD
(198,213,189)
#D6E0D0
(214,224,208)
#E6EBE3
(230,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467D25 color. Also use rgb(70,125,37) instead hex code.

Text Font Color

.myTextColor { color: #467D25; }

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

This text font color is #467D25.


Background Color

.myBgColor { background-color: #467D25; }

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

This div background color is #467D25.


Border color

.myBorderColor { border: 1px solid #467D25; }

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

This div border color is #467D25.


Opacity

.myOpacity80 { color: #467D25; opacity: 0.8; }

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

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

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

This text has shadow with #467D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467D25 on black background.


Color preview on white background

This text has color #467D25 on white background.



Black color preview on #467D25 background

This text has black color on #467D25 background.


White color preview on #467D25 background

This text has white color on #467D25 background.