COLOR #950914

HEX: #950914
RGB: (149,9,20)

Renk bilgisi

#950914 contains mainly red color. #950914 ‘ nin web güvenlik rengi #990000 (ya da #900) dir.

RGB renk modeli

#950914 color RGB value is (149,9,20).

  • kırmız ton 149;
  • yeşil ton 9;
  • mavi ton 20.
RGB:
(149,9,20)
(58%,4%,8%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 9 of 255 = 4%
B 20 of 255 = 8%

149
9
20

R + G + B ~ 23%. #950914 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 9 + 20 = 178 (100%)
R 149 of 178 ~ 83.71%
G 9 of 178 ~ 5.06%
B 20 of 178 ~ 11.24%

%83.71
%11.24

CMYK RENK MODELİ

#950914 rengi CMYK tonu (0,94,87,42).

  • camgöbeği tonu 0.00%
  • eflatun tonu 93.96%
  • sarı tonu 86.58%
  • ana renk tonu 41.57%
CMYK:
(0,94,87,42)
C0M94Y87K42 
(0%,94%,87%,42%)
(0.00/0.94/0.87/0.42)	

CMYK yüzdeleri

%0
%93.96
%86.58
%41.57

Codes

Color #950914 in popluar color models

950914
RGB149920
HSL355°88.61%30.98%
HSB/HSV355°93.96%58.43%
CMYK0.00%93.96%86.58%
41.57%

Color #950914 in popluar number systems.

HEX950914
Decimal149920
Binary10010101100110100
Octal2251124

Shades and tints

Shades of #950914

#950914
(149,9,20)
#880913
(136,9,19)
#7B0912
(123,9,18)
#6E0911
(110,9,17)
#610910
(97,9,16)
#54090F
(84,9,15)
#47090E
(71,9,14)
#3A090D
(58,9,13)
#2D090C
(45,9,12)
#20090B
(32,9,11)
#13090A
(19,9,10)
#000000
(0,0,0)

Tints of #950914

#950914
(149,9,20)
#9E1F29
(158,31,41)
#A7353E
(167,53,62)
#B04B53
(176,75,83)
#B96168
(185,97,104)
#C2777D
(194,119,125)
#CB8D92
(203,141,146)
#D4A3A7
(212,163,167)
#DDB9BC
(221,185,188)
#E6CFD1
(230,207,209)
#EFE5E6
(239,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #950914 color. Also use rgb(149,9,20) instead hex code.

Text Font Color

.myTextColor { color: #950914; }

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

This text font color is #950914.


Background Color

.myBgColor { background-color: #950914; }

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

This div background color is #950914.


Border color

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

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

This div border color is #950914.


Opacity

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

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

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

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

This text has shadow with #950914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #950914 on black background.


Color preview on white background

This text has color #950914 on white background.



Black color preview on #950914 background

This text has black color on #950914 background.


White color preview on #950914 background

This text has white color on #950914 background.