COLOR #468C58

HEX: #468C58
RGB: (70,140,88)

Color info

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

RGB color model

#468C58 color RGB value is (70,140,88).

  • red value is 70;
  • green value is 140;
  • blue value is 88.
RGB:
(70,140,88)
(27%,55%,35%)

RGB channels and saturation

R 70 of 255 = 27%
G 140 of 255 = 55%
B 88 of 255 = 35%

70
140
88

R + G + B ~ 39%. #468C58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 140 + 88 = 298 (100%)
R 70 of 298 ~ 23.49%
G 140 of 298 ~ 46.98%
B 88 of 298 ~ 29.53%

%23.49
%46.98
%29.53

CMYK color model

#468C58 color CMYK value is (50,0,37,45).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 37.14%
  • key color value is 45.10%
CMYK:
(50,0,37,45)
C50M0Y37K45 
(50%,0%,37%,45%)
(0.50/0.00/0.37/0.45)	

CMYK percentages

%50
%0
%37.14
%45.1

Codes

Color #468C58 in popluar color models

468C58
RGB7014088
HSL135°33.33%41.18%
HSB/HSV135°50.00%54.90%
CMYK50.00%0.00%37.14%
45.10%

Color #468C58 in popluar number systems.

HEX468C58
Decimal7014088
Binary1000110100011001011000
Octal106214130

Shades and tints

Shades of #468C58

#468C58
(70,140,88)
#408050
(64,128,80)
#3A7448
(58,116,72)
#346840
(52,104,64)
#2E5C38
(46,92,56)
#285030
(40,80,48)
#224428
(34,68,40)
#1C3820
(28,56,32)
#162C18
(22,44,24)
#102010
(16,32,16)
#0A1408
(10,20,8)
#000000
(0,0,0)

Tints of #468C58

#468C58
(70,140,88)
#569667
(86,150,103)
#66A076
(102,160,118)
#76AA85
(118,170,133)
#86B494
(134,180,148)
#96BEA3
(150,190,163)
#A6C8B2
(166,200,178)
#B6D2C1
(182,210,193)
#C6DCD0
(198,220,208)
#D6E6DF
(214,230,223)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468C58 color. Also use rgb(70,140,88) instead hex code.

Text Font Color

.myTextColor { color: #468C58; }

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

This text font color is #468C58.


Background Color

.myBgColor { background-color: #468C58; }

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

This div background color is #468C58.


Border color

.myBorderColor { border: 1px solid #468C58; }

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

This div border color is #468C58.


Opacity

.myOpacity80 { color: #468C58; opacity: 0.8; }

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

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

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

This text has shadow with #468C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468C58 on black background.


Color preview on white background

This text has color #468C58 on white background.



Black color preview on #468C58 background

This text has black color on #468C58 background.


White color preview on #468C58 background

This text has white color on #468C58 background.