COLOR #714964

HEX: #714964
RGB: (113,73,100)

Renk bilgisi

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

RGB renk modeli

#714964 color RGB value is (113,73,100).

  • kırmız ton 113;
  • yeşil ton 73;
  • mavi ton 100.
RGB:
(113,73,100)
(44%,29%,39%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 73 of 255 = 29%
B 100 of 255 = 39%

113
73
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 73 + 100 = 286 (100%)
R 113 of 286 ~ 39.51%
G 73 of 286 ~ 25.52%
B 100 of 286 ~ 34.97%

%39.51
%25.52
%34.97

CMYK RENK MODELİ

#714964 rengi CMYK tonu (0,35,12,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.40%
  • sarı tonu 11.50%
  • ana renk tonu 55.69%
CMYK:
(0,35,12,56)
C0M35Y12K56 
(0%,35%,12%,56%)
(0.00/0.35/0.12/0.56)	

CMYK yüzdeleri

%0
%35.4
%11.5
%55.69

Codes

Color #714964 in popluar color models

714964
RGB11373100
HSL320°21.51%36.47%
HSB/HSV320°35.40%44.31%
CMYK0.00%35.40%11.50%
55.69%

Color #714964 in popluar number systems.

HEX714964
Decimal11373100
Binary111000110010011100100
Octal161111144

Shades and tints

Shades of #714964

#714964
(113,73,100)
#67435B
(103,67,91)
#5D3D52
(93,61,82)
#533749
(83,55,73)
#493140
(73,49,64)
#3F2B37
(63,43,55)
#35252E
(53,37,46)
#2B1F25
(43,31,37)
#21191C
(33,25,28)
#171313
(23,19,19)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #714964

#714964
(113,73,100)
#7D5972
(125,89,114)
#896980
(137,105,128)
#95798E
(149,121,142)
#A1899C
(161,137,156)
#AD99AA
(173,153,170)
#B9A9B8
(185,169,184)
#C5B9C6
(197,185,198)
#D1C9D4
(209,201,212)
#DDD9E2
(221,217,226)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714964 color. Also use rgb(113,73,100) instead hex code.

Text Font Color

.myTextColor { color: #714964; }

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

This text font color is #714964.


Background Color

.myBgColor { background-color: #714964; }

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

This div background color is #714964.


Border color

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

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

This div border color is #714964.


Opacity

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

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

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

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

This text has shadow with #714964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714964 on black background.


Color preview on white background

This text has color #714964 on white background.



Black color preview on #714964 background

This text has black color on #714964 background.


White color preview on #714964 background

This text has white color on #714964 background.