COLOR #469B64

HEX: #469B64
RGB: (70,155,100)

Color info

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

RGB color model

#469B64 color RGB value is (70,155,100).

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

RGB channels and saturation

R 70 of 255 = 27%
G 155 of 255 = 61%
B 100 of 255 = 39%

70
155
100

R + G + B ~ 42%. #469B64 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 155 + 100 = 325 (100%)
R 70 of 325 ~ 21.54%
G 155 of 325 ~ 47.69%
B 100 of 325 ~ 30.77%

%21.54
%47.69
%30.77

CMYK color model

#469B64 color CMYK value is (55,0,35,39).

  • cyan value is 54.84%
  • magenta value is 0.00%
  • yellow value is 35.48%
  • key color value is 39.22%
CMYK:
(55,0,35,39)
C55M0Y35K39 
(55%,0%,35%,39%)
(0.55/0.00/0.35/0.39)	

CMYK percentages

%54.84
%0
%35.48
%39.22

Codes

Color #469B64 in popluar color models

469B64
RGB70155100
HSL141°37.78%44.12%
HSB/HSV141°54.84%60.78%
CMYK54.84%0.00%35.48%
39.22%

Color #469B64 in popluar number systems.

HEX469B64
Decimal70155100
Binary1000110100110111100100
Octal106233144

Shades and tints

Shades of #469B64

#469B64
(70,155,100)
#408D5B
(64,141,91)
#3A7F52
(58,127,82)
#347149
(52,113,73)
#2E6340
(46,99,64)
#285537
(40,85,55)
#22472E
(34,71,46)
#1C3925
(28,57,37)
#162B1C
(22,43,28)
#101D13
(16,29,19)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #469B64

#469B64
(70,155,100)
#56A472
(86,164,114)
#66AD80
(102,173,128)
#76B68E
(118,182,142)
#86BF9C
(134,191,156)
#96C8AA
(150,200,170)
#A6D1B8
(166,209,184)
#B6DAC6
(182,218,198)
#C6E3D4
(198,227,212)
#D6ECE2
(214,236,226)
#E6F5F0
(230,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #469B64; }

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

This text font color is #469B64.


Background Color

.myBgColor { background-color: #469B64; }

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

This div background color is #469B64.


Border color

.myBorderColor { border: 1px solid #469B64; }

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

This div border color is #469B64.


Opacity

.myOpacity80 { color: #469B64; opacity: 0.8; }

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

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

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

This text has shadow with #469B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469B64 on black background.


Color preview on white background

This text has color #469B64 on white background.



Black color preview on #469B64 background

This text has black color on #469B64 background.


White color preview on #469B64 background

This text has white color on #469B64 background.