COLOR #713533

HEX: #713533
RGB: (113,53,51)

Renk bilgisi

#713533 contains mainly red color. #713533 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#713533 color RGB value is (113,53,51).

  • kırmız ton 113;
  • yeşil ton 53;
  • mavi ton 51.
RGB:
(113,53,51)
(44%,21%,20%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 53 of 255 = 21%
B 51 of 255 = 20%

113
53
51

R + G + B ~ 28%. #713533 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 53 + 51 = 217 (100%)
R 113 of 217 ~ 52.07%
G 53 of 217 ~ 24.42%
B 51 of 217 ~ 23.5%

%52.07
%24.42
%23.5

CMYK RENK MODELİ

#713533 rengi CMYK tonu (0,53,55,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 53.10%
  • sarı tonu 54.87%
  • ana renk tonu 55.69%
CMYK:
(0,53,55,56)
C0M53Y55K56 
(0%,53%,55%,56%)
(0.00/0.53/0.55/0.56)	

CMYK yüzdeleri

%0
%53.1
%54.87
%55.69

Codes

Color #713533 in popluar color models

713533
RGB1135351
HSL37.80%32.16%
HSB/HSV54.87%44.31%
CMYK0.00%53.10%54.87%
55.69%

Color #713533 in popluar number systems.

HEX713533
Decimal1135351
Binary1110001110101110011
Octal1616563

Shades and tints

Shades of #713533

#713533
(113,53,51)
#67312F
(103,49,47)
#5D2D2B
(93,45,43)
#532927
(83,41,39)
#492523
(73,37,35)
#3F211F
(63,33,31)
#351D1B
(53,29,27)
#2B1917
(43,25,23)
#211513
(33,21,19)
#17110F
(23,17,15)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #713533

#713533
(113,53,51)
#7D4745
(125,71,69)
#895957
(137,89,87)
#956B69
(149,107,105)
#A17D7B
(161,125,123)
#AD8F8D
(173,143,141)
#B9A19F
(185,161,159)
#C5B3B1
(197,179,177)
#D1C5C3
(209,197,195)
#DDD7D5
(221,215,213)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713533 color. Also use rgb(113,53,51) instead hex code.

Text Font Color

.myTextColor { color: #713533; }

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

This text font color is #713533.


Background Color

.myBgColor { background-color: #713533; }

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

This div background color is #713533.


Border color

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

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

This div border color is #713533.


Opacity

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

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

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

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

This text has shadow with #713533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713533 on black background.


Color preview on white background

This text has color #713533 on white background.



Black color preview on #713533 background

This text has black color on #713533 background.


White color preview on #713533 background

This text has white color on #713533 background.