COLOR #469374

HEX: #469374
RGB: (70,147,116)

Color info

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

RGB color model

#469374 color RGB value is (70,147,116).

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

RGB channels and saturation

R 70 of 255 = 27%
G 147 of 255 = 58%
B 116 of 255 = 45%

70
147
116

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

Portions of RGB colors in percentages

R + G + B =
70 + 147 + 116 = 333 (100%)
R 70 of 333 ~ 21.02%
G 147 of 333 ~ 44.14%
B 116 of 333 ~ 34.83%

%21.02
%44.14
%34.83

CMYK color model

#469374 color CMYK value is (52,0,21,42).

  • cyan value is 52.38%
  • magenta value is 0.00%
  • yellow value is 21.09%
  • key color value is 42.35%
CMYK:
(52,0,21,42)
C52M0Y21K42 
(52%,0%,21%,42%)
(0.52/0.00/0.21/0.42)	

CMYK percentages

%52.38
%0
%21.09
%42.35

Codes

Color #469374 in popluar color models

469374
RGB70147116
HSL156°35.48%42.55%
HSB/HSV156°52.38%57.65%
CMYK52.38%0.00%21.09%
42.35%

Color #469374 in popluar number systems.

HEX469374
Decimal70147116
Binary1000110100100111110100
Octal106223164

Shades and tints

Shades of #469374

#469374
(70,147,116)
#40866A
(64,134,106)
#3A7960
(58,121,96)
#346C56
(52,108,86)
#2E5F4C
(46,95,76)
#285242
(40,82,66)
#224538
(34,69,56)
#1C382E
(28,56,46)
#162B24
(22,43,36)
#101E1A
(16,30,26)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #469374

#469374
(70,147,116)
#569C80
(86,156,128)
#66A58C
(102,165,140)
#76AE98
(118,174,152)
#86B7A4
(134,183,164)
#96C0B0
(150,192,176)
#A6C9BC
(166,201,188)
#B6D2C8
(182,210,200)
#C6DBD4
(198,219,212)
#D6E4E0
(214,228,224)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #469374; }

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

This text font color is #469374.


Background Color

.myBgColor { background-color: #469374; }

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

This div background color is #469374.


Border color

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

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

This div border color is #469374.


Opacity

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

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

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

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

This text has shadow with #469374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469374 on black background.


Color preview on white background

This text has color #469374 on white background.



Black color preview on #469374 background

This text has black color on #469374 background.


White color preview on #469374 background

This text has white color on #469374 background.