COLOR #995149

HEX: #995149
RGB: (153,81,73)

Renk bilgisi

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

RGB renk modeli

#995149 color RGB value is (153,81,73).

  • kırmız ton 153;
  • yeşil ton 81;
  • mavi ton 73.
RGB:
(153,81,73)
(60%,32%,29%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 81 of 255 = 32%
B 73 of 255 = 29%

153
81
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 81 + 73 = 307 (100%)
R 153 of 307 ~ 49.84%
G 81 of 307 ~ 26.38%
B 73 of 307 ~ 23.78%

%49.84
%26.38
%23.78

CMYK RENK MODELİ

#995149 rengi CMYK tonu (0,47,52,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.06%
  • sarı tonu 52.29%
  • ana renk tonu 40.00%
CMYK:
(0,47,52,40)
C0M47Y52K40 
(0%,47%,52%,40%)
(0.00/0.47/0.52/0.40)	

CMYK yüzdeleri

%0
%47.06
%52.29
%40

Codes

Color #995149 in popluar color models

995149
RGB1538173
HSL35.40%44.31%
HSB/HSV52.29%60.00%
CMYK0.00%47.06%52.29%
40.00%

Color #995149 in popluar number systems.

HEX995149
Decimal1538173
Binary1001100110100011001001
Octal231121111

Shades and tints

Shades of #995149

#995149
(153,81,73)
#8C4A43
(140,74,67)
#7F433D
(127,67,61)
#723C37
(114,60,55)
#653531
(101,53,49)
#582E2B
(88,46,43)
#4B2725
(75,39,37)
#3E201F
(62,32,31)
#311919
(49,25,25)
#241213
(36,18,19)
#170B0D
(23,11,13)
#000000
(0,0,0)

Tints of #995149

#995149
(153,81,73)
#A26059
(162,96,89)
#AB6F69
(171,111,105)
#B47E79
(180,126,121)
#BD8D89
(189,141,137)
#C69C99
(198,156,153)
#CFABA9
(207,171,169)
#D8BAB9
(216,186,185)
#E1C9C9
(225,201,201)
#EAD8D9
(234,216,217)
#F3E7E9
(243,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995149 color. Also use rgb(153,81,73) instead hex code.

Text Font Color

.myTextColor { color: #995149; }

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

This text font color is #995149.


Background Color

.myBgColor { background-color: #995149; }

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

This div background color is #995149.


Border color

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

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

This div border color is #995149.


Opacity

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

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

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

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

This text has shadow with #995149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995149 on black background.


Color preview on white background

This text has color #995149 on white background.



Black color preview on #995149 background

This text has black color on #995149 background.


White color preview on #995149 background

This text has white color on #995149 background.