COLOR #714844

HEX: #714844
RGB: (113,72,68)

Renk bilgisi

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

RGB renk modeli

#714844 color RGB value is (113,72,68).

  • kırmız ton 113;
  • yeşil ton 72;
  • mavi ton 68.
RGB:
(113,72,68)
(44%,28%,27%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 72 of 255 = 28%
B 68 of 255 = 27%

113
72
68

R + G + B ~ 33%. #714844 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 72 + 68 = 253 (100%)
R 113 of 253 ~ 44.66%
G 72 of 253 ~ 28.46%
B 68 of 253 ~ 26.88%

%44.66
%28.46
%26.88

CMYK RENK MODELİ

#714844 rengi CMYK tonu (0,36,40,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.28%
  • sarı tonu 39.82%
  • ana renk tonu 55.69%
CMYK:
(0,36,40,56)
C0M36Y40K56 
(0%,36%,40%,56%)
(0.00/0.36/0.40/0.56)	

CMYK yüzdeleri

%0
%36.28
%39.82
%55.69

Codes

Color #714844 in popluar color models

714844
RGB1137268
HSL24.86%35.49%
HSB/HSV39.82%44.31%
CMYK0.00%36.28%39.82%
55.69%

Color #714844 in popluar number systems.

HEX714844
Decimal1137268
Binary111000110010001000100
Octal161110104

Shades and tints

Shades of #714844

#714844
(113,72,68)
#67423E
(103,66,62)
#5D3C38
(93,60,56)
#533632
(83,54,50)
#49302C
(73,48,44)
#3F2A26
(63,42,38)
#352420
(53,36,32)
#2B1E1A
(43,30,26)
#211814
(33,24,20)
#17120E
(23,18,14)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #714844

#714844
(113,72,68)
#7D5855
(125,88,85)
#896866
(137,104,102)
#957877
(149,120,119)
#A18888
(161,136,136)
#AD9899
(173,152,153)
#B9A8AA
(185,168,170)
#C5B8BB
(197,184,187)
#D1C8CC
(209,200,204)
#DDD8DD
(221,216,221)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714844 color. Also use rgb(113,72,68) instead hex code.

Text Font Color

.myTextColor { color: #714844; }

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

This text font color is #714844.


Background Color

.myBgColor { background-color: #714844; }

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

This div background color is #714844.


Border color

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

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

This div border color is #714844.


Opacity

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

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

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

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

This text has shadow with #714844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714844 on black background.


Color preview on white background

This text has color #714844 on white background.



Black color preview on #714844 background

This text has black color on #714844 background.


White color preview on #714844 background

This text has white color on #714844 background.