COLOR #714D3F

HEX: #714D3F
RGB: (113,77,63)

Renk bilgisi

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

RGB renk modeli

#714D3F color RGB value is (113,77,63).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 77 of 255 = 30%
B 63 of 255 = 25%

113
77
63

R + G + B ~ 33%. #714D3F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 77 + 63 = 253 (100%)
R 113 of 253 ~ 44.66%
G 77 of 253 ~ 30.43%
B 63 of 253 ~ 24.9%

%44.66
%30.43
%24.9

CMYK RENK MODELİ

#714D3F rengi CMYK tonu (0,32,44,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.86%
  • sarı tonu 44.25%
  • ana renk tonu 55.69%
CMYK:
(0,32,44,56)
C0M32Y44K56 
(0%,32%,44%,56%)
(0.00/0.32/0.44/0.56)	

CMYK yüzdeleri

%0
%31.86
%44.25
%55.69

Codes

Color #714D3F in popluar color models

714D3F
RGB1137763
HSL17°28.41%34.51%
HSB/HSV17°44.25%44.31%
CMYK0.00%31.86%44.25%
55.69%

Color #714D3F in popluar number systems.

HEX714D3F
Decimal1137763
Binary11100011001101111111
Octal16111577

Shades and tints

Shades of #714D3F

#714D3F
(113,77,63)
#67463A
(103,70,58)
#5D3F35
(93,63,53)
#533830
(83,56,48)
#49312B
(73,49,43)
#3F2A26
(63,42,38)
#352321
(53,35,33)
#2B1C1C
(43,28,28)
#211517
(33,21,23)
#170E12
(23,14,18)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #714D3F

#714D3F
(113,77,63)
#7D5D50
(125,93,80)
#896D61
(137,109,97)
#957D72
(149,125,114)
#A18D83
(161,141,131)
#AD9D94
(173,157,148)
#B9ADA5
(185,173,165)
#C5BDB6
(197,189,182)
#D1CDC7
(209,205,199)
#DDDDD8
(221,221,216)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714D3F; }

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

This text font color is #714D3F.


Background Color

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

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

This div background color is #714D3F.


Border color

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

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

This div border color is #714D3F.


Opacity

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

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

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

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

This text has shadow with #714D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714D3F on black background.


Color preview on white background

This text has color #714D3F on white background.



Black color preview on #714D3F background

This text has black color on #714D3F background.


White color preview on #714D3F background

This text has white color on #714D3F background.