COLOR #7F2519

HEX: #7F2519
RGB: (127,37,25)

Renk bilgisi

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

RGB renk modeli

#7F2519 color RGB value is (127,37,25).

  • kırmız ton 127;
  • yeşil ton 37;
  • mavi ton 25.
RGB:
(127,37,25)
(50%,15%,10%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 37 of 255 = 15%
B 25 of 255 = 10%

127
37
25

R + G + B ~ 25%. #7F2519 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 37 + 25 = 189 (100%)
R 127 of 189 ~ 67.2%
G 37 of 189 ~ 19.58%
B 25 of 189 ~ 13.23%

%67.2
%19.58
%13.23

CMYK RENK MODELİ

#7F2519 rengi CMYK tonu (0,71,80,50).

  • camgöbeği tonu 0.00%
  • eflatun tonu 70.87%
  • sarı tonu 80.31%
  • ana renk tonu 50.20%
CMYK:
(0,71,80,50)
C0M71Y80K50 
(0%,71%,80%,50%)
(0.00/0.71/0.80/0.50)	

CMYK yüzdeleri

%0
%70.87
%80.31
%50.2

Codes

Color #7F2519 in popluar color models

7F2519
RGB1273725
HSL67.11%29.80%
HSB/HSV80.31%49.80%
CMYK0.00%70.87%80.31%
50.20%

Color #7F2519 in popluar number systems.

HEX7F2519
Decimal1273725
Binary111111110010111001
Octal1774531

Shades and tints

Shades of #7F2519

#7F2519
(127,37,25)
#742217
(116,34,23)
#691F15
(105,31,21)
#5E1C13
(94,28,19)
#531911
(83,25,17)
#48160F
(72,22,15)
#3D130D
(61,19,13)
#32100B
(50,16,11)
#270D09
(39,13,9)
#1C0A07
(28,10,7)
#110705
(17,7,5)
#000000
(0,0,0)

Tints of #7F2519

#7F2519
(127,37,25)
#8A382D
(138,56,45)
#954B41
(149,75,65)
#A05E55
(160,94,85)
#AB7169
(171,113,105)
#B6847D
(182,132,125)
#C19791
(193,151,145)
#CCAAA5
(204,170,165)
#D7BDB9
(215,189,185)
#E2D0CD
(226,208,205)
#EDE3E1
(237,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F2519 color. Also use rgb(127,37,25) instead hex code.

Text Font Color

.myTextColor { color: #7F2519; }

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

This text font color is #7F2519.


Background Color

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

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

This div background color is #7F2519.


Border color

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

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

This div border color is #7F2519.


Opacity

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

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

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

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

This text has shadow with #7F2519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F2519 on black background.


Color preview on white background

This text has color #7F2519 on white background.



Black color preview on #7F2519 background

This text has black color on #7F2519 background.


White color preview on #7F2519 background

This text has white color on #7F2519 background.