COLOR #966337

HEX: #966337
RGB: (150,99,55)

Renk bilgisi

#966337 contains mainly red and green colors. #966337 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#966337 color RGB value is (150,99,55).

  • kırmız ton 150;
  • yeşil ton 99;
  • mavi ton 55.
RGB:
(150,99,55)
(59%,39%,22%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 99 of 255 = 39%
B 55 of 255 = 22%

150
99
55

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 99 + 55 = 304 (100%)
R 150 of 304 ~ 49.34%
G 99 of 304 ~ 32.57%
B 55 of 304 ~ 18.09%

%49.34
%32.57
%18.09

CMYK RENK MODELİ

#966337 rengi CMYK tonu (0,34,63,41).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.00%
  • sarı tonu 63.33%
  • ana renk tonu 41.18%
CMYK:
(0,34,63,41)
C0M34Y63K41 
(0%,34%,63%,41%)
(0.00/0.34/0.63/0.41)	

CMYK yüzdeleri

%0
%34
%63.33
%41.18

Codes

Color #966337 in popluar color models

966337
RGB1509955
HSL28°46.34%40.20%
HSB/HSV28°63.33%58.82%
CMYK0.00%34.00%63.33%
41.18%

Color #966337 in popluar number systems.

HEX966337
Decimal1509955
Binary100101101100011110111
Octal22614367

Shades and tints

Shades of #966337

#966337
(150,99,55)
#895A32
(137,90,50)
#7C512D
(124,81,45)
#6F4828
(111,72,40)
#623F23
(98,63,35)
#55361E
(85,54,30)
#482D19
(72,45,25)
#3B2414
(59,36,20)
#2E1B0F
(46,27,15)
#21120A
(33,18,10)
#140905
(20,9,5)
#000000
(0,0,0)

Tints of #966337

#966337
(150,99,55)
#9F7149
(159,113,73)
#A87F5B
(168,127,91)
#B18D6D
(177,141,109)
#BA9B7F
(186,155,127)
#C3A991
(195,169,145)
#CCB7A3
(204,183,163)
#D5C5B5
(213,197,181)
#DED3C7
(222,211,199)
#E7E1D9
(231,225,217)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966337 color. Also use rgb(150,99,55) instead hex code.

Text Font Color

.myTextColor { color: #966337; }

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

This text font color is #966337.


Background Color

.myBgColor { background-color: #966337; }

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

This div background color is #966337.


Border color

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

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

This div border color is #966337.


Opacity

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

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

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

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

This text has shadow with #966337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966337 on black background.


Color preview on white background

This text has color #966337 on white background.



Black color preview on #966337 background

This text has black color on #966337 background.


White color preview on #966337 background

This text has white color on #966337 background.