COLOR #950249

HEX: #950249
RGB: (149,2,73)

Renk bilgisi

#950249 contains mainly red color. #950249 ‘ nin web güvenlik rengi #990033 (ya da #903) dir.

RGB renk modeli

#950249 color RGB value is (149,2,73).

  • kırmız ton 149;
  • yeşil ton 2;
  • mavi ton 73.
RGB:
(149,2,73)
(58%,1%,29%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 2 of 255 = 1%
B 73 of 255 = 29%

149
2
73

R + G + B ~ 29%. #950249 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 2 + 73 = 224 (100%)
R 149 of 224 ~ 66.52%
G 2 of 224 ~ 0.89%
B 73 of 224 ~ 32.59%

%66.52
%32.59

CMYK RENK MODELİ

#950249 rengi CMYK tonu (0,99,51,42).

  • camgöbeği tonu 0.00%
  • eflatun tonu 98.66%
  • sarı tonu 51.01%
  • ana renk tonu 41.57%
CMYK:
(0,99,51,42)
C0M99Y51K42 
(0%,99%,51%,42%)
(0.00/0.99/0.51/0.42)	

CMYK yüzdeleri

%0
%98.66
%51.01
%41.57

Codes

Color #950249 in popluar color models

950249
RGB149273
HSL331°97.35%29.61%
HSB/HSV331°98.66%58.43%
CMYK0.00%98.66%51.01%
41.57%

Color #950249 in popluar number systems.

HEX950249
Decimal149273
Binary10010101101001001
Octal2252111

Shades and tints

Shades of #950249

#950249
(149,2,73)
#880243
(136,2,67)
#7B023D
(123,2,61)
#6E0237
(110,2,55)
#610231
(97,2,49)
#54022B
(84,2,43)
#470225
(71,2,37)
#3A021F
(58,2,31)
#2D0219
(45,2,25)
#200213
(32,2,19)
#13020D
(19,2,13)
#000000
(0,0,0)

Tints of #950249

#950249
(149,2,73)
#9E1959
(158,25,89)
#A73069
(167,48,105)
#B04779
(176,71,121)
#B95E89
(185,94,137)
#C27599
(194,117,153)
#CB8CA9
(203,140,169)
#D4A3B9
(212,163,185)
#DDBAC9
(221,186,201)
#E6D1D9
(230,209,217)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #950249 color. Also use rgb(149,2,73) instead hex code.

Text Font Color

.myTextColor { color: #950249; }

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

This text font color is #950249.


Background Color

.myBgColor { background-color: #950249; }

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

This div background color is #950249.


Border color

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

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

This div border color is #950249.


Opacity

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

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

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

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

This text has shadow with #950249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #950249 on black background.


Color preview on white background

This text has color #950249 on white background.



Black color preview on #950249 background

This text has black color on #950249 background.


White color preview on #950249 background

This text has white color on #950249 background.