COLOR #958076

HEX: #958076
RGB: (149,128,118)

Renk bilgisi

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

RGB renk modeli

#958076 color RGB value is (149,128,118).

  • kırmız ton 149;
  • yeşil ton 128;
  • mavi ton 118.
RGB:
(149,128,118)
(58%,50%,46%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 128 of 255 = 50%
B 118 of 255 = 46%

149
128
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 128 + 118 = 395 (100%)
R 149 of 395 ~ 37.72%
G 128 of 395 ~ 32.41%
B 118 of 395 ~ 29.87%

%37.72
%32.41
%29.87

CMYK RENK MODELİ

#958076 rengi CMYK tonu (0,14,21,42).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.09%
  • sarı tonu 20.81%
  • ana renk tonu 41.57%
CMYK:
(0,14,21,42)
C0M14Y21K42 
(0%,14%,21%,42%)
(0.00/0.14/0.21/0.42)	

CMYK yüzdeleri

%0
%14.09
%20.81
%41.57

Codes

Color #958076 in popluar color models

958076
RGB149128118
HSL19°12.76%52.35%
HSB/HSV19°20.81%58.43%
CMYK0.00%14.09%20.81%
41.57%

Color #958076 in popluar number systems.

HEX958076
Decimal149128118
Binary10010101100000001110110
Octal225200166

Shades and tints

Shades of #958076

#958076
(149,128,118)
#88756C
(136,117,108)
#7B6A62
(123,106,98)
#6E5F58
(110,95,88)
#61544E
(97,84,78)
#544944
(84,73,68)
#473E3A
(71,62,58)
#3A3330
(58,51,48)
#2D2826
(45,40,38)
#201D1C
(32,29,28)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #958076

#958076
(149,128,118)
#9E8B82
(158,139,130)
#A7968E
(167,150,142)
#B0A19A
(176,161,154)
#B9ACA6
(185,172,166)
#C2B7B2
(194,183,178)
#CBC2BE
(203,194,190)
#D4CDCA
(212,205,202)
#DDD8D6
(221,216,214)
#E6E3E2
(230,227,226)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958076 color. Also use rgb(149,128,118) instead hex code.

Text Font Color

.myTextColor { color: #958076; }

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

This text font color is #958076.


Background Color

.myBgColor { background-color: #958076; }

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

This div background color is #958076.


Border color

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

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

This div border color is #958076.


Opacity

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

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

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

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

This text has shadow with #958076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958076 on black background.


Color preview on white background

This text has color #958076 on white background.



Black color preview on #958076 background

This text has black color on #958076 background.


White color preview on #958076 background

This text has white color on #958076 background.