COLOR #714650

HEX: #714650
RGB: (113,70,80)

Renk bilgisi

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

RGB renk modeli

#714650 color RGB value is (113,70,80).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 70 of 255 = 27%
B 80 of 255 = 31%

113
70
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 70 + 80 = 263 (100%)
R 113 of 263 ~ 42.97%
G 70 of 263 ~ 26.62%
B 80 of 263 ~ 30.42%

%42.97
%26.62
%30.42

CMYK RENK MODELİ

#714650 rengi CMYK tonu (0,38,29,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.05%
  • sarı tonu 29.20%
  • ana renk tonu 55.69%
CMYK:
(0,38,29,56)
C0M38Y29K56 
(0%,38%,29%,56%)
(0.00/0.38/0.29/0.56)	

CMYK yüzdeleri

%0
%38.05
%29.2
%55.69

Codes

Color #714650 in popluar color models

714650
RGB1137080
HSL346°23.50%35.88%
HSB/HSV346°38.05%44.31%
CMYK0.00%38.05%29.20%
55.69%

Color #714650 in popluar number systems.

HEX714650
Decimal1137080
Binary111000110001101010000
Octal161106120

Shades and tints

Shades of #714650

#714650
(113,70,80)
#674049
(103,64,73)
#5D3A42
(93,58,66)
#53343B
(83,52,59)
#492E34
(73,46,52)
#3F282D
(63,40,45)
#352226
(53,34,38)
#2B1C1F
(43,28,31)
#211618
(33,22,24)
#171011
(23,16,17)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #714650

#714650
(113,70,80)
#7D565F
(125,86,95)
#89666E
(137,102,110)
#95767D
(149,118,125)
#A1868C
(161,134,140)
#AD969B
(173,150,155)
#B9A6AA
(185,166,170)
#C5B6B9
(197,182,185)
#D1C6C8
(209,198,200)
#DDD6D7
(221,214,215)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714650; }

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

This text font color is #714650.


Background Color

.myBgColor { background-color: #714650; }

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

This div background color is #714650.


Border color

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

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

This div border color is #714650.


Opacity

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

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

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

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

This text has shadow with #714650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714650 on black background.


Color preview on white background

This text has color #714650 on white background.



Black color preview on #714650 background

This text has black color on #714650 background.


White color preview on #714650 background

This text has white color on #714650 background.