COLOR #467D33

HEX: #467D33
RGB: (70,125,51)

Color info

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

RGB color model

#467D33 color RGB value is (70,125,51).

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

RGB channels and saturation

R 70 of 255 = 27%
G 125 of 255 = 49%
B 51 of 255 = 20%

70
125
51

R + G + B ~ 32%. #467D33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 125 + 51 = 246 (100%)
R 70 of 246 ~ 28.46%
G 125 of 246 ~ 50.81%
B 51 of 246 ~ 20.73%

%28.46
%50.81
%20.73

CMYK color model

#467D33 color CMYK value is (44,0,59,51).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 59.20%
  • key color value is 50.98%
CMYK:
(44,0,59,51)
C44M0Y59K51 
(44%,0%,59%,51%)
(0.44/0.00/0.59/0.51)	

CMYK percentages

%44
%0
%59.2
%50.98

Codes

Color #467D33 in popluar color models

467D33
RGB7012551
HSL105°42.05%34.51%
HSB/HSV105°59.20%49.02%
CMYK44.00%0.00%59.20%
50.98%

Color #467D33 in popluar number systems.

HEX467D33
Decimal7012551
Binary10001101111101110011
Octal10617563

Shades and tints

Shades of #467D33

#467D33
(70,125,51)
#40722F
(64,114,47)
#3A672B
(58,103,43)
#345C27
(52,92,39)
#2E5123
(46,81,35)
#28461F
(40,70,31)
#223B1B
(34,59,27)
#1C3017
(28,48,23)
#162513
(22,37,19)
#101A0F
(16,26,15)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #467D33

#467D33
(70,125,51)
#568845
(86,136,69)
#669357
(102,147,87)
#769E69
(118,158,105)
#86A97B
(134,169,123)
#96B48D
(150,180,141)
#A6BF9F
(166,191,159)
#B6CAB1
(182,202,177)
#C6D5C3
(198,213,195)
#D6E0D5
(214,224,213)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467D33; }

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

This text font color is #467D33.


Background Color

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

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

This div background color is #467D33.


Border color

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

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

This div border color is #467D33.


Opacity

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

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

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

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

This text has shadow with #467D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467D33 on black background.


Color preview on white background

This text has color #467D33 on white background.



Black color preview on #467D33 background

This text has black color on #467D33 background.


White color preview on #467D33 background

This text has white color on #467D33 background.