COLOR #468735

HEX: #468735
RGB: (70,135,53)

Color info

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

RGB color model

#468735 color RGB value is (70,135,53).

  • red value is 70;
  • green value is 135;
  • blue value is 53.
RGB:
(70,135,53)
(27%,53%,21%)

RGB channels and saturation

R 70 of 255 = 27%
G 135 of 255 = 53%
B 53 of 255 = 21%

70
135
53

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

Portions of RGB colors in percentages

R + G + B =
70 + 135 + 53 = 258 (100%)
R 70 of 258 ~ 27.13%
G 135 of 258 ~ 52.33%
B 53 of 258 ~ 20.54%

%27.13
%52.33
%20.54

CMYK color model

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

  • cyan value is 48.15%
  • magenta value is 0.00%
  • yellow value is 60.74%
  • key color value is 47.06%
CMYK:
(48,0,61,47)
C48M0Y61K47 
(48%,0%,61%,47%)
(0.48/0.00/0.61/0.47)	

CMYK percentages

%48.15
%0
%60.74
%47.06

Codes

Color #468735 in popluar color models

468735
RGB7013553
HSL108°43.62%36.86%
HSB/HSV108°60.74%52.94%
CMYK48.15%0.00%60.74%
47.06%

Color #468735 in popluar number systems.

HEX468735
Decimal7013553
Binary100011010000111110101
Octal10620765

Shades and tints

Shades of #468735

#468735
(70,135,53)
#407B31
(64,123,49)
#3A6F2D
(58,111,45)
#346329
(52,99,41)
#2E5725
(46,87,37)
#284B21
(40,75,33)
#223F1D
(34,63,29)
#1C3319
(28,51,25)
#162715
(22,39,21)
#101B11
(16,27,17)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #468735

#468735
(70,135,53)
#569147
(86,145,71)
#669B59
(102,155,89)
#76A56B
(118,165,107)
#86AF7D
(134,175,125)
#96B98F
(150,185,143)
#A6C3A1
(166,195,161)
#B6CDB3
(182,205,179)
#C6D7C5
(198,215,197)
#D6E1D7
(214,225,215)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468735; }

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

This text font color is #468735.


Background Color

.myBgColor { background-color: #468735; }

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

This div background color is #468735.


Border color

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

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

This div border color is #468735.


Opacity

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

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

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

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

This text has shadow with #468735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468735 on black background.


Color preview on white background

This text has color #468735 on white background.



Black color preview on #468735 background

This text has black color on #468735 background.


White color preview on #468735 background

This text has white color on #468735 background.