COLOR #702713

HEX: #702713
RGB: (112,39,19)

Renk bilgisi

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

RGB renk modeli

#702713 color RGB value is (112,39,19).

  • kırmız ton 112;
  • yeşil ton 39;
  • mavi ton 19.
RGB:
(112,39,19)
(44%,15%,7%)

RGB bağlantıları ve doygunluk

R 112 of 255 = 44%
G 39 of 255 = 15%
B 19 of 255 = 7%

112
39
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
112 + 39 + 19 = 170 (100%)
R 112 of 170 ~ 65.88%
G 39 of 170 ~ 22.94%
B 19 of 170 ~ 11.18%

%65.88
%22.94
%11.18

CMYK RENK MODELİ

#702713 rengi CMYK tonu (0,65,83,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.18%
  • sarı tonu 83.04%
  • ana renk tonu 56.08%
CMYK:
(0,65,83,56)
C0M65Y83K56 
(0%,65%,83%,56%)
(0.00/0.65/0.83/0.56)	

CMYK yüzdeleri

%0
%65.18
%83.04
%56.08

Codes

Color #702713 in popluar color models

702713
RGB1123919
HSL13°70.99%25.69%
HSB/HSV13°83.04%43.92%
CMYK0.00%65.18%83.04%
56.08%

Color #702713 in popluar number systems.

HEX702713
Decimal1123919
Binary111000010011110011
Octal1604723

Shades and tints

Shades of #702713

#702713
(112,39,19)
#662412
(102,36,18)
#5C2111
(92,33,17)
#521E10
(82,30,16)
#481B0F
(72,27,15)
#3E180E
(62,24,14)
#34150D
(52,21,13)
#2A120C
(42,18,12)
#200F0B
(32,15,11)
#160C0A
(22,12,10)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #702713

#702713
(112,39,19)
#7D3A28
(125,58,40)
#8A4D3D
(138,77,61)
#976052
(151,96,82)
#A47367
(164,115,103)
#B1867C
(177,134,124)
#BE9991
(190,153,145)
#CBACA6
(203,172,166)
#D8BFBB
(216,191,187)
#E5D2D0
(229,210,208)
#F2E5E5
(242,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #702713 color. Also use rgb(112,39,19) instead hex code.

Text Font Color

.myTextColor { color: #702713; }

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

This text font color is #702713.


Background Color

.myBgColor { background-color: #702713; }

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

This div background color is #702713.


Border color

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

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

This div border color is #702713.


Opacity

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

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

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

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

This text has shadow with #702713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #702713 on black background.


Color preview on white background

This text has color #702713 on white background.



Black color preview on #702713 background

This text has black color on #702713 background.


White color preview on #702713 background

This text has white color on #702713 background.