COLOR #714061

HEX: #714061
RGB: (113,64,97)

Renk bilgisi

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

RGB renk modeli

#714061 color RGB value is (113,64,97).

  • kırmız ton 113;
  • yeşil ton 64;
  • mavi ton 97.
RGB:
(113,64,97)
(44%,25%,38%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 64 of 255 = 25%
B 97 of 255 = 38%

113
64
97

R + G + B ~ 36%. #714061 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 64 + 97 = 274 (100%)
R 113 of 274 ~ 41.24%
G 64 of 274 ~ 23.36%
B 97 of 274 ~ 35.4%

%41.24
%23.36
%35.4

CMYK RENK MODELİ

#714061 rengi CMYK tonu (0,43,14,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.36%
  • sarı tonu 14.16%
  • ana renk tonu 55.69%
CMYK:
(0,43,14,56)
C0M43Y14K56 
(0%,43%,14%,56%)
(0.00/0.43/0.14/0.56)	

CMYK yüzdeleri

%0
%43.36
%14.16
%55.69

Codes

Color #714061 in popluar color models

714061
RGB1136497
HSL320°27.68%34.71%
HSB/HSV320°43.36%44.31%
CMYK0.00%43.36%14.16%
55.69%

Color #714061 in popluar number systems.

HEX714061
Decimal1136497
Binary111000110000001100001
Octal161100141

Shades and tints

Shades of #714061

#714061
(113,64,97)
#673B59
(103,59,89)
#5D3651
(93,54,81)
#533149
(83,49,73)
#492C41
(73,44,65)
#3F2739
(63,39,57)
#352231
(53,34,49)
#2B1D29
(43,29,41)
#211821
(33,24,33)
#171319
(23,19,25)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #714061

#714061
(113,64,97)
#7D516F
(125,81,111)
#89627D
(137,98,125)
#95738B
(149,115,139)
#A18499
(161,132,153)
#AD95A7
(173,149,167)
#B9A6B5
(185,166,181)
#C5B7C3
(197,183,195)
#D1C8D1
(209,200,209)
#DDD9DF
(221,217,223)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714061 color. Also use rgb(113,64,97) instead hex code.

Text Font Color

.myTextColor { color: #714061; }

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

This text font color is #714061.


Background Color

.myBgColor { background-color: #714061; }

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

This div background color is #714061.


Border color

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

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

This div border color is #714061.


Opacity

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

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

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

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

This text has shadow with #714061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714061 on black background.


Color preview on white background

This text has color #714061 on white background.



Black color preview on #714061 background

This text has black color on #714061 background.


White color preview on #714061 background

This text has white color on #714061 background.