COLOR #468766

HEX: #468766
RGB: (70,135,102)

Color info

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

RGB color model

#468766 color RGB value is (70,135,102).

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

RGB channels and saturation

R 70 of 255 = 27%
G 135 of 255 = 53%
B 102 of 255 = 40%

70
135
102

R + G + B ~ 40%. #468766 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 135 + 102 = 307 (100%)
R 70 of 307 ~ 22.8%
G 135 of 307 ~ 43.97%
B 102 of 307 ~ 33.22%

%22.8
%43.97
%33.22

CMYK color model

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

  • cyan value is 48.15%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • key color value is 47.06%
CMYK:
(48,0,24,47)
C48M0Y24K47 
(48%,0%,24%,47%)
(0.48/0.00/0.24/0.47)	

CMYK percentages

%48.15
%0
%24.44
%47.06

Codes

Color #468766 in popluar color models

468766
RGB70135102
HSL150°31.71%40.20%
HSB/HSV150°48.15%52.94%
CMYK48.15%0.00%24.44%
47.06%

Color #468766 in popluar number systems.

HEX468766
Decimal70135102
Binary1000110100001111100110
Octal106207146

Shades and tints

Shades of #468766

#468766
(70,135,102)
#407B5D
(64,123,93)
#3A6F54
(58,111,84)
#34634B
(52,99,75)
#2E5742
(46,87,66)
#284B39
(40,75,57)
#223F30
(34,63,48)
#1C3327
(28,51,39)
#16271E
(22,39,30)
#101B15
(16,27,21)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #468766

#468766
(70,135,102)
#569173
(86,145,115)
#669B80
(102,155,128)
#76A58D
(118,165,141)
#86AF9A
(134,175,154)
#96B9A7
(150,185,167)
#A6C3B4
(166,195,180)
#B6CDC1
(182,205,193)
#C6D7CE
(198,215,206)
#D6E1DB
(214,225,219)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468766; }

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

This text font color is #468766.


Background Color

.myBgColor { background-color: #468766; }

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

This div background color is #468766.


Border color

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

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

This div border color is #468766.


Opacity

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

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

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

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

This text has shadow with #468766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468766 on black background.


Color preview on white background

This text has color #468766 on white background.



Black color preview on #468766 background

This text has black color on #468766 background.


White color preview on #468766 background

This text has white color on #468766 background.