COLOR #468358

HEX: #468358
RGB: (70,131,88)

Color info

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

RGB color model

#468358 color RGB value is (70,131,88).

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

RGB channels and saturation

R 70 of 255 = 27%
G 131 of 255 = 51%
B 88 of 255 = 35%

70
131
88

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

Portions of RGB colors in percentages

R + G + B =
70 + 131 + 88 = 289 (100%)
R 70 of 289 ~ 24.22%
G 131 of 289 ~ 45.33%
B 88 of 289 ~ 30.45%

%24.22
%45.33
%30.45

CMYK color model

#468358 color CMYK value is (47,0,33,49).

  • cyan value is 46.56%
  • magenta value is 0.00%
  • yellow value is 32.82%
  • key color value is 48.63%
CMYK:
(47,0,33,49)
C47M0Y33K49 
(47%,0%,33%,49%)
(0.47/0.00/0.33/0.49)	

CMYK percentages

%46.56
%0
%32.82
%48.63

Codes

Color #468358 in popluar color models

468358
RGB7013188
HSL138°30.35%39.41%
HSB/HSV138°46.56%51.37%
CMYK46.56%0.00%32.82%
48.63%

Color #468358 in popluar number systems.

HEX468358
Decimal7013188
Binary1000110100000111011000
Octal106203130

Shades and tints

Shades of #468358

#468358
(70,131,88)
#407850
(64,120,80)
#3A6D48
(58,109,72)
#346240
(52,98,64)
#2E5738
(46,87,56)
#284C30
(40,76,48)
#224128
(34,65,40)
#1C3620
(28,54,32)
#162B18
(22,43,24)
#102010
(16,32,16)
#0A1508
(10,21,8)
#000000
(0,0,0)

Tints of #468358

#468358
(70,131,88)
#568E67
(86,142,103)
#669976
(102,153,118)
#76A485
(118,164,133)
#86AF94
(134,175,148)
#96BAA3
(150,186,163)
#A6C5B2
(166,197,178)
#B6D0C1
(182,208,193)
#C6DBD0
(198,219,208)
#D6E6DF
(214,230,223)
#E6F1EE
(230,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468358; }

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

This text font color is #468358.


Background Color

.myBgColor { background-color: #468358; }

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

This div background color is #468358.


Border color

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

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

This div border color is #468358.


Opacity

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

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

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

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

This text has shadow with #468358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468358 on black background.


Color preview on white background

This text has color #468358 on white background.



Black color preview on #468358 background

This text has black color on #468358 background.


White color preview on #468358 background

This text has white color on #468358 background.