COLOR #714E43

HEX: #714E43
RGB: (113,78,67)

Renk bilgisi

#714E43 contains red, green and blue colors in about the same proportion. #714E43 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#714E43 color RGB value is (113,78,67).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 78 of 255 = 31%
B 67 of 255 = 26%

113
78
67

R + G + B ~ 34%. #714E43 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 78 + 67 = 258 (100%)
R 113 of 258 ~ 43.8%
G 78 of 258 ~ 30.23%
B 67 of 258 ~ 25.97%

%43.8
%30.23
%25.97

CMYK RENK MODELİ

#714E43 rengi CMYK tonu (0,31,41,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.97%
  • sarı tonu 40.71%
  • ana renk tonu 55.69%
CMYK:
(0,31,41,56)
C0M31Y41K56 
(0%,31%,41%,56%)
(0.00/0.31/0.41/0.56)	

CMYK yüzdeleri

%0
%30.97
%40.71
%55.69

Codes

Color #714E43 in popluar color models

714E43
RGB1137867
HSL14°25.56%35.29%
HSB/HSV14°40.71%44.31%
CMYK0.00%30.97%40.71%
55.69%

Color #714E43 in popluar number systems.

HEX714E43
Decimal1137867
Binary111000110011101000011
Octal161116103

Shades and tints

Shades of #714E43

#714E43
(113,78,67)
#67473D
(103,71,61)
#5D4037
(93,64,55)
#533931
(83,57,49)
#49322B
(73,50,43)
#3F2B25
(63,43,37)
#35241F
(53,36,31)
#2B1D19
(43,29,25)
#211613
(33,22,19)
#170F0D
(23,15,13)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #714E43

#714E43
(113,78,67)
#7D5E54
(125,94,84)
#896E65
(137,110,101)
#957E76
(149,126,118)
#A18E87
(161,142,135)
#AD9E98
(173,158,152)
#B9AEA9
(185,174,169)
#C5BEBA
(197,190,186)
#D1CECB
(209,206,203)
#DDDEDC
(221,222,220)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714E43; }

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

This text font color is #714E43.


Background Color

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

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

This div background color is #714E43.


Border color

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

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

This div border color is #714E43.


Opacity

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

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

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

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

This text has shadow with #714E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714E43 on black background.


Color preview on white background

This text has color #714E43 on white background.



Black color preview on #714E43 background

This text has black color on #714E43 background.


White color preview on #714E43 background

This text has white color on #714E43 background.