COLOR #95B379

HEX: #95B379
RGB: (149,179,121)

Renk bilgisi

#95B379 contains red, green and blue colors in about the same proportion. #95B379 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#95B379 color RGB value is (149,179,121).

  • kırmız ton 149;
  • yeşil ton 179;
  • mavi ton 121.
RGB:
(149,179,121)
(58%,70%,47%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 179 of 255 = 70%
B 121 of 255 = 47%

149
179
121

R + G + B ~ 58%. #95B379 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 179 + 121 = 449 (100%)
R 149 of 449 ~ 33.18%
G 179 of 449 ~ 39.87%
B 121 of 449 ~ 26.95%

%33.18
%39.87
%26.95

CMYK RENK MODELİ

#95B379 rengi CMYK tonu (17,0,32,30).

  • camgöbeği tonu 16.76%
  • eflatun tonu 0.00%
  • sarı tonu 32.40%
  • ana renk tonu 29.80%
CMYK:
(17,0,32,30)
C17M0Y32K30 
(17%,0%,32%,30%)
(0.17/0.00/0.32/0.30)	

CMYK yüzdeleri

%16.76
%0
%32.4
%29.8

Codes

Color #95B379 in popluar color models

95B379
RGB149179121
HSL91°27.62%58.82%
HSB/HSV91°32.40%70.20%
CMYK16.76%0.00%32.40%
29.80%

Color #95B379 in popluar number systems.

HEX95B379
Decimal149179121
Binary10010101101100111111001
Octal225263171

Shades and tints

Shades of #95B379

#95B379
(149,179,121)
#88A36E
(136,163,110)
#7B9363
(123,147,99)
#6E8358
(110,131,88)
#61734D
(97,115,77)
#546342
(84,99,66)
#475337
(71,83,55)
#3A432C
(58,67,44)
#2D3321
(45,51,33)
#202316
(32,35,22)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #95B379

#95B379
(149,179,121)
#9EB985
(158,185,133)
#A7BF91
(167,191,145)
#B0C59D
(176,197,157)
#B9CBA9
(185,203,169)
#C2D1B5
(194,209,181)
#CBD7C1
(203,215,193)
#D4DDCD
(212,221,205)
#DDE3D9
(221,227,217)
#E6E9E5
(230,233,229)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B379 color. Also use rgb(149,179,121) instead hex code.

Text Font Color

.myTextColor { color: #95B379; }

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

This text font color is #95B379.


Background Color

.myBgColor { background-color: #95B379; }

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

This div background color is #95B379.


Border color

.myBorderColor { border: 1px solid #95B379; }

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

This div border color is #95B379.


Opacity

.myOpacity80 { color: #95B379; opacity: 0.8; }

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

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

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

This text has shadow with #95B379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B379 on black background.


Color preview on white background

This text has color #95B379 on white background.



Black color preview on #95B379 background

This text has black color on #95B379 background.


White color preview on #95B379 background

This text has white color on #95B379 background.