COLOR #713736

HEX: #713736
RGB: (113,55,54)

Renk bilgisi

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

RGB renk modeli

#713736 color RGB value is (113,55,54).

  • kırmız ton 113;
  • yeşil ton 55;
  • mavi ton 54.
RGB:
(113,55,54)
(44%,22%,21%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 55 of 255 = 22%
B 54 of 255 = 21%

113
55
54

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 55 + 54 = 222 (100%)
R 113 of 222 ~ 50.9%
G 55 of 222 ~ 24.77%
B 54 of 222 ~ 24.32%

%50.9
%24.77
%24.32

CMYK RENK MODELİ

#713736 rengi CMYK tonu (0,51,52,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.33%
  • sarı tonu 52.21%
  • ana renk tonu 55.69%
CMYK:
(0,51,52,56)
C0M51Y52K56 
(0%,51%,52%,56%)
(0.00/0.51/0.52/0.56)	

CMYK yüzdeleri

%0
%51.33
%52.21
%55.69

Codes

Color #713736 in popluar color models

713736
RGB1135554
HSL35.33%32.75%
HSB/HSV52.21%44.31%
CMYK0.00%51.33%52.21%
55.69%

Color #713736 in popluar number systems.

HEX713736
Decimal1135554
Binary1110001110111110110
Octal1616766

Shades and tints

Shades of #713736

#713736
(113,55,54)
#673232
(103,50,50)
#5D2D2E
(93,45,46)
#53282A
(83,40,42)
#492326
(73,35,38)
#3F1E22
(63,30,34)
#35191E
(53,25,30)
#2B141A
(43,20,26)
#210F16
(33,15,22)
#170A12
(23,10,18)
#0D050E
(13,5,14)
#000000
(0,0,0)

Tints of #713736

#713736
(113,55,54)
#7D4948
(125,73,72)
#895B5A
(137,91,90)
#956D6C
(149,109,108)
#A17F7E
(161,127,126)
#AD9190
(173,145,144)
#B9A3A2
(185,163,162)
#C5B5B4
(197,181,180)
#D1C7C6
(209,199,198)
#DDD9D8
(221,217,216)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713736 color. Also use rgb(113,55,54) instead hex code.

Text Font Color

.myTextColor { color: #713736; }

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

This text font color is #713736.


Background Color

.myBgColor { background-color: #713736; }

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

This div background color is #713736.


Border color

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

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

This div border color is #713736.


Opacity

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

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

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

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

This text has shadow with #713736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713736 on black background.


Color preview on white background

This text has color #713736 on white background.



Black color preview on #713736 background

This text has black color on #713736 background.


White color preview on #713736 background

This text has white color on #713736 background.