COLOR #714448

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

113
68
72

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

Yüzdelerle RGB renk parçaları

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

%44.66
%26.88
%28.46

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%39.82
%36.28
%55.69

Codes

Color #714448 in popluar color models

714448
RGB1136872
HSL355°24.86%35.49%
HSB/HSV355°39.82%44.31%
CMYK0.00%39.82%36.28%
55.69%

Color #714448 in popluar number systems.

HEX714448
Decimal1136872
Binary111000110001001001000
Octal161104110

Shades and tints

Shades of #714448

#714448
(113,68,72)
#673E42
(103,62,66)
#5D383C
(93,56,60)
#533236
(83,50,54)
#492C30
(73,44,48)
#3F262A
(63,38,42)
#352024
(53,32,36)
#2B1A1E
(43,26,30)
#211418
(33,20,24)
#170E12
(23,14,18)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #714448

#714448
(113,68,72)
#7D5558
(125,85,88)
#896668
(137,102,104)
#957778
(149,119,120)
#A18888
(161,136,136)
#AD9998
(173,153,152)
#B9AAA8
(185,170,168)
#C5BBB8
(197,187,184)
#D1CCC8
(209,204,200)
#DDDDD8
(221,221,216)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714448; }

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

This text font color is #714448.


Background Color

.myBgColor { background-color: #714448; }

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

This div background color is #714448.


Border color

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

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

This div border color is #714448.


Opacity

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

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

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

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

This text has shadow with #714448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714448 on black background.


Color preview on white background

This text has color #714448 on white background.



Black color preview on #714448 background

This text has black color on #714448 background.


White color preview on #714448 background

This text has white color on #714448 background.