COLOR #698B6F

HEX: #698B6F
RGB: (105,139,111)

Renk bilgisi

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

RGB renk modeli

#698B6F color RGB value is (105,139,111).

  • kırmız ton 105;
  • yeşil ton 139;
  • mavi ton 111.
RGB:
(105,139,111)
(41%,55%,44%)

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 139 of 255 = 55%
B 111 of 255 = 44%

105
139
111

R + G + B ~ 47%. #698B6F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 139 + 111 = 355 (100%)
R 105 of 355 ~ 29.58%
G 139 of 355 ~ 39.15%
B 111 of 355 ~ 31.27%

%29.58
%39.15
%31.27

CMYK RENK MODELİ

#698B6F rengi CMYK tonu (24,0,20,45).

  • camgöbeği tonu 24.46%
  • eflatun tonu 0.00%
  • sarı tonu 20.14%
  • ana renk tonu 45.49%
CMYK:
(24,0,20,45)
C24M0Y20K45 
(24%,0%,20%,45%)
(0.24/0.00/0.20/0.45)	

CMYK yüzdeleri

%24.46
%0
%20.14
%45.49

Codes

Color #698B6F in popluar color models

698B6F
RGB105139111
HSL131°13.93%47.84%
HSB/HSV131°24.46%54.51%
CMYK24.46%0.00%20.14%
45.49%

Color #698B6F in popluar number systems.

HEX698B6F
Decimal105139111
Binary1101001100010111101111
Octal151213157

Shades and tints

Shades of #698B6F

#698B6F
(105,139,111)
#607F65
(96,127,101)
#57735B
(87,115,91)
#4E6751
(78,103,81)
#455B47
(69,91,71)
#3C4F3D
(60,79,61)
#334333
(51,67,51)
#2A3729
(42,55,41)
#212B1F
(33,43,31)
#181F15
(24,31,21)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #698B6F

#698B6F
(105,139,111)
#76957C
(118,149,124)
#839F89
(131,159,137)
#90A996
(144,169,150)
#9DB3A3
(157,179,163)
#AABDB0
(170,189,176)
#B7C7BD
(183,199,189)
#C4D1CA
(196,209,202)
#D1DBD7
(209,219,215)
#DEE5E4
(222,229,228)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698B6F color. Also use rgb(105,139,111) instead hex code.

Text Font Color

.myTextColor { color: #698B6F; }

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

This text font color is #698B6F.


Background Color

.myBgColor { background-color: #698B6F; }

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

This div background color is #698B6F.


Border color

.myBorderColor { border: 1px solid #698B6F; }

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

This div border color is #698B6F.


Opacity

.myOpacity80 { color: #698B6F; opacity: 0.8; }

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

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

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

This text has shadow with #698B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698B6F on black background.


Color preview on white background

This text has color #698B6F on white background.



Black color preview on #698B6F background

This text has black color on #698B6F background.


White color preview on #698B6F background

This text has white color on #698B6F background.