COLOR #714215

HEX: #714215
RGB: (113,66,21)

Renk bilgisi

#714215 contains mainly red and green colors. #714215 ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#714215 color RGB value is (113,66,21).

  • kırmız ton 113;
  • yeşil ton 66;
  • mavi ton 21.
RGB:
(113,66,21)
(44%,26%,8%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 66 of 255 = 26%
B 21 of 255 = 8%

113
66
21

R + G + B ~ 26%. #714215 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 66 + 21 = 200 (100%)
R 113 of 200 ~ 56.5%
G 66 of 200 ~ 33%
B 21 of 200 ~ 10.5%

%56.5
%33
%10.5

CMYK RENK MODELİ

#714215 rengi CMYK tonu (0,42,81,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.59%
  • sarı tonu 81.42%
  • ana renk tonu 55.69%
CMYK:
(0,42,81,56)
C0M42Y81K56 
(0%,42%,81%,56%)
(0.00/0.42/0.81/0.56)	

CMYK yüzdeleri

%0
%41.59
%81.42
%55.69

Codes

Color #714215 in popluar color models

714215
RGB1136621
HSL29°68.66%26.27%
HSB/HSV29°81.42%44.31%
CMYK0.00%41.59%81.42%
55.69%

Color #714215 in popluar number systems.

HEX714215
Decimal1136621
Binary1110001100001010101
Octal16110225

Shades and tints

Shades of #714215

#714215
(113,66,21)
#673C14
(103,60,20)
#5D3613
(93,54,19)
#533012
(83,48,18)
#492A11
(73,42,17)
#3F2410
(63,36,16)
#351E0F
(53,30,15)
#2B180E
(43,24,14)
#21120D
(33,18,13)
#170C0C
(23,12,12)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #714215

#714215
(113,66,21)
#7D532A
(125,83,42)
#89643F
(137,100,63)
#957554
(149,117,84)
#A18669
(161,134,105)
#AD977E
(173,151,126)
#B9A893
(185,168,147)
#C5B9A8
(197,185,168)
#D1CABD
(209,202,189)
#DDDBD2
(221,219,210)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714215 color. Also use rgb(113,66,21) instead hex code.

Text Font Color

.myTextColor { color: #714215; }

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

This text font color is #714215.


Background Color

.myBgColor { background-color: #714215; }

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

This div background color is #714215.


Border color

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

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

This div border color is #714215.


Opacity

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

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

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

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

This text has shadow with #714215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714215 on black background.


Color preview on white background

This text has color #714215 on white background.



Black color preview on #714215 background

This text has black color on #714215 background.


White color preview on #714215 background

This text has white color on #714215 background.