COLOR #714E27

HEX: #714E27
RGB: (113,78,39)

Renk bilgisi

#714E27 contains mainly red and green colors. #714E27 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#714E27 color RGB value is (113,78,39).

  • kırmız ton 113;
  • yeşil ton 78;
  • mavi ton 39.
RGB:
(113,78,39)
(44%,31%,15%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 78 of 255 = 31%
B 39 of 255 = 15%

113
78
39

R + G + B ~ 30%. #714E27 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 78 + 39 = 230 (100%)
R 113 of 230 ~ 49.13%
G 78 of 230 ~ 33.91%
B 39 of 230 ~ 16.96%

%49.13
%33.91
%16.96

CMYK RENK MODELİ

#714E27 rengi CMYK tonu (0,31,65,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.97%
  • sarı tonu 65.49%
  • ana renk tonu 55.69%
CMYK:
(0,31,65,56)
C0M31Y65K56 
(0%,31%,65%,56%)
(0.00/0.31/0.65/0.56)	

CMYK yüzdeleri

%0
%30.97
%65.49
%55.69

Codes

Color #714E27 in popluar color models

714E27
RGB1137839
HSL32°48.68%29.80%
HSB/HSV32°65.49%44.31%
CMYK0.00%30.97%65.49%
55.69%

Color #714E27 in popluar number systems.

HEX714E27
Decimal1137839
Binary11100011001110100111
Octal16111647

Shades and tints

Shades of #714E27

#714E27
(113,78,39)
#674724
(103,71,36)
#5D4021
(93,64,33)
#53391E
(83,57,30)
#49321B
(73,50,27)
#3F2B18
(63,43,24)
#352415
(53,36,21)
#2B1D12
(43,29,18)
#21160F
(33,22,15)
#170F0C
(23,15,12)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #714E27

#714E27
(113,78,39)
#7D5E3A
(125,94,58)
#896E4D
(137,110,77)
#957E60
(149,126,96)
#A18E73
(161,142,115)
#AD9E86
(173,158,134)
#B9AE99
(185,174,153)
#C5BEAC
(197,190,172)
#D1CEBF
(209,206,191)
#DDDED2
(221,222,210)
#E9EEE5
(233,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714E27 color. Also use rgb(113,78,39) instead hex code.

Text Font Color

.myTextColor { color: #714E27; }

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

This text font color is #714E27.


Background Color

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

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

This div background color is #714E27.


Border color

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

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

This div border color is #714E27.


Opacity

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

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

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

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

This text has shadow with #714E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714E27 on black background.


Color preview on white background

This text has color #714E27 on white background.



Black color preview on #714E27 background

This text has black color on #714E27 background.


White color preview on #714E27 background

This text has white color on #714E27 background.