COLOR #468747

HEX: #468747 RGB: (70,135,71)

Color info

#468747 contains mainly green color. Web safe color of #468747 is #339933 (or #393).

RGB color model

#468747 color RGB value is (70,135,71).

RGB: (70,135,71) (27%, 53%, 28%)

RGB channels and saturation

R 70 of 255 = 27%
G 135 of 255 = 53%
B 71 of 255 = 28%

70
135
71

R + G + B ~ 36%. #468747 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 135 + 71 = 276 (100%)
R 70 of 276 ~ 25.36%
G 135 of 276 ~ 48.91%
B 71 of 276 ~ 25.72'%

%25.36
%48.91
%25.72

CMYK color model

#468747 color CMYK value is (48,0,47,47).

  • cyan value is 48.15%
  • magenta value is 0.00%
  • yellow value is 47.41%
  • key color value is 47.06%

CMYK: (48,0,47,47)
C48M0Y47K47 (48%, 0%, 47%, 47%)
(0.48 / 0.00 / 0.47 / 0.47)

CMYK percentages

%48.15
%0
%47.41
%47.06

Codes

Color #468747 in popluar color models

46 87 47
RGB 70 135 71
HSL 121° 31.71% 40.20%
HSB/HSV 121° 48.15% 52.94%
CMYK 48.15% 0.00% 47.41%
47.06%

Color #468747 in popluar number systems.

HEX 46 87 47
Decimal 70 135 71
Binary 1000110 10000111 1000111
Octal 106 207 107

Shades and tints

Shades of #468747

#468747
(70,135,71)
#407B41
(64,123,65)
#3A6F3B
(58,111,59)
#346335
(52,99,53)
#2E572F
(46,87,47)
#284B29
(40,75,41)
#223F23
(34,63,35)
#1C331D
(28,51,29)
#162717
(22,39,23)
#101B11
(16,27,17)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #468747

#468747
(70,135,71)
#569157
(86,145,87)
#669B67
(102,155,103)
#76A577
(118,165,119)
#86AF87
(134,175,135)
#96B997
(150,185,151)
#A6C3A7
(166,195,167)
#B6CDB7
(182,205,183)
#C6D7C7
(198,215,199)
#D6E1D7
(214,225,215)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468747 color. Also use rgb(70,135,71) instead hex code.

Text Font Color

.myTextColor { color: #468747; }

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

This text font color is #468747.

Background Color

.myBgColor { background-color: #468747; }

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

This div background color is #468747.

Border color

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

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

This div border color is #468747.

Opacity

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

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

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

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

This text has shadow with #468747 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #468747.

Preview

Color preview on black background

This text has color #468747 on black background.


Color preview on white background

This text has color #468747 on white background.


Black color preview on #468747 background

This text has black color on #468747 background.


White color preview on #468747 background

This text has white color on #468747 background.


Related colors

Complementary color

Complementary color for #hex is #B978B8.


I love getcolorcode.com

Triadic colors

1 #474687 and #874746 with #468747 are triadic colors.

2 #478746 and #874647 with #468747 are triadic colors.