COLOR #469248

HEX: #469248
RGB: (70,146,72)

Color info

#469248 contains mainly green color. Web safe color of #469248 is #339933 (or #393).

RGB color model

#469248 color RGB value is (70,146,72).

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

RGB channels and saturation

R 70 of 255 = 27%
G 146 of 255 = 57%
B 72 of 255 = 28%

70
146
72

R + G + B ~ 37%. #469248 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 146 + 72 = 288 (100%)
R 70 of 288 ~ 24.31%
G 146 of 288 ~ 50.69%
B 72 of 288 ~ 25%

%24.31
%50.69
%25

CMYK color model

#469248 color CMYK value is (52,0,51,43).

  • cyan value is 52.05%
  • magenta value is 0.00%
  • yellow value is 50.68%
  • key color value is 42.75%
CMYK:
(52,0,51,43)
C52M0Y51K43 
(52%,0%,51%,43%)
(0.52/0.00/0.51/0.43)	

CMYK percentages

%52.05
%0
%50.68
%42.75

Codes

Color #469248 in popluar color models

469248
RGB7014672
HSL122°35.19%42.35%
HSB/HSV122°52.05%57.25%
CMYK52.05%0.00%50.68%
42.75%

Color #469248 in popluar number systems.

HEX469248
Decimal7014672
Binary1000110100100101001000
Octal106222110

Shades and tints

Shades of #469248

#469248
(70,146,72)
#408542
(64,133,66)
#3A783C
(58,120,60)
#346B36
(52,107,54)
#2E5E30
(46,94,48)
#28512A
(40,81,42)
#224424
(34,68,36)
#1C371E
(28,55,30)
#162A18
(22,42,24)
#101D12
(16,29,18)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #469248

#469248
(70,146,72)
#569B58
(86,155,88)
#66A468
(102,164,104)
#76AD78
(118,173,120)
#86B688
(134,182,136)
#96BF98
(150,191,152)
#A6C8A8
(166,200,168)
#B6D1B8
(182,209,184)
#C6DAC8
(198,218,200)
#D6E3D8
(214,227,216)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #469248; }

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

This text font color is #469248.


Background Color

.myBgColor { background-color: #469248; }

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

This div background color is #469248.


Border color

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

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

This div border color is #469248.


Opacity

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

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

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

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

This text has shadow with #469248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469248 on black background.


Color preview on white background

This text has color #469248 on white background.



Black color preview on #469248 background

This text has black color on #469248 background.


White color preview on #469248 background

This text has white color on #469248 background.