COLOR #469258

HEX: #469258
RGB: (70,146,88)

Color info

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

RGB color model

#469258 color RGB value is (70,146,88).

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

RGB channels and saturation

R 70 of 255 = 27%
G 146 of 255 = 57%
B 88 of 255 = 35%

70
146
88

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

Portions of RGB colors in percentages

R + G + B =
70 + 146 + 88 = 304 (100%)
R 70 of 304 ~ 23.03%
G 146 of 304 ~ 48.03%
B 88 of 304 ~ 28.95%

%23.03
%48.03
%28.95

CMYK color model

#469258 color CMYK value is (52,0,40,43).

  • cyan value is 52.05%
  • magenta value is 0.00%
  • yellow value is 39.73%
  • key color value is 42.75%
CMYK:
(52,0,40,43)
C52M0Y40K43 
(52%,0%,40%,43%)
(0.52/0.00/0.40/0.43)	

CMYK percentages

%52.05
%0
%39.73
%42.75

Codes

Color #469258 in popluar color models

469258
RGB7014688
HSL134°35.19%42.35%
HSB/HSV134°52.05%57.25%
CMYK52.05%0.00%39.73%
42.75%

Color #469258 in popluar number systems.

HEX469258
Decimal7014688
Binary1000110100100101011000
Octal106222130

Shades and tints

Shades of #469258

#469258
(70,146,88)
#408550
(64,133,80)
#3A7848
(58,120,72)
#346B40
(52,107,64)
#2E5E38
(46,94,56)
#285130
(40,81,48)
#224428
(34,68,40)
#1C3720
(28,55,32)
#162A18
(22,42,24)
#101D10
(16,29,16)
#0A1008
(10,16,8)
#000000
(0,0,0)

Tints of #469258

#469258
(70,146,88)
#569B67
(86,155,103)
#66A476
(102,164,118)
#76AD85
(118,173,133)
#86B694
(134,182,148)
#96BFA3
(150,191,163)
#A6C8B2
(166,200,178)
#B6D1C1
(182,209,193)
#C6DAD0
(198,218,208)
#D6E3DF
(214,227,223)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #469258; }

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

This text font color is #469258.


Background Color

.myBgColor { background-color: #469258; }

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

This div background color is #469258.


Border color

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

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

This div border color is #469258.


Opacity

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

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

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

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

This text has shadow with #469258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469258 on black background.


Color preview on white background

This text has color #469258 on white background.



Black color preview on #469258 background

This text has black color on #469258 background.


White color preview on #469258 background

This text has white color on #469258 background.