COLOR #714957

HEX: #714957
RGB: (113,73,87)

Renk bilgisi

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

RGB renk modeli

#714957 color RGB value is (113,73,87).

  • kırmız ton 113;
  • yeşil ton 73;
  • mavi ton 87.
RGB:
(113,73,87)
(44%,29%,34%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 73 of 255 = 29%
B 87 of 255 = 34%

113
73
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 73 + 87 = 273 (100%)
R 113 of 273 ~ 41.39%
G 73 of 273 ~ 26.74%
B 87 of 273 ~ 31.87%

%41.39
%26.74
%31.87

CMYK RENK MODELİ

#714957 rengi CMYK tonu (0,35,23,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.40%
  • sarı tonu 23.01%
  • ana renk tonu 55.69%
CMYK:
(0,35,23,56)
C0M35Y23K56 
(0%,35%,23%,56%)
(0.00/0.35/0.23/0.56)	

CMYK yüzdeleri

%0
%35.4
%23.01
%55.69

Codes

Color #714957 in popluar color models

714957
RGB1137387
HSL339°21.51%36.47%
HSB/HSV339°35.40%44.31%
CMYK0.00%35.40%23.01%
55.69%

Color #714957 in popluar number systems.

HEX714957
Decimal1137387
Binary111000110010011010111
Octal161111127

Shades and tints

Shades of #714957

#714957
(113,73,87)
#674350
(103,67,80)
#5D3D49
(93,61,73)
#533742
(83,55,66)
#49313B
(73,49,59)
#3F2B34
(63,43,52)
#35252D
(53,37,45)
#2B1F26
(43,31,38)
#21191F
(33,25,31)
#171318
(23,19,24)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #714957

#714957
(113,73,87)
#7D5966
(125,89,102)
#896975
(137,105,117)
#957984
(149,121,132)
#A18993
(161,137,147)
#AD99A2
(173,153,162)
#B9A9B1
(185,169,177)
#C5B9C0
(197,185,192)
#D1C9CF
(209,201,207)
#DDD9DE
(221,217,222)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714957 color. Also use rgb(113,73,87) instead hex code.

Text Font Color

.myTextColor { color: #714957; }

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

This text font color is #714957.


Background Color

.myBgColor { background-color: #714957; }

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

This div background color is #714957.


Border color

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

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

This div border color is #714957.


Opacity

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

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

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

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

This text has shadow with #714957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714957 on black background.


Color preview on white background

This text has color #714957 on white background.



Black color preview on #714957 background

This text has black color on #714957 background.


White color preview on #714957 background

This text has white color on #714957 background.