COLOR #468753

HEX: #468753
RGB: (70,135,83)

Color info

#468753 contains mainly green and blue colors. Web safe color of #468753 is #339966 (or #396).

RGB color model

#468753 color RGB value is (70,135,83).

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

RGB channels and saturation

R 70 of 255 = 27%
G 135 of 255 = 53%
B 83 of 255 = 33%

70
135
83

R + G + B ~ 38%. #468753 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 135 + 83 = 288 (100%)
R 70 of 288 ~ 24.31%
G 135 of 288 ~ 46.88%
B 83 of 288 ~ 28.82%

%24.31
%46.88
%28.82

CMYK color model

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

  • cyan value is 48.15%
  • magenta value is 0.00%
  • yellow value is 38.52%
  • key color value is 47.06%
CMYK:
(48,0,39,47)
C48M0Y39K47 
(48%,0%,39%,47%)
(0.48/0.00/0.39/0.47)	

CMYK percentages

%48.15
%0
%38.52
%47.06

Codes

Color #468753 in popluar color models

468753
RGB7013583
HSL132°31.71%40.20%
HSB/HSV132°48.15%52.94%
CMYK48.15%0.00%38.52%
47.06%

Color #468753 in popluar number systems.

HEX468753
Decimal7013583
Binary1000110100001111010011
Octal106207123

Shades and tints

Shades of #468753

#468753
(70,135,83)
#407B4C
(64,123,76)
#3A6F45
(58,111,69)
#34633E
(52,99,62)
#2E5737
(46,87,55)
#284B30
(40,75,48)
#223F29
(34,63,41)
#1C3322
(28,51,34)
#16271B
(22,39,27)
#101B14
(16,27,20)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #468753

#468753
(70,135,83)
#569162
(86,145,98)
#669B71
(102,155,113)
#76A580
(118,165,128)
#86AF8F
(134,175,143)
#96B99E
(150,185,158)
#A6C3AD
(166,195,173)
#B6CDBC
(182,205,188)
#C6D7CB
(198,215,203)
#D6E1DA
(214,225,218)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468753; }

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

This text font color is #468753.


Background Color

.myBgColor { background-color: #468753; }

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

This div background color is #468753.


Border color

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

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

This div border color is #468753.


Opacity

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

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

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

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

This text has shadow with #468753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468753 on black background.


Color preview on white background

This text has color #468753 on white background.



Black color preview on #468753 background

This text has black color on #468753 background.


White color preview on #468753 background

This text has white color on #468753 background.