COLOR #713827

HEX: #713827
RGB: (113,56,39)

Renk bilgisi

#713827 contains mainly red and green colors. #713827 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#713827 color RGB value is (113,56,39).

  • kırmız ton 113;
  • yeşil ton 56;
  • mavi ton 39.
RGB:
(113,56,39)
(44%,22%,15%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 56 of 255 = 22%
B 39 of 255 = 15%

113
56
39

R + G + B ~ 27%. #713827 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 56 + 39 = 208 (100%)
R 113 of 208 ~ 54.33%
G 56 of 208 ~ 26.92%
B 39 of 208 ~ 18.75%

%54.33
%26.92
%18.75

CMYK RENK MODELİ

#713827 rengi CMYK tonu (0,50,65,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.44%
  • sarı tonu 65.49%
  • ana renk tonu 55.69%
CMYK:
(0,50,65,56)
C0M50Y65K56 
(0%,50%,65%,56%)
(0.00/0.50/0.65/0.56)	

CMYK yüzdeleri

%0
%50.44
%65.49
%55.69

Codes

Color #713827 in popluar color models

713827
RGB1135639
HSL14°48.68%29.80%
HSB/HSV14°65.49%44.31%
CMYK0.00%50.44%65.49%
55.69%

Color #713827 in popluar number systems.

HEX713827
Decimal1135639
Binary1110001111000100111
Octal1617047

Shades and tints

Shades of #713827

#713827
(113,56,39)
#673324
(103,51,36)
#5D2E21
(93,46,33)
#53291E
(83,41,30)
#49241B
(73,36,27)
#3F1F18
(63,31,24)
#351A15
(53,26,21)
#2B1512
(43,21,18)
#21100F
(33,16,15)
#170B0C
(23,11,12)
#0D0609
(13,6,9)
#000000
(0,0,0)

Tints of #713827

#713827
(113,56,39)
#7D4A3A
(125,74,58)
#895C4D
(137,92,77)
#956E60
(149,110,96)
#A18073
(161,128,115)
#AD9286
(173,146,134)
#B9A499
(185,164,153)
#C5B6AC
(197,182,172)
#D1C8BF
(209,200,191)
#DDDAD2
(221,218,210)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713827 color. Also use rgb(113,56,39) instead hex code.

Text Font Color

.myTextColor { color: #713827; }

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

This text font color is #713827.


Background Color

.myBgColor { background-color: #713827; }

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

This div background color is #713827.


Border color

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

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

This div border color is #713827.


Opacity

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

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

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

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

This text has shadow with #713827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713827 on black background.


Color preview on white background

This text has color #713827 on white background.



Black color preview on #713827 background

This text has black color on #713827 background.


White color preview on #713827 background

This text has white color on #713827 background.