COLOR #713C34

HEX: #713C34
RGB: (113,60,52)

Renk bilgisi

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

RGB renk modeli

#713C34 color RGB value is (113,60,52).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 60 of 255 = 24%
B 52 of 255 = 20%

113
60
52

R + G + B ~ 29%. #713C34 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 60 + 52 = 225 (100%)
R 113 of 225 ~ 50.22%
G 60 of 225 ~ 26.67%
B 52 of 225 ~ 23.11%

%50.22
%26.67
%23.11

CMYK RENK MODELİ

#713C34 rengi CMYK tonu (0,47,54,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.90%
  • sarı tonu 53.98%
  • ana renk tonu 55.69%
CMYK:
(0,47,54,56)
C0M47Y54K56 
(0%,47%,54%,56%)
(0.00/0.47/0.54/0.56)	

CMYK yüzdeleri

%0
%46.9
%53.98
%55.69

Codes

Color #713C34 in popluar color models

713C34
RGB1136052
HSL36.97%32.35%
HSB/HSV53.98%44.31%
CMYK0.00%46.90%53.98%
55.69%

Color #713C34 in popluar number systems.

HEX713C34
Decimal1136052
Binary1110001111100110100
Octal1617464

Shades and tints

Shades of #713C34

#713C34
(113,60,52)
#673730
(103,55,48)
#5D322C
(93,50,44)
#532D28
(83,45,40)
#492824
(73,40,36)
#3F2320
(63,35,32)
#351E1C
(53,30,28)
#2B1918
(43,25,24)
#211414
(33,20,20)
#170F10
(23,15,16)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #713C34

#713C34
(113,60,52)
#7D4D46
(125,77,70)
#895E58
(137,94,88)
#956F6A
(149,111,106)
#A1807C
(161,128,124)
#AD918E
(173,145,142)
#B9A2A0
(185,162,160)
#C5B3B2
(197,179,178)
#D1C4C4
(209,196,196)
#DDD5D6
(221,213,214)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713C34; }

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

This text font color is #713C34.


Background Color

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

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

This div background color is #713C34.


Border color

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

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

This div border color is #713C34.


Opacity

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

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

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

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

This text has shadow with #713C34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713C34 on black background.


Color preview on white background

This text has color #713C34 on white background.



Black color preview on #713C34 background

This text has black color on #713C34 background.


White color preview on #713C34 background

This text has white color on #713C34 background.