COLOR #713E28

HEX: #713E28
RGB: (113,62,40)

Renk bilgisi

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

RGB renk modeli

#713E28 color RGB value is (113,62,40).

  • kırmız ton 113;
  • yeşil ton 62;
  • mavi ton 40.
RGB:
(113,62,40)
(44%,24%,16%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 62 of 255 = 24%
B 40 of 255 = 16%

113
62
40

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 62 + 40 = 215 (100%)
R 113 of 215 ~ 52.56%
G 62 of 215 ~ 28.84%
B 40 of 215 ~ 18.6%

%52.56
%28.84
%18.6

CMYK RENK MODELİ

#713E28 rengi CMYK tonu (0,45,65,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.13%
  • sarı tonu 64.60%
  • ana renk tonu 55.69%
CMYK:
(0,45,65,56)
C0M45Y65K56 
(0%,45%,65%,56%)
(0.00/0.45/0.65/0.56)	

CMYK yüzdeleri

%0
%45.13
%64.6
%55.69

Codes

Color #713E28 in popluar color models

713E28
RGB1136240
HSL18°47.71%30.00%
HSB/HSV18°64.60%44.31%
CMYK0.00%45.13%64.60%
55.69%

Color #713E28 in popluar number systems.

HEX713E28
Decimal1136240
Binary1110001111110101000
Octal1617650

Shades and tints

Shades of #713E28

#713E28
(113,62,40)
#673925
(103,57,37)
#5D3422
(93,52,34)
#532F1F
(83,47,31)
#492A1C
(73,42,28)
#3F2519
(63,37,25)
#352016
(53,32,22)
#2B1B13
(43,27,19)
#211610
(33,22,16)
#17110D
(23,17,13)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #713E28

#713E28
(113,62,40)
#7D4F3B
(125,79,59)
#89604E
(137,96,78)
#957161
(149,113,97)
#A18274
(161,130,116)
#AD9387
(173,147,135)
#B9A49A
(185,164,154)
#C5B5AD
(197,181,173)
#D1C6C0
(209,198,192)
#DDD7D3
(221,215,211)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713E28 color. Also use rgb(113,62,40) instead hex code.

Text Font Color

.myTextColor { color: #713E28; }

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

This text font color is #713E28.


Background Color

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

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

This div background color is #713E28.


Border color

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

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

This div border color is #713E28.


Opacity

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

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

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

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

This text has shadow with #713E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713E28 on black background.


Color preview on white background

This text has color #713E28 on white background.



Black color preview on #713E28 background

This text has black color on #713E28 background.


White color preview on #713E28 background

This text has white color on #713E28 background.