COLOR #713221

HEX: #713221
RGB: (113,50,33)

Renk bilgisi

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

RGB renk modeli

#713221 color RGB value is (113,50,33).

  • kırmız ton 113;
  • yeşil ton 50;
  • mavi ton 33.
RGB:
(113,50,33)
(44%,20%,13%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 50 of 255 = 20%
B 33 of 255 = 13%

113
50
33

R + G + B ~ 26%. #713221 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 50 + 33 = 196 (100%)
R 113 of 196 ~ 57.65%
G 50 of 196 ~ 25.51%
B 33 of 196 ~ 16.84%

%57.65
%25.51
%16.84

CMYK RENK MODELİ

#713221 rengi CMYK tonu (0,56,71,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 55.75%
  • sarı tonu 70.80%
  • ana renk tonu 55.69%
CMYK:
(0,56,71,56)
C0M56Y71K56 
(0%,56%,71%,56%)
(0.00/0.56/0.71/0.56)	

CMYK yüzdeleri

%0
%55.75
%70.8
%55.69

Codes

Color #713221 in popluar color models

713221
RGB1135033
HSL13°54.79%28.63%
HSB/HSV13°70.80%44.31%
CMYK0.00%55.75%70.80%
55.69%

Color #713221 in popluar number systems.

HEX713221
Decimal1135033
Binary1110001110010100001
Octal1616241

Shades and tints

Shades of #713221

#713221
(113,50,33)
#672E1E
(103,46,30)
#5D2A1B
(93,42,27)
#532618
(83,38,24)
#492215
(73,34,21)
#3F1E12
(63,30,18)
#351A0F
(53,26,15)
#2B160C
(43,22,12)
#211209
(33,18,9)
#170E06
(23,14,6)
#0D0A03
(13,10,3)
#000000
(0,0,0)

Tints of #713221

#713221
(113,50,33)
#7D4435
(125,68,53)
#895649
(137,86,73)
#95685D
(149,104,93)
#A17A71
(161,122,113)
#AD8C85
(173,140,133)
#B99E99
(185,158,153)
#C5B0AD
(197,176,173)
#D1C2C1
(209,194,193)
#DDD4D5
(221,212,213)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713221 color. Also use rgb(113,50,33) instead hex code.

Text Font Color

.myTextColor { color: #713221; }

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

This text font color is #713221.


Background Color

.myBgColor { background-color: #713221; }

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

This div background color is #713221.


Border color

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

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

This div border color is #713221.


Opacity

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

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

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

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

This text has shadow with #713221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713221 on black background.


Color preview on white background

This text has color #713221 on white background.



Black color preview on #713221 background

This text has black color on #713221 background.


White color preview on #713221 background

This text has white color on #713221 background.