COLOR #704D47

HEX: #704D47
RGB: (112,77,71)

Renk bilgisi

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

RGB renk modeli

#704D47 color RGB value is (112,77,71).

  • kırmız ton 112;
  • yeşil ton 77;
  • mavi ton 71.
RGB:
(112,77,71)
(44%,30%,28%)

RGB bağlantıları ve doygunluk

R 112 of 255 = 44%
G 77 of 255 = 30%
B 71 of 255 = 28%

112
77
71

R + G + B ~ 34%. #704D47 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
112 + 77 + 71 = 260 (100%)
R 112 of 260 ~ 43.08%
G 77 of 260 ~ 29.62%
B 71 of 260 ~ 27.31%

%43.08
%29.62
%27.31

CMYK RENK MODELİ

#704D47 rengi CMYK tonu (0,31,37,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.25%
  • sarı tonu 36.61%
  • ana renk tonu 56.08%
CMYK:
(0,31,37,56)
C0M31Y37K56 
(0%,31%,37%,56%)
(0.00/0.31/0.37/0.56)	

CMYK yüzdeleri

%0
%31.25
%36.61
%56.08

Codes

Color #704D47 in popluar color models

704D47
RGB1127771
HSL22.40%35.88%
HSB/HSV36.61%43.92%
CMYK0.00%31.25%36.61%
56.08%

Color #704D47 in popluar number systems.

HEX704D47
Decimal1127771
Binary111000010011011000111
Octal160115107

Shades and tints

Shades of #704D47

#704D47
(112,77,71)
#664641
(102,70,65)
#5C3F3B
(92,63,59)
#523835
(82,56,53)
#48312F
(72,49,47)
#3E2A29
(62,42,41)
#342323
(52,35,35)
#2A1C1D
(42,28,29)
#201517
(32,21,23)
#160E11
(22,14,17)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #704D47

#704D47
(112,77,71)
#7D5D57
(125,93,87)
#8A6D67
(138,109,103)
#977D77
(151,125,119)
#A48D87
(164,141,135)
#B19D97
(177,157,151)
#BEADA7
(190,173,167)
#CBBDB7
(203,189,183)
#D8CDC7
(216,205,199)
#E5DDD7
(229,221,215)
#F2EDE7
(242,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704D47 color. Also use rgb(112,77,71) instead hex code.

Text Font Color

.myTextColor { color: #704D47; }

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

This text font color is #704D47.


Background Color

.myBgColor { background-color: #704D47; }

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

This div background color is #704D47.


Border color

.myBorderColor { border: 1px solid #704D47; }

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

This div border color is #704D47.


Opacity

.myOpacity80 { color: #704D47; opacity: 0.8; }

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

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

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

This text has shadow with #704D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704D47 on black background.


Color preview on white background

This text has color #704D47 on white background.



Black color preview on #704D47 background

This text has black color on #704D47 background.


White color preview on #704D47 background

This text has white color on #704D47 background.