COLOR #713718

HEX: #713718
RGB: (113,55,24)

Renk bilgisi

#713718 contains mainly red and green colors. #713718 ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#713718 color RGB value is (113,55,24).

  • kırmız ton 113;
  • yeşil ton 55;
  • mavi ton 24.
RGB:
(113,55,24)
(44%,22%,9%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 55 of 255 = 22%
B 24 of 255 = 9%

113
55
24

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 55 + 24 = 192 (100%)
R 113 of 192 ~ 58.85%
G 55 of 192 ~ 28.65%
B 24 of 192 ~ 12.5%

%58.85
%28.65
%12.5

CMYK RENK MODELİ

#713718 rengi CMYK tonu (0,51,79,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.33%
  • sarı tonu 78.76%
  • ana renk tonu 55.69%
CMYK:
(0,51,79,56)
C0M51Y79K56 
(0%,51%,79%,56%)
(0.00/0.51/0.79/0.56)	

CMYK yüzdeleri

%0
%51.33
%78.76
%55.69

Codes

Color #713718 in popluar color models

713718
RGB1135524
HSL21°64.96%26.86%
HSB/HSV21°78.76%44.31%
CMYK0.00%51.33%78.76%
55.69%

Color #713718 in popluar number systems.

HEX713718
Decimal1135524
Binary111000111011111000
Octal1616730

Shades and tints

Shades of #713718

#713718
(113,55,24)
#673216
(103,50,22)
#5D2D14
(93,45,20)
#532812
(83,40,18)
#492310
(73,35,16)
#3F1E0E
(63,30,14)
#35190C
(53,25,12)
#2B140A
(43,20,10)
#210F08
(33,15,8)
#170A06
(23,10,6)
#0D0504
(13,5,4)
#000000
(0,0,0)

Tints of #713718

#713718
(113,55,24)
#7D492D
(125,73,45)
#895B42
(137,91,66)
#956D57
(149,109,87)
#A17F6C
(161,127,108)
#AD9181
(173,145,129)
#B9A396
(185,163,150)
#C5B5AB
(197,181,171)
#D1C7C0
(209,199,192)
#DDD9D5
(221,217,213)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713718 color. Also use rgb(113,55,24) instead hex code.

Text Font Color

.myTextColor { color: #713718; }

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

This text font color is #713718.


Background Color

.myBgColor { background-color: #713718; }

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

This div background color is #713718.


Border color

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

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

This div border color is #713718.


Opacity

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

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

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

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

This text has shadow with #713718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713718 on black background.


Color preview on white background

This text has color #713718 on white background.



Black color preview on #713718 background

This text has black color on #713718 background.


White color preview on #713718 background

This text has white color on #713718 background.