COLOR #704D31

HEX: #704D31
RGB: (112,77,49)

Renk bilgisi

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

RGB renk modeli

#704D31 color RGB value is (112,77,49).

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

RGB bağlantıları ve doygunluk

R 112 of 255 = 44%
G 77 of 255 = 30%
B 49 of 255 = 19%

112
77
49

R + G + B ~ 31%. #704D31 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
112 + 77 + 49 = 238 (100%)
R 112 of 238 ~ 47.06%
G 77 of 238 ~ 32.35%
B 49 of 238 ~ 20.59%

%47.06
%32.35
%20.59

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%31.25
%56.25
%56.08

Codes

Color #704D31 in popluar color models

704D31
RGB1127749
HSL27°39.13%31.57%
HSB/HSV27°56.25%43.92%
CMYK0.00%31.25%56.25%
56.08%

Color #704D31 in popluar number systems.

HEX704D31
Decimal1127749
Binary11100001001101110001
Octal16011561

Shades and tints

Shades of #704D31

#704D31
(112,77,49)
#66462D
(102,70,45)
#5C3F29
(92,63,41)
#523825
(82,56,37)
#483121
(72,49,33)
#3E2A1D
(62,42,29)
#342319
(52,35,25)
#2A1C15
(42,28,21)
#201511
(32,21,17)
#160E0D
(22,14,13)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #704D31

#704D31
(112,77,49)
#7D5D43
(125,93,67)
#8A6D55
(138,109,85)
#977D67
(151,125,103)
#A48D79
(164,141,121)
#B19D8B
(177,157,139)
#BEAD9D
(190,173,157)
#CBBDAF
(203,189,175)
#D8CDC1
(216,205,193)
#E5DDD3
(229,221,211)
#F2EDE5
(242,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704D31; }

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

This text font color is #704D31.


Background Color

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

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

This div background color is #704D31.


Border color

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

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

This div border color is #704D31.


Opacity

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

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

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

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

This text has shadow with #704D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704D31 on black background.


Color preview on white background

This text has color #704D31 on white background.



Black color preview on #704D31 background

This text has black color on #704D31 background.


White color preview on #704D31 background

This text has white color on #704D31 background.