COLOR #7D1F07

HEX: #7D1F07
RGB: (125,31,7)

Renk bilgisi

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

RGB renk modeli

#7D1F07 color RGB value is (125,31,7).

  • kırmız ton 125;
  • yeşil ton 31;
  • mavi ton 7.
RGB:
(125,31,7)
(49%,12%,3%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 31 of 255 = 12%
B 7 of 255 = 3%

125
31
7

R + G + B ~ 21%. #7D1F07 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 31 + 7 = 163 (100%)
R 125 of 163 ~ 76.69%
G 31 of 163 ~ 19.02%
B 7 of 163 ~ 4.29%

%76.69
%19.02

CMYK RENK MODELİ

#7D1F07 rengi CMYK tonu (0,75,94,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 75.20%
  • sarı tonu 94.40%
  • ana renk tonu 50.98%
CMYK:
(0,75,94,51)
C0M75Y94K51 
(0%,75%,94%,51%)
(0.00/0.75/0.94/0.51)	

CMYK yüzdeleri

%0
%75.2
%94.4
%50.98

Codes

Color #7D1F07 in popluar color models

7D1F07
RGB125317
HSL12°89.39%25.88%
HSB/HSV12°94.40%49.02%
CMYK0.00%75.20%94.40%
50.98%

Color #7D1F07 in popluar number systems.

HEX7D1F07
Decimal125317
Binary111110111111111
Octal175377

Shades and tints

Shades of #7D1F07

#7D1F07
(125,31,7)
#721D07
(114,29,7)
#671B07
(103,27,7)
#5C1907
(92,25,7)
#511707
(81,23,7)
#461507
(70,21,7)
#3B1307
(59,19,7)
#301107
(48,17,7)
#250F07
(37,15,7)
#1A0D07
(26,13,7)
#0F0B07
(15,11,7)
#000000
(0,0,0)

Tints of #7D1F07

#7D1F07
(125,31,7)
#88331D
(136,51,29)
#934733
(147,71,51)
#9E5B49
(158,91,73)
#A96F5F
(169,111,95)
#B48375
(180,131,117)
#BF978B
(191,151,139)
#CAABA1
(202,171,161)
#D5BFB7
(213,191,183)
#E0D3CD
(224,211,205)
#EBE7E3
(235,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D1F07; }

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

This text font color is #7D1F07.


Background Color

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

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

This div background color is #7D1F07.


Border color

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

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

This div border color is #7D1F07.


Opacity

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

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

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

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

This text has shadow with #7D1F07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1F07 on black background.


Color preview on white background

This text has color #7D1F07 on white background.



Black color preview on #7D1F07 background

This text has black color on #7D1F07 background.


White color preview on #7D1F07 background

This text has white color on #7D1F07 background.