COLOR #714B64

HEX: #714B64
RGB: (113,75,100)

Renk bilgisi

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

RGB renk modeli

#714B64 color RGB value is (113,75,100).

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

RGB bağlantıları ve doygunluk

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

113
75
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 75 + 100 = 288 (100%)
R 113 of 288 ~ 39.24%
G 75 of 288 ~ 26.04%
B 100 of 288 ~ 34.72%

%39.24
%26.04
%34.72

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.63%
  • sarı tonu 11.50%
  • 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
%11.5
%55.69

Codes

Color #714B64 in popluar color models

714B64
RGB11375100
HSL321°20.21%36.86%
HSB/HSV321°33.63%44.31%
CMYK0.00%33.63%11.50%
55.69%

Color #714B64 in popluar number systems.

HEX714B64
Decimal11375100
Binary111000110010111100100
Octal161113144

Shades and tints

Shades of #714B64

#714B64
(113,75,100)
#67455B
(103,69,91)
#5D3F52
(93,63,82)
#533949
(83,57,73)
#493340
(73,51,64)
#3F2D37
(63,45,55)
#35272E
(53,39,46)
#2B2125
(43,33,37)
#211B1C
(33,27,28)
#171513
(23,21,19)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #714B64

#714B64
(113,75,100)
#7D5B72
(125,91,114)
#896B80
(137,107,128)
#957B8E
(149,123,142)
#A18B9C
(161,139,156)
#AD9BAA
(173,155,170)
#B9ABB8
(185,171,184)
#C5BBC6
(197,187,198)
#D1CBD4
(209,203,212)
#DDDBE2
(221,219,226)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714B64; }

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

This text font color is #714B64.


Background Color

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

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

This div background color is #714B64.


Border color

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

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

This div border color is #714B64.


Opacity

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

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

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

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

This text has shadow with #714B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714B64 on black background.


Color preview on white background

This text has color #714B64 on white background.



Black color preview on #714B64 background

This text has black color on #714B64 background.


White color preview on #714B64 background

This text has white color on #714B64 background.