COLOR #959273

HEX: #959273
RGB: (149,146,115)

Renk bilgisi

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

RGB renk modeli

#959273 color RGB value is (149,146,115).

  • kırmız ton 149;
  • yeşil ton 146;
  • mavi ton 115.
RGB:
(149,146,115)
(58%,57%,45%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 146 of 255 = 57%
B 115 of 255 = 45%

149
146
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 146 + 115 = 410 (100%)
R 149 of 410 ~ 36.34%
G 146 of 410 ~ 35.61%
B 115 of 410 ~ 28.05%

%36.34
%35.61
%28.05

CMYK RENK MODELİ

#959273 rengi CMYK tonu (0,2,23,42).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.01%
  • sarı tonu 22.82%
  • ana renk tonu 41.57%
CMYK:
(0,2,23,42)
C0M2Y23K42 
(0%,2%,23%,42%)
(0.00/0.02/0.23/0.42)	

CMYK yüzdeleri

%0
%2.01
%22.82
%41.57

Codes

Color #959273 in popluar color models

959273
RGB149146115
HSL55°13.82%51.76%
HSB/HSV55°22.82%58.43%
CMYK0.00%2.01%22.82%
41.57%

Color #959273 in popluar number systems.

HEX959273
Decimal149146115
Binary10010101100100101110011
Octal225222163

Shades and tints

Shades of #959273

#959273
(149,146,115)
#888569
(136,133,105)
#7B785F
(123,120,95)
#6E6B55
(110,107,85)
#615E4B
(97,94,75)
#545141
(84,81,65)
#474437
(71,68,55)
#3A372D
(58,55,45)
#2D2A23
(45,42,35)
#201D19
(32,29,25)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #959273

#959273
(149,146,115)
#9E9B7F
(158,155,127)
#A7A48B
(167,164,139)
#B0AD97
(176,173,151)
#B9B6A3
(185,182,163)
#C2BFAF
(194,191,175)
#CBC8BB
(203,200,187)
#D4D1C7
(212,209,199)
#DDDAD3
(221,218,211)
#E6E3DF
(230,227,223)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959273 color. Also use rgb(149,146,115) instead hex code.

Text Font Color

.myTextColor { color: #959273; }

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

This text font color is #959273.


Background Color

.myBgColor { background-color: #959273; }

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

This div background color is #959273.


Border color

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

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

This div border color is #959273.


Opacity

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

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

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

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

This text has shadow with #959273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959273 on black background.


Color preview on white background

This text has color #959273 on white background.



Black color preview on #959273 background

This text has black color on #959273 background.


White color preview on #959273 background

This text has white color on #959273 background.