COLOR #71493C

HEX: #71493C
RGB: (113,73,60)

Renk bilgisi

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

RGB renk modeli

#71493C color RGB value is (113,73,60).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 73 of 255 = 29%
B 60 of 255 = 24%

113
73
60

R + G + B ~ 32%. #71493C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 73 + 60 = 246 (100%)
R 113 of 246 ~ 45.93%
G 73 of 246 ~ 29.67%
B 60 of 246 ~ 24.39%

%45.93
%29.67
%24.39

CMYK RENK MODELİ

#71493C rengi CMYK tonu (0,35,47,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.40%
  • sarı tonu 46.90%
  • ana renk tonu 55.69%
CMYK:
(0,35,47,56)
C0M35Y47K56 
(0%,35%,47%,56%)
(0.00/0.35/0.47/0.56)	

CMYK yüzdeleri

%0
%35.4
%46.9
%55.69

Codes

Color #71493C in popluar color models

71493C
RGB1137360
HSL15°30.64%33.92%
HSB/HSV15°46.90%44.31%
CMYK0.00%35.40%46.90%
55.69%

Color #71493C in popluar number systems.

HEX71493C
Decimal1137360
Binary11100011001001111100
Octal16111174

Shades and tints

Shades of #71493C

#71493C
(113,73,60)
#674337
(103,67,55)
#5D3D32
(93,61,50)
#53372D
(83,55,45)
#493128
(73,49,40)
#3F2B23
(63,43,35)
#35251E
(53,37,30)
#2B1F19
(43,31,25)
#211914
(33,25,20)
#17130F
(23,19,15)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #71493C

#71493C
(113,73,60)
#7D594D
(125,89,77)
#89695E
(137,105,94)
#95796F
(149,121,111)
#A18980
(161,137,128)
#AD9991
(173,153,145)
#B9A9A2
(185,169,162)
#C5B9B3
(197,185,179)
#D1C9C4
(209,201,196)
#DDD9D5
(221,217,213)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71493C color. Also use rgb(113,73,60) instead hex code.

Text Font Color

.myTextColor { color: #71493C; }

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

This text font color is #71493C.


Background Color

.myBgColor { background-color: #71493C; }

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

This div background color is #71493C.


Border color

.myBorderColor { border: 1px solid #71493C; }

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

This div border color is #71493C.


Opacity

.myOpacity80 { color: #71493C; opacity: 0.8; }

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

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

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

This text has shadow with #71493C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71493C on black background.


Color preview on white background

This text has color #71493C on white background.



Black color preview on #71493C background

This text has black color on #71493C background.


White color preview on #71493C background

This text has white color on #71493C background.