COLOR #713F38

HEX: #713F38
RGB: (113,63,56)

Renk bilgisi

#713F38 contains red, green and blue colors in about the same proportion. #713F38 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#713F38 color RGB value is (113,63,56).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 63 of 255 = 25%
B 56 of 255 = 22%

113
63
56

R + G + B ~ 30%. #713F38 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 63 + 56 = 232 (100%)
R 113 of 232 ~ 48.71%
G 63 of 232 ~ 27.16%
B 56 of 232 ~ 24.14%

%48.71
%27.16
%24.14

CMYK RENK MODELİ

#713F38 rengi CMYK tonu (0,44,50,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.25%
  • sarı tonu 50.44%
  • ana renk tonu 55.69%
CMYK:
(0,44,50,56)
C0M44Y50K56 
(0%,44%,50%,56%)
(0.00/0.44/0.50/0.56)	

CMYK yüzdeleri

%0
%44.25
%50.44
%55.69

Codes

Color #713F38 in popluar color models

713F38
RGB1136356
HSL33.73%33.14%
HSB/HSV50.44%44.31%
CMYK0.00%44.25%50.44%
55.69%

Color #713F38 in popluar number systems.

HEX713F38
Decimal1136356
Binary1110001111111111000
Octal1617770

Shades and tints

Shades of #713F38

#713F38
(113,63,56)
#673A33
(103,58,51)
#5D352E
(93,53,46)
#533029
(83,48,41)
#492B24
(73,43,36)
#3F261F
(63,38,31)
#35211A
(53,33,26)
#2B1C15
(43,28,21)
#211710
(33,23,16)
#17120B
(23,18,11)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #713F38

#713F38
(113,63,56)
#7D504A
(125,80,74)
#89615C
(137,97,92)
#95726E
(149,114,110)
#A18380
(161,131,128)
#AD9492
(173,148,146)
#B9A5A4
(185,165,164)
#C5B6B6
(197,182,182)
#D1C7C8
(209,199,200)
#DDD8DA
(221,216,218)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713F38; }

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

This text font color is #713F38.


Background Color

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

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

This div background color is #713F38.


Border color

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

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

This div border color is #713F38.


Opacity

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

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

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

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

This text has shadow with #713F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713F38 on black background.


Color preview on white background

This text has color #713F38 on white background.



Black color preview on #713F38 background

This text has black color on #713F38 background.


White color preview on #713F38 background

This text has white color on #713F38 background.