COLOR #469068

HEX: #469068
RGB: (70,144,104)

Color info

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

RGB color model

#469068 color RGB value is (70,144,104).

  • red value is 70;
  • green value is 144;
  • blue value is 104.
RGB:
(70,144,104)
(27%,56%,41%)

RGB channels and saturation

R 70 of 255 = 27%
G 144 of 255 = 56%
B 104 of 255 = 41%

70
144
104

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

Portions of RGB colors in percentages

R + G + B =
70 + 144 + 104 = 318 (100%)
R 70 of 318 ~ 22.01%
G 144 of 318 ~ 45.28%
B 104 of 318 ~ 32.7%

%22.01
%45.28
%32.7

CMYK color model

#469068 color CMYK value is (51,0,28,44).

  • cyan value is 51.39%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 43.53%
CMYK:
(51,0,28,44)
C51M0Y28K44 
(51%,0%,28%,44%)
(0.51/0.00/0.28/0.44)	

CMYK percentages

%51.39
%0
%27.78
%43.53

Codes

Color #469068 in popluar color models

469068
RGB70144104
HSL148°34.58%41.96%
HSB/HSV148°51.39%56.47%
CMYK51.39%0.00%27.78%
43.53%

Color #469068 in popluar number systems.

HEX469068
Decimal70144104
Binary1000110100100001101000
Octal106220150

Shades and tints

Shades of #469068

#469068
(70,144,104)
#40835F
(64,131,95)
#3A7656
(58,118,86)
#34694D
(52,105,77)
#2E5C44
(46,92,68)
#284F3B
(40,79,59)
#224232
(34,66,50)
#1C3529
(28,53,41)
#162820
(22,40,32)
#101B17
(16,27,23)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #469068

#469068
(70,144,104)
#569A75
(86,154,117)
#66A482
(102,164,130)
#76AE8F
(118,174,143)
#86B89C
(134,184,156)
#96C2A9
(150,194,169)
#A6CCB6
(166,204,182)
#B6D6C3
(182,214,195)
#C6E0D0
(198,224,208)
#D6EADD
(214,234,221)
#E6F4EA
(230,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469068 color. Also use rgb(70,144,104) instead hex code.

Text Font Color

.myTextColor { color: #469068; }

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

This text font color is #469068.


Background Color

.myBgColor { background-color: #469068; }

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

This div background color is #469068.


Border color

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

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

This div border color is #469068.


Opacity

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

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

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

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

This text has shadow with #469068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469068 on black background.


Color preview on white background

This text has color #469068 on white background.



Black color preview on #469068 background

This text has black color on #469068 background.


White color preview on #469068 background

This text has white color on #469068 background.