COLOR #714B48

HEX: #714B48
RGB: (113,75,72)

Renk bilgisi

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

RGB renk modeli

#714B48 color RGB value is (113,75,72).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 75 of 255 = 29%
B 72 of 255 = 28%

113
75
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 75 + 72 = 260 (100%)
R 113 of 260 ~ 43.46%
G 75 of 260 ~ 28.85%
B 72 of 260 ~ 27.69%

%43.46
%28.85
%27.69

CMYK RENK MODELİ

#714B48 rengi CMYK tonu (0,34,36,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.63%
  • sarı tonu 36.28%
  • ana renk tonu 55.69%
CMYK:
(0,34,36,56)
C0M34Y36K56 
(0%,34%,36%,56%)
(0.00/0.34/0.36/0.56)	

CMYK yüzdeleri

%0
%33.63
%36.28
%55.69

Codes

Color #714B48 in popluar color models

714B48
RGB1137572
HSL22.16%36.27%
HSB/HSV36.28%44.31%
CMYK0.00%33.63%36.28%
55.69%

Color #714B48 in popluar number systems.

HEX714B48
Decimal1137572
Binary111000110010111001000
Octal161113110

Shades and tints

Shades of #714B48

#714B48
(113,75,72)
#674542
(103,69,66)
#5D3F3C
(93,63,60)
#533936
(83,57,54)
#493330
(73,51,48)
#3F2D2A
(63,45,42)
#352724
(53,39,36)
#2B211E
(43,33,30)
#211B18
(33,27,24)
#171512
(23,21,18)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #714B48

#714B48
(113,75,72)
#7D5B58
(125,91,88)
#896B68
(137,107,104)
#957B78
(149,123,120)
#A18B88
(161,139,136)
#AD9B98
(173,155,152)
#B9ABA8
(185,171,168)
#C5BBB8
(197,187,184)
#D1CBC8
(209,203,200)
#DDDBD8
(221,219,216)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714B48 color. Also use rgb(113,75,72) instead hex code.

Text Font Color

.myTextColor { color: #714B48; }

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

This text font color is #714B48.


Background Color

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

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

This div background color is #714B48.


Border color

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

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

This div border color is #714B48.


Opacity

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

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

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

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

This text has shadow with #714B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714B48 on black background.


Color preview on white background

This text has color #714B48 on white background.



Black color preview on #714B48 background

This text has black color on #714B48 background.


White color preview on #714B48 background

This text has white color on #714B48 background.