COLOR #714B5F

HEX: #714B5F
RGB: (113,75,95)

Renk bilgisi

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

RGB renk modeli

#714B5F color RGB value is (113,75,95).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 75 of 255 = 29%
B 95 of 255 = 37%

113
75
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 75 + 95 = 283 (100%)
R 113 of 283 ~ 39.93%
G 75 of 283 ~ 26.5%
B 95 of 283 ~ 33.57%

%39.93
%26.5
%33.57

CMYK RENK MODELİ

#714B5F rengi CMYK tonu (0,34,16,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.63%
  • sarı tonu 15.93%
  • ana renk tonu 55.69%
CMYK:
(0,34,16,56)
C0M34Y16K56 
(0%,34%,16%,56%)
(0.00/0.34/0.16/0.56)	

CMYK yüzdeleri

%0
%33.63
%15.93
%55.69

Codes

Color #714B5F in popluar color models

714B5F
RGB1137595
HSL328°20.21%36.86%
HSB/HSV328°33.63%44.31%
CMYK0.00%33.63%15.93%
55.69%

Color #714B5F in popluar number systems.

HEX714B5F
Decimal1137595
Binary111000110010111011111
Octal161113137

Shades and tints

Shades of #714B5F

#714B5F
(113,75,95)
#674557
(103,69,87)
#5D3F4F
(93,63,79)
#533947
(83,57,71)
#49333F
(73,51,63)
#3F2D37
(63,45,55)
#35272F
(53,39,47)
#2B2127
(43,33,39)
#211B1F
(33,27,31)
#171517
(23,21,23)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #714B5F

#714B5F
(113,75,95)
#7D5B6D
(125,91,109)
#896B7B
(137,107,123)
#957B89
(149,123,137)
#A18B97
(161,139,151)
#AD9BA5
(173,155,165)
#B9ABB3
(185,171,179)
#C5BBC1
(197,187,193)
#D1CBCF
(209,203,207)
#DDDBDD
(221,219,221)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714B5F; }

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

This text font color is #714B5F.


Background Color

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

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

This div background color is #714B5F.


Border color

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

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

This div border color is #714B5F.


Opacity

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

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

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

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

This text has shadow with #714B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714B5F on black background.


Color preview on white background

This text has color #714B5F on white background.



Black color preview on #714B5F background

This text has black color on #714B5F background.


White color preview on #714B5F background

This text has white color on #714B5F background.