COLOR #71474A

HEX: #71474A
RGB: (113,71,74)

Renk bilgisi

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

RGB renk modeli

#71474A color RGB value is (113,71,74).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 71 of 255 = 28%
B 74 of 255 = 29%

113
71
74

R + G + B ~ 34%. #71474A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 71 + 74 = 258 (100%)
R 113 of 258 ~ 43.8%
G 71 of 258 ~ 27.52%
B 74 of 258 ~ 28.68%

%43.8
%27.52
%28.68

CMYK RENK MODELİ

#71474A rengi CMYK tonu (0,37,35,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.17%
  • sarı tonu 34.51%
  • ana renk tonu 55.69%
CMYK:
(0,37,35,56)
C0M37Y35K56 
(0%,37%,35%,56%)
(0.00/0.37/0.35/0.56)	

CMYK yüzdeleri

%0
%37.17
%34.51
%55.69

Codes

Color #71474A in popluar color models

71474A
RGB1137174
HSL356°22.83%36.08%
HSB/HSV356°37.17%44.31%
CMYK0.00%37.17%34.51%
55.69%

Color #71474A in popluar number systems.

HEX71474A
Decimal1137174
Binary111000110001111001010
Octal161107112

Shades and tints

Shades of #71474A

#71474A
(113,71,74)
#674144
(103,65,68)
#5D3B3E
(93,59,62)
#533538
(83,53,56)
#492F32
(73,47,50)
#3F292C
(63,41,44)
#352326
(53,35,38)
#2B1D20
(43,29,32)
#21171A
(33,23,26)
#171114
(23,17,20)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #71474A

#71474A
(113,71,74)
#7D575A
(125,87,90)
#89676A
(137,103,106)
#95777A
(149,119,122)
#A1878A
(161,135,138)
#AD979A
(173,151,154)
#B9A7AA
(185,167,170)
#C5B7BA
(197,183,186)
#D1C7CA
(209,199,202)
#DDD7DA
(221,215,218)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71474A color. Also use rgb(113,71,74) instead hex code.

Text Font Color

.myTextColor { color: #71474A; }

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

This text font color is #71474A.


Background Color

.myBgColor { background-color: #71474A; }

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

This div background color is #71474A.


Border color

.myBorderColor { border: 1px solid #71474A; }

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

This div border color is #71474A.


Opacity

.myOpacity80 { color: #71474A; opacity: 0.8; }

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

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

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

This text has shadow with #71474A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71474A on black background.


Color preview on white background

This text has color #71474A on white background.



Black color preview on #71474A background

This text has black color on #71474A background.


White color preview on #71474A background

This text has white color on #71474A background.