COLOR #713C18

HEX: #713C18
RGB: (113,60,24)

Renk bilgisi

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

RGB renk modeli

#713C18 color RGB value is (113,60,24).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 60 of 255 = 24%
B 24 of 255 = 9%

113
60
24

R + G + B ~ 26%. #713C18 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 60 + 24 = 197 (100%)
R 113 of 197 ~ 57.36%
G 60 of 197 ~ 30.46%
B 24 of 197 ~ 12.18%

%57.36
%30.46
%12.18

CMYK RENK MODELİ

#713C18 rengi CMYK tonu (0,47,79,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.90%
  • sarı tonu 78.76%
  • ana renk tonu 55.69%
CMYK:
(0,47,79,56)
C0M47Y79K56 
(0%,47%,79%,56%)
(0.00/0.47/0.79/0.56)	

CMYK yüzdeleri

%0
%46.9
%78.76
%55.69

Codes

Color #713C18 in popluar color models

713C18
RGB1136024
HSL24°64.96%26.86%
HSB/HSV24°78.76%44.31%
CMYK0.00%46.90%78.76%
55.69%

Color #713C18 in popluar number systems.

HEX713C18
Decimal1136024
Binary111000111110011000
Octal1617430

Shades and tints

Shades of #713C18

#713C18
(113,60,24)
#673716
(103,55,22)
#5D3214
(93,50,20)
#532D12
(83,45,18)
#492810
(73,40,16)
#3F230E
(63,35,14)
#351E0C
(53,30,12)
#2B190A
(43,25,10)
#211408
(33,20,8)
#170F06
(23,15,6)
#0D0A04
(13,10,4)
#000000
(0,0,0)

Tints of #713C18

#713C18
(113,60,24)
#7D4D2D
(125,77,45)
#895E42
(137,94,66)
#956F57
(149,111,87)
#A1806C
(161,128,108)
#AD9181
(173,145,129)
#B9A296
(185,162,150)
#C5B3AB
(197,179,171)
#D1C4C0
(209,196,192)
#DDD5D5
(221,213,213)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713C18; }

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

This text font color is #713C18.


Background Color

.myBgColor { background-color: #713C18; }

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

This div background color is #713C18.


Border color

.myBorderColor { border: 1px solid #713C18; }

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

This div border color is #713C18.


Opacity

.myOpacity80 { color: #713C18; opacity: 0.8; }

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

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

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

This text has shadow with #713C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713C18 on black background.


Color preview on white background

This text has color #713C18 on white background.



Black color preview on #713C18 background

This text has black color on #713C18 background.


White color preview on #713C18 background

This text has white color on #713C18 background.