COLOR #714364

HEX: #714364
RGB: (113,67,100)

Renk bilgisi

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

RGB renk modeli

#714364 color RGB value is (113,67,100).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 67 of 255 = 26%
B 100 of 255 = 39%

113
67
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 67 + 100 = 280 (100%)
R 113 of 280 ~ 40.36%
G 67 of 280 ~ 23.93%
B 100 of 280 ~ 35.71%

%40.36
%23.93
%35.71

CMYK RENK MODELİ

#714364 rengi CMYK tonu (0,41,12,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.71%
  • sarı tonu 11.50%
  • ana renk tonu 55.69%
CMYK:
(0,41,12,56)
C0M41Y12K56 
(0%,41%,12%,56%)
(0.00/0.41/0.12/0.56)	

CMYK yüzdeleri

%0
%40.71
%11.5
%55.69

Codes

Color #714364 in popluar color models

714364
RGB11367100
HSL317°25.56%35.29%
HSB/HSV317°40.71%44.31%
CMYK0.00%40.71%11.50%
55.69%

Color #714364 in popluar number systems.

HEX714364
Decimal11367100
Binary111000110000111100100
Octal161103144

Shades and tints

Shades of #714364

#714364
(113,67,100)
#673D5B
(103,61,91)
#5D3752
(93,55,82)
#533149
(83,49,73)
#492B40
(73,43,64)
#3F2537
(63,37,55)
#351F2E
(53,31,46)
#2B1925
(43,25,37)
#21131C
(33,19,28)
#170D13
(23,13,19)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #714364

#714364
(113,67,100)
#7D5472
(125,84,114)
#896580
(137,101,128)
#95768E
(149,118,142)
#A1879C
(161,135,156)
#AD98AA
(173,152,170)
#B9A9B8
(185,169,184)
#C5BAC6
(197,186,198)
#D1CBD4
(209,203,212)
#DDDCE2
(221,220,226)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714364; }

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

This text font color is #714364.


Background Color

.myBgColor { background-color: #714364; }

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

This div background color is #714364.


Border color

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

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

This div border color is #714364.


Opacity

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

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

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

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

This text has shadow with #714364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714364 on black background.


Color preview on white background

This text has color #714364 on white background.



Black color preview on #714364 background

This text has black color on #714364 background.


White color preview on #714364 background

This text has white color on #714364 background.