COLOR #7D1C12

HEX: #7D1C12
RGB: (125,28,18)

Renk bilgisi

#7D1C12 contains mainly red color. #7D1C12 ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#7D1C12 color RGB value is (125,28,18).

  • kırmız ton 125;
  • yeşil ton 28;
  • mavi ton 18.
RGB:
(125,28,18)
(49%,11%,7%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 28 of 255 = 11%
B 18 of 255 = 7%

125
28
18

R + G + B ~ 22%. #7D1C12 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 28 + 18 = 171 (100%)
R 125 of 171 ~ 73.1%
G 28 of 171 ~ 16.37%
B 18 of 171 ~ 10.53%

%73.1
%16.37
%10.53

CMYK RENK MODELİ

#7D1C12 rengi CMYK tonu (0,78,86,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 77.60%
  • sarı tonu 85.60%
  • ana renk tonu 50.98%
CMYK:
(0,78,86,51)
C0M78Y86K51 
(0%,78%,86%,51%)
(0.00/0.78/0.86/0.51)	

CMYK yüzdeleri

%0
%77.6
%85.6
%50.98

Codes

Color #7D1C12 in popluar color models

7D1C12
RGB1252818
HSL74.83%28.04%
HSB/HSV85.60%49.02%
CMYK0.00%77.60%85.60%
50.98%

Color #7D1C12 in popluar number systems.

HEX7D1C12
Decimal1252818
Binary11111011110010010
Octal1753422

Shades and tints

Shades of #7D1C12

#7D1C12
(125,28,18)
#721A11
(114,26,17)
#671810
(103,24,16)
#5C160F
(92,22,15)
#51140E
(81,20,14)
#46120D
(70,18,13)
#3B100C
(59,16,12)
#300E0B
(48,14,11)
#250C0A
(37,12,10)
#1A0A09
(26,10,9)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #7D1C12

#7D1C12
(125,28,18)
#883027
(136,48,39)
#93443C
(147,68,60)
#9E5851
(158,88,81)
#A96C66
(169,108,102)
#B4807B
(180,128,123)
#BF9490
(191,148,144)
#CAA8A5
(202,168,165)
#D5BCBA
(213,188,186)
#E0D0CF
(224,208,207)
#EBE4E4
(235,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D1C12 color. Also use rgb(125,28,18) instead hex code.

Text Font Color

.myTextColor { color: #7D1C12; }

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

This text font color is #7D1C12.


Background Color

.myBgColor { background-color: #7D1C12; }

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

This div background color is #7D1C12.


Border color

.myBorderColor { border: 1px solid #7D1C12; }

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

This div border color is #7D1C12.


Opacity

.myOpacity80 { color: #7D1C12; opacity: 0.8; }

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

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

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

This text has shadow with #7D1C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1C12 on black background.


Color preview on white background

This text has color #7D1C12 on white background.



Black color preview on #7D1C12 background

This text has black color on #7D1C12 background.


White color preview on #7D1C12 background

This text has white color on #7D1C12 background.