COLOR #97B363

HEX: #97B363
RGB: (151,179,99)

Renk bilgisi

#97B363 contains mainly red and green colors. #97B363 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#97B363 color RGB value is (151,179,99).

  • kırmız ton 151;
  • yeşil ton 179;
  • mavi ton 99.
RGB:
(151,179,99)
(59%,70%,39%)

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 179 of 255 = 70%
B 99 of 255 = 39%

151
179
99

R + G + B ~ 56%. #97B363 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 179 + 99 = 429 (100%)
R 151 of 429 ~ 35.2%
G 179 of 429 ~ 41.72%
B 99 of 429 ~ 23.08%

%35.2
%41.72
%23.08

CMYK RENK MODELİ

#97B363 rengi CMYK tonu (16,0,45,30).

  • camgöbeği tonu 15.64%
  • eflatun tonu 0.00%
  • sarı tonu 44.69%
  • ana renk tonu 29.80%
CMYK:
(16,0,45,30)
C16M0Y45K30 
(16%,0%,45%,30%)
(0.16/0.00/0.45/0.30)	

CMYK yüzdeleri

%15.64
%0
%44.69
%29.8

Codes

Color #97B363 in popluar color models

97B363
RGB15117999
HSL81°34.48%54.51%
HSB/HSV81°44.69%70.20%
CMYK15.64%0.00%44.69%
29.80%

Color #97B363 in popluar number systems.

HEX97B363
Decimal15117999
Binary10010111101100111100011
Octal227263143

Shades and tints

Shades of #97B363

#97B363
(151,179,99)
#8AA35A
(138,163,90)
#7D9351
(125,147,81)
#708348
(112,131,72)
#63733F
(99,115,63)
#566336
(86,99,54)
#49532D
(73,83,45)
#3C4324
(60,67,36)
#2F331B
(47,51,27)
#222312
(34,35,18)
#151309
(21,19,9)
#000000
(0,0,0)

Tints of #97B363

#97B363
(151,179,99)
#A0B971
(160,185,113)
#A9BF7F
(169,191,127)
#B2C58D
(178,197,141)
#BBCB9B
(187,203,155)
#C4D1A9
(196,209,169)
#CDD7B7
(205,215,183)
#D6DDC5
(214,221,197)
#DFE3D3
(223,227,211)
#E8E9E1
(232,233,225)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B363 color. Also use rgb(151,179,99) instead hex code.

Text Font Color

.myTextColor { color: #97B363; }

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

This text font color is #97B363.


Background Color

.myBgColor { background-color: #97B363; }

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

This div background color is #97B363.


Border color

.myBorderColor { border: 1px solid #97B363; }

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

This div border color is #97B363.


Opacity

.myOpacity80 { color: #97B363; opacity: 0.8; }

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

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

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

This text has shadow with #97B363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B363 on black background.


Color preview on white background

This text has color #97B363 on white background.



Black color preview on #97B363 background

This text has black color on #97B363 background.


White color preview on #97B363 background

This text has white color on #97B363 background.