COLOR #714B63

HEX: #714B63
RGB: (113,75,99)

Renk bilgisi

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

RGB renk modeli

#714B63 color RGB value is (113,75,99).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 75 of 255 = 29%
B 99 of 255 = 39%

113
75
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 75 + 99 = 287 (100%)
R 113 of 287 ~ 39.37%
G 75 of 287 ~ 26.13%
B 99 of 287 ~ 34.49%

%39.37
%26.13
%34.49

CMYK RENK MODELİ

#714B63 rengi CMYK tonu (0,34,12,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.63%
  • sarı tonu 12.39%
  • ana renk tonu 55.69%
CMYK:
(0,34,12,56)
C0M34Y12K56 
(0%,34%,12%,56%)
(0.00/0.34/0.12/0.56)	

CMYK yüzdeleri

%0
%33.63
%12.39
%55.69

Codes

Color #714B63 in popluar color models

714B63
RGB1137599
HSL322°20.21%36.86%
HSB/HSV322°33.63%44.31%
CMYK0.00%33.63%12.39%
55.69%

Color #714B63 in popluar number systems.

HEX714B63
Decimal1137599
Binary111000110010111100011
Octal161113143

Shades and tints

Shades of #714B63

#714B63
(113,75,99)
#67455A
(103,69,90)
#5D3F51
(93,63,81)
#533948
(83,57,72)
#49333F
(73,51,63)
#3F2D36
(63,45,54)
#35272D
(53,39,45)
#2B2124
(43,33,36)
#211B1B
(33,27,27)
#171512
(23,21,18)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #714B63

#714B63
(113,75,99)
#7D5B71
(125,91,113)
#896B7F
(137,107,127)
#957B8D
(149,123,141)
#A18B9B
(161,139,155)
#AD9BA9
(173,155,169)
#B9ABB7
(185,171,183)
#C5BBC5
(197,187,197)
#D1CBD3
(209,203,211)
#DDDBE1
(221,219,225)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714B63 color. Also use rgb(113,75,99) instead hex code.

Text Font Color

.myTextColor { color: #714B63; }

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

This text font color is #714B63.


Background Color

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

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

This div background color is #714B63.


Border color

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

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

This div border color is #714B63.


Opacity

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

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

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

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

This text has shadow with #714B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714B63 on black background.


Color preview on white background

This text has color #714B63 on white background.



Black color preview on #714B63 background

This text has black color on #714B63 background.


White color preview on #714B63 background

This text has white color on #714B63 background.