COLOR #714147

HEX: #714147
RGB: (113,65,71)

Renk bilgisi

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

RGB renk modeli

#714147 color RGB value is (113,65,71).

  • kırmız ton 113;
  • yeşil ton 65;
  • mavi ton 71.
RGB:
(113,65,71)
(44%,25%,28%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 65 of 255 = 25%
B 71 of 255 = 28%

113
65
71

R + G + B ~ 32%. #714147 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 65 + 71 = 249 (100%)
R 113 of 249 ~ 45.38%
G 65 of 249 ~ 26.1%
B 71 of 249 ~ 28.51%

%45.38
%26.1
%28.51

CMYK RENK MODELİ

#714147 rengi CMYK tonu (0,42,37,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.48%
  • sarı tonu 37.17%
  • ana renk tonu 55.69%
CMYK:
(0,42,37,56)
C0M42Y37K56 
(0%,42%,37%,56%)
(0.00/0.42/0.37/0.56)	

CMYK yüzdeleri

%0
%42.48
%37.17
%55.69

Codes

Color #714147 in popluar color models

714147
RGB1136571
HSL353°26.97%34.90%
HSB/HSV353°42.48%44.31%
CMYK0.00%42.48%37.17%
55.69%

Color #714147 in popluar number systems.

HEX714147
Decimal1136571
Binary111000110000011000111
Octal161101107

Shades and tints

Shades of #714147

#714147
(113,65,71)
#673C41
(103,60,65)
#5D373B
(93,55,59)
#533235
(83,50,53)
#492D2F
(73,45,47)
#3F2829
(63,40,41)
#352323
(53,35,35)
#2B1E1D
(43,30,29)
#211917
(33,25,23)
#171411
(23,20,17)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #714147

#714147
(113,65,71)
#7D5257
(125,82,87)
#896367
(137,99,103)
#957477
(149,116,119)
#A18587
(161,133,135)
#AD9697
(173,150,151)
#B9A7A7
(185,167,167)
#C5B8B7
(197,184,183)
#D1C9C7
(209,201,199)
#DDDAD7
(221,218,215)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714147 color. Also use rgb(113,65,71) instead hex code.

Text Font Color

.myTextColor { color: #714147; }

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

This text font color is #714147.


Background Color

.myBgColor { background-color: #714147; }

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

This div background color is #714147.


Border color

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

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

This div border color is #714147.


Opacity

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

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

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

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

This text has shadow with #714147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714147 on black background.


Color preview on white background

This text has color #714147 on white background.



Black color preview on #714147 background

This text has black color on #714147 background.


White color preview on #714147 background

This text has white color on #714147 background.