COLOR #71464F

HEX: #71464F
RGB: (113,70,79)

Renk bilgisi

#71464F contains red, green and blue colors in about the same proportion. #71464F ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#71464F color RGB value is (113,70,79).

  • kırmız ton 113;
  • yeşil ton 70;
  • mavi ton 79.
RGB:
(113,70,79)
(44%,27%,31%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 70 of 255 = 27%
B 79 of 255 = 31%

113
70
79

R + G + B ~ 34%. #71464F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 70 + 79 = 262 (100%)
R 113 of 262 ~ 43.13%
G 70 of 262 ~ 26.72%
B 79 of 262 ~ 30.15%

%43.13
%26.72
%30.15

CMYK RENK MODELİ

#71464F rengi CMYK tonu (0,38,30,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.05%
  • sarı tonu 30.09%
  • ana renk tonu 55.69%
CMYK:
(0,38,30,56)
C0M38Y30K56 
(0%,38%,30%,56%)
(0.00/0.38/0.30/0.56)	

CMYK yüzdeleri

%0
%38.05
%30.09
%55.69

Codes

Color #71464F in popluar color models

71464F
RGB1137079
HSL347°23.50%35.88%
HSB/HSV347°38.05%44.31%
CMYK0.00%38.05%30.09%
55.69%

Color #71464F in popluar number systems.

HEX71464F
Decimal1137079
Binary111000110001101001111
Octal161106117

Shades and tints

Shades of #71464F

#71464F
(113,70,79)
#674048
(103,64,72)
#5D3A41
(93,58,65)
#53343A
(83,52,58)
#492E33
(73,46,51)
#3F282C
(63,40,44)
#352225
(53,34,37)
#2B1C1E
(43,28,30)
#211617
(33,22,23)
#171010
(23,16,16)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #71464F

#71464F
(113,70,79)
#7D565F
(125,86,95)
#89666F
(137,102,111)
#95767F
(149,118,127)
#A1868F
(161,134,143)
#AD969F
(173,150,159)
#B9A6AF
(185,166,175)
#C5B6BF
(197,182,191)
#D1C6CF
(209,198,207)
#DDD6DF
(221,214,223)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71464F color. Also use rgb(113,70,79) instead hex code.

Text Font Color

.myTextColor { color: #71464F; }

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

This text font color is #71464F.


Background Color

.myBgColor { background-color: #71464F; }

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

This div background color is #71464F.


Border color

.myBorderColor { border: 1px solid #71464F; }

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

This div border color is #71464F.


Opacity

.myOpacity80 { color: #71464F; opacity: 0.8; }

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

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

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

This text has shadow with #71464F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71464F on black background.


Color preview on white background

This text has color #71464F on white background.



Black color preview on #71464F background

This text has black color on #71464F background.


White color preview on #71464F background

This text has white color on #71464F background.