COLOR #995331

HEX: #995331
RGB: (153,83,49)

Renk bilgisi

#995331 contains mainly red color. #995331 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#995331 color RGB value is (153,83,49).

  • kırmız ton 153;
  • yeşil ton 83;
  • mavi ton 49.
RGB:
(153,83,49)
(60%,33%,19%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 83 of 255 = 33%
B 49 of 255 = 19%

153
83
49

R + G + B ~ 37%. #995331 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 83 + 49 = 285 (100%)
R 153 of 285 ~ 53.68%
G 83 of 285 ~ 29.12%
B 49 of 285 ~ 17.19%

%53.68
%29.12
%17.19

CMYK RENK MODELİ

#995331 rengi CMYK tonu (0,46,68,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.75%
  • sarı tonu 67.97%
  • ana renk tonu 40.00%
CMYK:
(0,46,68,40)
C0M46Y68K40 
(0%,46%,68%,40%)
(0.00/0.46/0.68/0.40)	

CMYK yüzdeleri

%0
%45.75
%67.97
%40

Codes

Color #995331 in popluar color models

995331
RGB1538349
HSL20°51.49%39.61%
HSB/HSV20°67.97%60.00%
CMYK0.00%45.75%67.97%
40.00%

Color #995331 in popluar number systems.

HEX995331
Decimal1538349
Binary100110011010011110001
Octal23112361

Shades and tints

Shades of #995331

#995331
(153,83,49)
#8C4C2D
(140,76,45)
#7F4529
(127,69,41)
#723E25
(114,62,37)
#653721
(101,55,33)
#58301D
(88,48,29)
#4B2919
(75,41,25)
#3E2215
(62,34,21)
#311B11
(49,27,17)
#24140D
(36,20,13)
#170D09
(23,13,9)
#000000
(0,0,0)

Tints of #995331

#995331
(153,83,49)
#A26243
(162,98,67)
#AB7155
(171,113,85)
#B48067
(180,128,103)
#BD8F79
(189,143,121)
#C69E8B
(198,158,139)
#CFAD9D
(207,173,157)
#D8BCAF
(216,188,175)
#E1CBC1
(225,203,193)
#EADAD3
(234,218,211)
#F3E9E5
(243,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995331 color. Also use rgb(153,83,49) instead hex code.

Text Font Color

.myTextColor { color: #995331; }

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

This text font color is #995331.


Background Color

.myBgColor { background-color: #995331; }

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

This div background color is #995331.


Border color

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

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

This div border color is #995331.


Opacity

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

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

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

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

This text has shadow with #995331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995331 on black background.


Color preview on white background

This text has color #995331 on white background.



Black color preview on #995331 background

This text has black color on #995331 background.


White color preview on #995331 background

This text has white color on #995331 background.