COLOR #699480

HEX: #699480
RGB: (105,148,128)

Color info

#699480 contains red, green and blue colors in about the same proportion. Web safe color of #699480 is #669966 (or #696).

RGB color model

#699480 color RGB value is (105,148,128).

  • red value is 105;
  • green value is 148;
  • blue value is 128.
RGB:
(105,148,128)
(41%,58%,50%)

RGB channels and saturation

R 105 of 255 = 41%
G 148 of 255 = 58%
B 128 of 255 = 50%

105
148
128

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

Portions of RGB colors in percentages

R + G + B =
105 + 148 + 128 = 381 (100%)
R 105 of 381 ~ 27.56%
G 148 of 381 ~ 38.85%
B 128 of 381 ~ 33.6%

%27.56
%38.85
%33.6

CMYK color model

#699480 color CMYK value is (29,0,14,42).

  • cyan value is 29.05%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 41.96%
CMYK:
(29,0,14,42)
C29M0Y14K42 
(29%,0%,14%,42%)
(0.29/0.00/0.14/0.42)	

CMYK percentages

%29.05
%0
%13.51
%41.96

Codes

Color #699480 in popluar color models

699480
RGB105148128
HSL152°17.00%49.61%
HSB/HSV152°29.05%58.04%
CMYK29.05%0.00%13.51%
41.96%

Color #699480 in popluar number systems.

HEX699480
Decimal105148128
Binary11010011001010010000000
Octal151224200

Shades and tints

Shades of #699480

#699480
(105,148,128)
#608775
(96,135,117)
#577A6A
(87,122,106)
#4E6D5F
(78,109,95)
#456054
(69,96,84)
#3C5349
(60,83,73)
#33463E
(51,70,62)
#2A3933
(42,57,51)
#212C28
(33,44,40)
#181F1D
(24,31,29)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #699480

#699480
(105,148,128)
#769D8B
(118,157,139)
#83A696
(131,166,150)
#90AFA1
(144,175,161)
#9DB8AC
(157,184,172)
#AAC1B7
(170,193,183)
#B7CAC2
(183,202,194)
#C4D3CD
(196,211,205)
#D1DCD8
(209,220,216)
#DEE5E3
(222,229,227)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699480 color. Also use rgb(105,148,128) instead hex code.

Text Font Color

.myTextColor { color: #699480; }

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

This text font color is #699480.


Background Color

.myBgColor { background-color: #699480; }

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

This div background color is #699480.


Border color

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

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

This div border color is #699480.


Opacity

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

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

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

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

This text has shadow with #699480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699480 on black background.


Color preview on white background

This text has color #699480 on white background.



Black color preview on #699480 background

This text has black color on #699480 background.


White color preview on #699480 background

This text has white color on #699480 background.