COLOR #996B58

HEX: #996B58
RGB: (153,107,88)

Renk bilgisi

#996B58 contains mainly red and green colors. #996B58 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#996B58 color RGB value is (153,107,88).

  • kırmız ton 153;
  • yeşil ton 107;
  • mavi ton 88.
RGB:
(153,107,88)
(60%,42%,35%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 107 of 255 = 42%
B 88 of 255 = 35%

153
107
88

R + G + B ~ 46%. #996B58 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 107 + 88 = 348 (100%)
R 153 of 348 ~ 43.97%
G 107 of 348 ~ 30.75%
B 88 of 348 ~ 25.29%

%43.97
%30.75
%25.29

CMYK RENK MODELİ

#996B58 rengi CMYK tonu (0,30,42,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.07%
  • sarı tonu 42.48%
  • ana renk tonu 40.00%
CMYK:
(0,30,42,40)
C0M30Y42K40 
(0%,30%,42%,40%)
(0.00/0.30/0.42/0.40)	

CMYK yüzdeleri

%0
%30.07
%42.48
%40

Codes

Color #996B58 in popluar color models

996B58
RGB15310788
HSL18°26.97%47.25%
HSB/HSV18°42.48%60.00%
CMYK0.00%30.07%42.48%
40.00%

Color #996B58 in popluar number systems.

HEX996B58
Decimal15310788
Binary1001100111010111011000
Octal231153130

Shades and tints

Shades of #996B58

#996B58
(153,107,88)
#8C6250
(140,98,80)
#7F5948
(127,89,72)
#725040
(114,80,64)
#654738
(101,71,56)
#583E30
(88,62,48)
#4B3528
(75,53,40)
#3E2C20
(62,44,32)
#312318
(49,35,24)
#241A10
(36,26,16)
#171108
(23,17,8)
#000000
(0,0,0)

Tints of #996B58

#996B58
(153,107,88)
#A27867
(162,120,103)
#AB8576
(171,133,118)
#B49285
(180,146,133)
#BD9F94
(189,159,148)
#C6ACA3
(198,172,163)
#CFB9B2
(207,185,178)
#D8C6C1
(216,198,193)
#E1D3D0
(225,211,208)
#EAE0DF
(234,224,223)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996B58 color. Also use rgb(153,107,88) instead hex code.

Text Font Color

.myTextColor { color: #996B58; }

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

This text font color is #996B58.


Background Color

.myBgColor { background-color: #996B58; }

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

This div background color is #996B58.


Border color

.myBorderColor { border: 1px solid #996B58; }

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

This div border color is #996B58.


Opacity

.myOpacity80 { color: #996B58; opacity: 0.8; }

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

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

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

This text has shadow with #996B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996B58 on black background.


Color preview on white background

This text has color #996B58 on white background.



Black color preview on #996B58 background

This text has black color on #996B58 background.


White color preview on #996B58 background

This text has white color on #996B58 background.