COLOR #467D41

HEX: #467D41
RGB: (70,125,65)

Color info

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

RGB color model

#467D41 color RGB value is (70,125,65).

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

RGB channels and saturation

R 70 of 255 = 27%
G 125 of 255 = 49%
B 65 of 255 = 25%

70
125
65

R + G + B ~ 34%. #467D41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 125 + 65 = 260 (100%)
R 70 of 260 ~ 26.92%
G 125 of 260 ~ 48.08%
B 65 of 260 ~ 25%

%26.92
%48.08
%25

CMYK color model

#467D41 color CMYK value is (44,0,48,51).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 48.00%
  • key color value is 50.98%
CMYK:
(44,0,48,51)
C44M0Y48K51 
(44%,0%,48%,51%)
(0.44/0.00/0.48/0.51)	

CMYK percentages

%44
%0
%48
%50.98

Codes

Color #467D41 in popluar color models

467D41
RGB7012565
HSL115°31.58%37.25%
HSB/HSV115°48.00%49.02%
CMYK44.00%0.00%48.00%
50.98%

Color #467D41 in popluar number systems.

HEX467D41
Decimal7012565
Binary100011011111011000001
Octal106175101

Shades and tints

Shades of #467D41

#467D41
(70,125,65)
#40723C
(64,114,60)
#3A6737
(58,103,55)
#345C32
(52,92,50)
#2E512D
(46,81,45)
#284628
(40,70,40)
#223B23
(34,59,35)
#1C301E
(28,48,30)
#162519
(22,37,25)
#101A14
(16,26,20)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #467D41

#467D41
(70,125,65)
#568852
(86,136,82)
#669363
(102,147,99)
#769E74
(118,158,116)
#86A985
(134,169,133)
#96B496
(150,180,150)
#A6BFA7
(166,191,167)
#B6CAB8
(182,202,184)
#C6D5C9
(198,213,201)
#D6E0DA
(214,224,218)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467D41; }

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

This text font color is #467D41.


Background Color

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

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

This div background color is #467D41.


Border color

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

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

This div border color is #467D41.


Opacity

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

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

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

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

This text has shadow with #467D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467D41 on black background.


Color preview on white background

This text has color #467D41 on white background.



Black color preview on #467D41 background

This text has black color on #467D41 background.


White color preview on #467D41 background

This text has white color on #467D41 background.