COLOR #698A49

HEX: #698A49
RGB: (105,138,73)

Renk bilgisi

#698A49 contains mainly red and green colors. #698A49 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#698A49 color RGB value is (105,138,73).

  • kırmız ton 105;
  • yeşil ton 138;
  • mavi ton 73.
RGB:
(105,138,73)
(41%,54%,29%)

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 138 of 255 = 54%
B 73 of 255 = 29%

105
138
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 138 + 73 = 316 (100%)
R 105 of 316 ~ 33.23%
G 138 of 316 ~ 43.67%
B 73 of 316 ~ 23.1%

%33.23
%43.67
%23.1

CMYK RENK MODELİ

#698A49 rengi CMYK tonu (24,0,47,46).

  • camgöbeği tonu 23.91%
  • eflatun tonu 0.00%
  • sarı tonu 47.10%
  • ana renk tonu 45.88%
CMYK:
(24,0,47,46)
C24M0Y47K46 
(24%,0%,47%,46%)
(0.24/0.00/0.47/0.46)	

CMYK yüzdeleri

%23.91
%0
%47.1
%45.88

Codes

Color #698A49 in popluar color models

698A49
RGB10513873
HSL90°30.81%41.37%
HSB/HSV90°47.10%54.12%
CMYK23.91%0.00%47.10%
45.88%

Color #698A49 in popluar number systems.

HEX698A49
Decimal10513873
Binary1101001100010101001001
Octal151212111

Shades and tints

Shades of #698A49

#698A49
(105,138,73)
#607E43
(96,126,67)
#57723D
(87,114,61)
#4E6637
(78,102,55)
#455A31
(69,90,49)
#3C4E2B
(60,78,43)
#334225
(51,66,37)
#2A361F
(42,54,31)
#212A19
(33,42,25)
#181E13
(24,30,19)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #698A49

#698A49
(105,138,73)
#769459
(118,148,89)
#839E69
(131,158,105)
#90A879
(144,168,121)
#9DB289
(157,178,137)
#AABC99
(170,188,153)
#B7C6A9
(183,198,169)
#C4D0B9
(196,208,185)
#D1DAC9
(209,218,201)
#DEE4D9
(222,228,217)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698A49 color. Also use rgb(105,138,73) instead hex code.

Text Font Color

.myTextColor { color: #698A49; }

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

This text font color is #698A49.


Background Color

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

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

This div background color is #698A49.


Border color

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

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

This div border color is #698A49.


Opacity

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

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

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

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

This text has shadow with #698A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698A49 on black background.


Color preview on white background

This text has color #698A49 on white background.



Black color preview on #698A49 background

This text has black color on #698A49 background.


White color preview on #698A49 background

This text has white color on #698A49 background.