COLOR #699476

HEX: #699476
RGB: (105,148,118)

Renk bilgisi

#699476 contains red, green and blue colors in about the same proportion. #699476 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#699476 color RGB value is (105,148,118).

  • kırmız ton 105;
  • yeşil ton 148;
  • mavi ton 118.
RGB:
(105,148,118)
(41%,58%,46%)

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 148 of 255 = 58%
B 118 of 255 = 46%

105
148
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 148 + 118 = 371 (100%)
R 105 of 371 ~ 28.3%
G 148 of 371 ~ 39.89%
B 118 of 371 ~ 31.81%

%28.3
%39.89
%31.81

CMYK RENK MODELİ

#699476 rengi CMYK tonu (29,0,20,42).

  • camgöbeği tonu 29.05%
  • eflatun tonu 0.00%
  • sarı tonu 20.27%
  • ana renk tonu 41.96%
CMYK:
(29,0,20,42)
C29M0Y20K42 
(29%,0%,20%,42%)
(0.29/0.00/0.20/0.42)	

CMYK yüzdeleri

%29.05
%0
%20.27
%41.96

Codes

Color #699476 in popluar color models

699476
RGB105148118
HSL138°17.00%49.61%
HSB/HSV138°29.05%58.04%
CMYK29.05%0.00%20.27%
41.96%

Color #699476 in popluar number systems.

HEX699476
Decimal105148118
Binary1101001100101001110110
Octal151224166

Shades and tints

Shades of #699476

#699476
(105,148,118)
#60876C
(96,135,108)
#577A62
(87,122,98)
#4E6D58
(78,109,88)
#45604E
(69,96,78)
#3C5344
(60,83,68)
#33463A
(51,70,58)
#2A3930
(42,57,48)
#212C26
(33,44,38)
#181F1C
(24,31,28)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #699476

#699476
(105,148,118)
#769D82
(118,157,130)
#83A68E
(131,166,142)
#90AF9A
(144,175,154)
#9DB8A6
(157,184,166)
#AAC1B2
(170,193,178)
#B7CABE
(183,202,190)
#C4D3CA
(196,211,202)
#D1DCD6
(209,220,214)
#DEE5E2
(222,229,226)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699476; }

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

This text font color is #699476.


Background Color

.myBgColor { background-color: #699476; }

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

This div background color is #699476.


Border color

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

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

This div border color is #699476.


Opacity

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

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

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

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

This text has shadow with #699476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699476 on black background.


Color preview on white background

This text has color #699476 on white background.



Black color preview on #699476 background

This text has black color on #699476 background.


White color preview on #699476 background

This text has white color on #699476 background.