COLOR #71472D

HEX: #71472D
RGB: (113,71,45)

Renk bilgisi

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

RGB renk modeli

#71472D color RGB value is (113,71,45).

  • kırmız ton 113;
  • yeşil ton 71;
  • mavi ton 45.
RGB:
(113,71,45)
(44%,28%,18%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 71 of 255 = 28%
B 45 of 255 = 18%

113
71
45

R + G + B ~ 30%. #71472D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 71 + 45 = 229 (100%)
R 113 of 229 ~ 49.34%
G 71 of 229 ~ 31%
B 45 of 229 ~ 19.65%

%49.34
%31
%19.65

CMYK RENK MODELİ

#71472D rengi CMYK tonu (0,37,60,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.17%
  • sarı tonu 60.18%
  • ana renk tonu 55.69%
CMYK:
(0,37,60,56)
C0M37Y60K56 
(0%,37%,60%,56%)
(0.00/0.37/0.60/0.56)	

CMYK yüzdeleri

%0
%37.17
%60.18
%55.69

Codes

Color #71472D in popluar color models

71472D
RGB1137145
HSL23°43.04%30.98%
HSB/HSV23°60.18%44.31%
CMYK0.00%37.17%60.18%
55.69%

Color #71472D in popluar number systems.

HEX71472D
Decimal1137145
Binary11100011000111101101
Octal16110755

Shades and tints

Shades of #71472D

#71472D
(113,71,45)
#674129
(103,65,41)
#5D3B25
(93,59,37)
#533521
(83,53,33)
#492F1D
(73,47,29)
#3F2919
(63,41,25)
#352315
(53,35,21)
#2B1D11
(43,29,17)
#21170D
(33,23,13)
#171109
(23,17,9)
#0D0B05
(13,11,5)
#000000
(0,0,0)

Tints of #71472D

#71472D
(113,71,45)
#7D5740
(125,87,64)
#896753
(137,103,83)
#957766
(149,119,102)
#A18779
(161,135,121)
#AD978C
(173,151,140)
#B9A79F
(185,167,159)
#C5B7B2
(197,183,178)
#D1C7C5
(209,199,197)
#DDD7D8
(221,215,216)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71472D color. Also use rgb(113,71,45) instead hex code.

Text Font Color

.myTextColor { color: #71472D; }

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

This text font color is #71472D.


Background Color

.myBgColor { background-color: #71472D; }

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

This div background color is #71472D.


Border color

.myBorderColor { border: 1px solid #71472D; }

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

This div border color is #71472D.


Opacity

.myOpacity80 { color: #71472D; opacity: 0.8; }

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

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

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

This text has shadow with #71472D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71472D on black background.


Color preview on white background

This text has color #71472D on white background.



Black color preview on #71472D background

This text has black color on #71472D background.


White color preview on #71472D background

This text has white color on #71472D background.