COLOR #750D15

HEX: #750D15
RGB: (117,13,21)

Renk bilgisi

#750D15 contains mainly red color. #750D15 ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#750D15 color RGB value is (117,13,21).

  • kırmız ton 117;
  • yeşil ton 13;
  • mavi ton 21.
RGB:
(117,13,21)
(46%,5%,8%)

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 13 of 255 = 5%
B 21 of 255 = 8%

117
13
21

R + G + B ~ 20%. #750D15 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 13 + 21 = 151 (100%)
R 117 of 151 ~ 77.48%
G 13 of 151 ~ 8.61%
B 21 of 151 ~ 13.91%

%77.48
%13.91

CMYK RENK MODELİ

#750D15 rengi CMYK tonu (0,89,82,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 88.89%
  • sarı tonu 82.05%
  • ana renk tonu 54.12%
CMYK:
(0,89,82,54)
C0M89Y82K54 
(0%,89%,82%,54%)
(0.00/0.89/0.82/0.54)	

CMYK yüzdeleri

%0
%88.89
%82.05
%54.12

Codes

Color #750D15 in popluar color models

750D15
RGB1171321
HSL355°80.00%25.49%
HSB/HSV355°88.89%45.88%
CMYK0.00%88.89%82.05%
54.12%

Color #750D15 in popluar number systems.

HEX750D15
Decimal1171321
Binary1110101110110101
Octal1651525

Shades and tints

Shades of #750D15

#750D15
(117,13,21)
#6B0C14
(107,12,20)
#610B13
(97,11,19)
#570A12
(87,10,18)
#4D0911
(77,9,17)
#430810
(67,8,16)
#39070F
(57,7,15)
#2F060E
(47,6,14)
#25050D
(37,5,13)
#1B040C
(27,4,12)
#11030B
(17,3,11)
#000000
(0,0,0)

Tints of #750D15

#750D15
(117,13,21)
#81232A
(129,35,42)
#8D393F
(141,57,63)
#994F54
(153,79,84)
#A56569
(165,101,105)
#B17B7E
(177,123,126)
#BD9193
(189,145,147)
#C9A7A8
(201,167,168)
#D5BDBD
(213,189,189)
#E1D3D2
(225,211,210)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #750D15 color. Also use rgb(117,13,21) instead hex code.

Text Font Color

.myTextColor { color: #750D15; }

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

This text font color is #750D15.


Background Color

.myBgColor { background-color: #750D15; }

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

This div background color is #750D15.


Border color

.myBorderColor { border: 1px solid #750D15; }

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

This div border color is #750D15.


Opacity

.myOpacity80 { color: #750D15; opacity: 0.8; }

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

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

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

This text has shadow with #750D15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750D15 on black background.


Color preview on white background

This text has color #750D15 on white background.



Black color preview on #750D15 background

This text has black color on #750D15 background.


White color preview on #750D15 background

This text has white color on #750D15 background.