COLOR #714359

HEX: #714359
RGB: (113,67,89)

Renk bilgisi

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

RGB renk modeli

#714359 color RGB value is (113,67,89).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 67 of 255 = 26%
B 89 of 255 = 35%

113
67
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 67 + 89 = 269 (100%)
R 113 of 269 ~ 42.01%
G 67 of 269 ~ 24.91%
B 89 of 269 ~ 33.09%

%42.01
%24.91
%33.09

CMYK RENK MODELİ

#714359 rengi CMYK tonu (0,41,21,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.71%
  • sarı tonu 21.24%
  • ana renk tonu 55.69%
CMYK:
(0,41,21,56)
C0M41Y21K56 
(0%,41%,21%,56%)
(0.00/0.41/0.21/0.56)	

CMYK yüzdeleri

%0
%40.71
%21.24
%55.69

Codes

Color #714359 in popluar color models

714359
RGB1136789
HSL331°25.56%35.29%
HSB/HSV331°40.71%44.31%
CMYK0.00%40.71%21.24%
55.69%

Color #714359 in popluar number systems.

HEX714359
Decimal1136789
Binary111000110000111011001
Octal161103131

Shades and tints

Shades of #714359

#714359
(113,67,89)
#673D51
(103,61,81)
#5D3749
(93,55,73)
#533141
(83,49,65)
#492B39
(73,43,57)
#3F2531
(63,37,49)
#351F29
(53,31,41)
#2B1921
(43,25,33)
#211319
(33,19,25)
#170D11
(23,13,17)
#0D0709
(13,7,9)
#000000
(0,0,0)

Tints of #714359

#714359
(113,67,89)
#7D5468
(125,84,104)
#896577
(137,101,119)
#957686
(149,118,134)
#A18795
(161,135,149)
#AD98A4
(173,152,164)
#B9A9B3
(185,169,179)
#C5BAC2
(197,186,194)
#D1CBD1
(209,203,209)
#DDDCE0
(221,220,224)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714359; }

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

This text font color is #714359.


Background Color

.myBgColor { background-color: #714359; }

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

This div background color is #714359.


Border color

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

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

This div border color is #714359.


Opacity

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

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

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

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

This text has shadow with #714359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714359 on black background.


Color preview on white background

This text has color #714359 on white background.



Black color preview on #714359 background

This text has black color on #714359 background.


White color preview on #714359 background

This text has white color on #714359 background.