COLOR #714D60

HEX: #714D60
RGB: (113,77,96)

Renk bilgisi

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

RGB renk modeli

#714D60 color RGB value is (113,77,96).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 77 of 255 = 30%
B 96 of 255 = 38%

113
77
96

R + G + B ~ 37%. #714D60 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 77 + 96 = 286 (100%)
R 113 of 286 ~ 39.51%
G 77 of 286 ~ 26.92%
B 96 of 286 ~ 33.57%

%39.51
%26.92
%33.57

CMYK RENK MODELİ

#714D60 rengi CMYK tonu (0,32,15,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.86%
  • sarı tonu 15.04%
  • ana renk tonu 55.69%
CMYK:
(0,32,15,56)
C0M32Y15K56 
(0%,32%,15%,56%)
(0.00/0.32/0.15/0.56)	

CMYK yüzdeleri

%0
%31.86
%15.04
%55.69

Codes

Color #714D60 in popluar color models

714D60
RGB1137796
HSL328°18.95%37.25%
HSB/HSV328°31.86%44.31%
CMYK0.00%31.86%15.04%
55.69%

Color #714D60 in popluar number systems.

HEX714D60
Decimal1137796
Binary111000110011011100000
Octal161115140

Shades and tints

Shades of #714D60

#714D60
(113,77,96)
#674658
(103,70,88)
#5D3F50
(93,63,80)
#533848
(83,56,72)
#493140
(73,49,64)
#3F2A38
(63,42,56)
#352330
(53,35,48)
#2B1C28
(43,28,40)
#211520
(33,21,32)
#170E18
(23,14,24)
#0D0710
(13,7,16)
#000000
(0,0,0)

Tints of #714D60

#714D60
(113,77,96)
#7D5D6E
(125,93,110)
#896D7C
(137,109,124)
#957D8A
(149,125,138)
#A18D98
(161,141,152)
#AD9DA6
(173,157,166)
#B9ADB4
(185,173,180)
#C5BDC2
(197,189,194)
#D1CDD0
(209,205,208)
#DDDDDE
(221,221,222)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714D60; }

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

This text font color is #714D60.


Background Color

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

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

This div background color is #714D60.


Border color

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

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

This div border color is #714D60.


Opacity

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

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

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

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

This text has shadow with #714D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714D60 on black background.


Color preview on white background

This text has color #714D60 on white background.



Black color preview on #714D60 background

This text has black color on #714D60 background.


White color preview on #714D60 background

This text has white color on #714D60 background.