COLOR #714D47

HEX: #714D47
RGB: (113,77,71)

Renk bilgisi

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

RGB renk modeli

#714D47 color RGB value is (113,77,71).

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

RGB bağlantıları ve doygunluk

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

113
77
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 77 + 71 = 261 (100%)
R 113 of 261 ~ 43.3%
G 77 of 261 ~ 29.5%
B 71 of 261 ~ 27.2%

%43.3
%29.5
%27.2

CMYK RENK MODELİ

#714D47 rengi CMYK tonu (0,32,37,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.86%
  • sarı tonu 37.17%
  • ana renk tonu 55.69%
CMYK:
(0,32,37,56)
C0M32Y37K56 
(0%,32%,37%,56%)
(0.00/0.32/0.37/0.56)	

CMYK yüzdeleri

%0
%31.86
%37.17
%55.69

Codes

Color #714D47 in popluar color models

714D47
RGB1137771
HSL22.83%36.08%
HSB/HSV37.17%44.31%
CMYK0.00%31.86%37.17%
55.69%

Color #714D47 in popluar number systems.

HEX714D47
Decimal1137771
Binary111000110011011000111
Octal161115107

Shades and tints

Shades of #714D47

#714D47
(113,77,71)
#674641
(103,70,65)
#5D3F3B
(93,63,59)
#533835
(83,56,53)
#49312F
(73,49,47)
#3F2A29
(63,42,41)
#352323
(53,35,35)
#2B1C1D
(43,28,29)
#211517
(33,21,23)
#170E11
(23,14,17)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #714D47

#714D47
(113,77,71)
#7D5D57
(125,93,87)
#896D67
(137,109,103)
#957D77
(149,125,119)
#A18D87
(161,141,135)
#AD9D97
(173,157,151)
#B9ADA7
(185,173,167)
#C5BDB7
(197,189,183)
#D1CDC7
(209,205,199)
#DDDDD7
(221,221,215)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714D47; }

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

This text font color is #714D47.


Background Color

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

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

This div background color is #714D47.


Border color

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

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

This div border color is #714D47.


Opacity

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

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

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

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

This text has shadow with #714D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714D47 on black background.


Color preview on white background

This text has color #714D47 on white background.



Black color preview on #714D47 background

This text has black color on #714D47 background.


White color preview on #714D47 background

This text has white color on #714D47 background.