COLOR #713B4C

HEX: #713B4C
RGB: (113,59,76)

Renk bilgisi

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

RGB renk modeli

#713B4C color RGB value is (113,59,76).

  • kırmız ton 113;
  • yeşil ton 59;
  • mavi ton 76.
RGB:
(113,59,76)
(44%,23%,30%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 59 of 255 = 23%
B 76 of 255 = 30%

113
59
76

R + G + B ~ 32%. #713B4C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 59 + 76 = 248 (100%)
R 113 of 248 ~ 45.56%
G 59 of 248 ~ 23.79%
B 76 of 248 ~ 30.65%

%45.56
%23.79
%30.65

CMYK RENK MODELİ

#713B4C rengi CMYK tonu (0,48,33,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.79%
  • sarı tonu 32.74%
  • ana renk tonu 55.69%
CMYK:
(0,48,33,56)
C0M48Y33K56 
(0%,48%,33%,56%)
(0.00/0.48/0.33/0.56)	

CMYK yüzdeleri

%0
%47.79
%32.74
%55.69

Codes

Color #713B4C in popluar color models

713B4C
RGB1135976
HSL341°31.40%33.73%
HSB/HSV341°47.79%44.31%
CMYK0.00%47.79%32.74%
55.69%

Color #713B4C in popluar number systems.

HEX713B4C
Decimal1135976
Binary11100011110111001100
Octal16173114

Shades and tints

Shades of #713B4C

#713B4C
(113,59,76)
#673646
(103,54,70)
#5D3140
(93,49,64)
#532C3A
(83,44,58)
#492734
(73,39,52)
#3F222E
(63,34,46)
#351D28
(53,29,40)
#2B1822
(43,24,34)
#21131C
(33,19,28)
#170E16
(23,14,22)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #713B4C

#713B4C
(113,59,76)
#7D4C5C
(125,76,92)
#895D6C
(137,93,108)
#956E7C
(149,110,124)
#A17F8C
(161,127,140)
#AD909C
(173,144,156)
#B9A1AC
(185,161,172)
#C5B2BC
(197,178,188)
#D1C3CC
(209,195,204)
#DDD4DC
(221,212,220)
#E9E5EC
(233,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713B4C color. Also use rgb(113,59,76) instead hex code.

Text Font Color

.myTextColor { color: #713B4C; }

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

This text font color is #713B4C.


Background Color

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

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

This div background color is #713B4C.


Border color

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

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

This div border color is #713B4C.


Opacity

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

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

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

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

This text has shadow with #713B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713B4C on black background.


Color preview on white background

This text has color #713B4C on white background.



Black color preview on #713B4C background

This text has black color on #713B4C background.


White color preview on #713B4C background

This text has white color on #713B4C background.