COLOR #714651

HEX: #714651
RGB: (113,70,81)

Renk bilgisi

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

RGB renk modeli

#714651 color RGB value is (113,70,81).

  • kırmız ton 113;
  • yeşil ton 70;
  • mavi ton 81.
RGB:
(113,70,81)
(44%,27%,32%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 70 of 255 = 27%
B 81 of 255 = 32%

113
70
81

R + G + B ~ 34%. #714651 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 70 + 81 = 264 (100%)
R 113 of 264 ~ 42.8%
G 70 of 264 ~ 26.52%
B 81 of 264 ~ 30.68%

%42.8
%26.52
%30.68

CMYK RENK MODELİ

#714651 rengi CMYK tonu (0,38,28,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.05%
  • sarı tonu 28.32%
  • ana renk tonu 55.69%
CMYK:
(0,38,28,56)
C0M38Y28K56 
(0%,38%,28%,56%)
(0.00/0.38/0.28/0.56)	

CMYK yüzdeleri

%0
%38.05
%28.32
%55.69

Codes

Color #714651 in popluar color models

714651
RGB1137081
HSL345°23.50%35.88%
HSB/HSV345°38.05%44.31%
CMYK0.00%38.05%28.32%
55.69%

Color #714651 in popluar number systems.

HEX714651
Decimal1137081
Binary111000110001101010001
Octal161106121

Shades and tints

Shades of #714651

#714651
(113,70,81)
#67404A
(103,64,74)
#5D3A43
(93,58,67)
#53343C
(83,52,60)
#492E35
(73,46,53)
#3F282E
(63,40,46)
#352227
(53,34,39)
#2B1C20
(43,28,32)
#211619
(33,22,25)
#171012
(23,16,18)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #714651

#714651
(113,70,81)
#7D5660
(125,86,96)
#89666F
(137,102,111)
#95767E
(149,118,126)
#A1868D
(161,134,141)
#AD969C
(173,150,156)
#B9A6AB
(185,166,171)
#C5B6BA
(197,182,186)
#D1C6C9
(209,198,201)
#DDD6D8
(221,214,216)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714651 color. Also use rgb(113,70,81) instead hex code.

Text Font Color

.myTextColor { color: #714651; }

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

This text font color is #714651.


Background Color

.myBgColor { background-color: #714651; }

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

This div background color is #714651.


Border color

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

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

This div border color is #714651.


Opacity

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

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

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

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

This text has shadow with #714651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714651 on black background.


Color preview on white background

This text has color #714651 on white background.



Black color preview on #714651 background

This text has black color on #714651 background.


White color preview on #714651 background

This text has white color on #714651 background.