COLOR #714856

HEX: #714856
RGB: (113,72,86)

Renk bilgisi

#714856 contains red, green and blue colors in about the same proportion. #714856 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#714856 color RGB value is (113,72,86).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 72 of 255 = 28%
B 86 of 255 = 34%

113
72
86

R + G + B ~ 35%. #714856 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 72 + 86 = 271 (100%)
R 113 of 271 ~ 41.7%
G 72 of 271 ~ 26.57%
B 86 of 271 ~ 31.73%

%41.7
%26.57
%31.73

CMYK RENK MODELİ

#714856 rengi CMYK tonu (0,36,24,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.28%
  • sarı tonu 23.89%
  • ana renk tonu 55.69%
CMYK:
(0,36,24,56)
C0M36Y24K56 
(0%,36%,24%,56%)
(0.00/0.36/0.24/0.56)	

CMYK yüzdeleri

%0
%36.28
%23.89
%55.69

Codes

Color #714856 in popluar color models

714856
RGB1137286
HSL340°22.16%36.27%
HSB/HSV340°36.28%44.31%
CMYK0.00%36.28%23.89%
55.69%

Color #714856 in popluar number systems.

HEX714856
Decimal1137286
Binary111000110010001010110
Octal161110126

Shades and tints

Shades of #714856

#714856
(113,72,86)
#67424F
(103,66,79)
#5D3C48
(93,60,72)
#533641
(83,54,65)
#49303A
(73,48,58)
#3F2A33
(63,42,51)
#35242C
(53,36,44)
#2B1E25
(43,30,37)
#21181E
(33,24,30)
#171217
(23,18,23)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #714856

#714856
(113,72,86)
#7D5865
(125,88,101)
#896874
(137,104,116)
#957883
(149,120,131)
#A18892
(161,136,146)
#AD98A1
(173,152,161)
#B9A8B0
(185,168,176)
#C5B8BF
(197,184,191)
#D1C8CE
(209,200,206)
#DDD8DD
(221,216,221)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714856; }

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

This text font color is #714856.


Background Color

.myBgColor { background-color: #714856; }

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

This div background color is #714856.


Border color

.myBorderColor { border: 1px solid #714856; }

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

This div border color is #714856.


Opacity

.myOpacity80 { color: #714856; opacity: 0.8; }

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

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

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

This text has shadow with #714856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714856 on black background.


Color preview on white background

This text has color #714856 on white background.



Black color preview on #714856 background

This text has black color on #714856 background.


White color preview on #714856 background

This text has white color on #714856 background.