COLOR #469364

HEX: #469364
RGB: (70,147,100)

Color info

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

RGB color model

#469364 color RGB value is (70,147,100).

  • red value is 70;
  • green value is 147;
  • blue value is 100.
RGB:
(70,147,100)
(27%,58%,39%)

RGB channels and saturation

R 70 of 255 = 27%
G 147 of 255 = 58%
B 100 of 255 = 39%

70
147
100

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

Portions of RGB colors in percentages

R + G + B =
70 + 147 + 100 = 317 (100%)
R 70 of 317 ~ 22.08%
G 147 of 317 ~ 46.37%
B 100 of 317 ~ 31.55%

%22.08
%46.37
%31.55

CMYK color model

#469364 color CMYK value is (52,0,32,42).

  • cyan value is 52.38%
  • magenta value is 0.00%
  • yellow value is 31.97%
  • key color value is 42.35%
CMYK:
(52,0,32,42)
C52M0Y32K42 
(52%,0%,32%,42%)
(0.52/0.00/0.32/0.42)	

CMYK percentages

%52.38
%0
%31.97
%42.35

Codes

Color #469364 in popluar color models

469364
RGB70147100
HSL143°35.48%42.55%
HSB/HSV143°52.38%57.65%
CMYK52.38%0.00%31.97%
42.35%

Color #469364 in popluar number systems.

HEX469364
Decimal70147100
Binary1000110100100111100100
Octal106223144

Shades and tints

Shades of #469364

#469364
(70,147,100)
#40865B
(64,134,91)
#3A7952
(58,121,82)
#346C49
(52,108,73)
#2E5F40
(46,95,64)
#285237
(40,82,55)
#22452E
(34,69,46)
#1C3825
(28,56,37)
#162B1C
(22,43,28)
#101E13
(16,30,19)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #469364

#469364
(70,147,100)
#569C72
(86,156,114)
#66A580
(102,165,128)
#76AE8E
(118,174,142)
#86B79C
(134,183,156)
#96C0AA
(150,192,170)
#A6C9B8
(166,201,184)
#B6D2C6
(182,210,198)
#C6DBD4
(198,219,212)
#D6E4E2
(214,228,226)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469364 color. Also use rgb(70,147,100) instead hex code.

Text Font Color

.myTextColor { color: #469364; }

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

This text font color is #469364.


Background Color

.myBgColor { background-color: #469364; }

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

This div background color is #469364.


Border color

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

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

This div border color is #469364.


Opacity

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

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

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

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

This text has shadow with #469364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469364 on black background.


Color preview on white background

This text has color #469364 on white background.



Black color preview on #469364 background

This text has black color on #469364 background.


White color preview on #469364 background

This text has white color on #469364 background.