COLOR #714C43

HEX: #714C43
RGB: (113,76,67)

Renk bilgisi

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

RGB renk modeli

#714C43 color RGB value is (113,76,67).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 76 of 255 = 30%
B 67 of 255 = 26%

113
76
67

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 76 + 67 = 256 (100%)
R 113 of 256 ~ 44.14%
G 76 of 256 ~ 29.69%
B 67 of 256 ~ 26.17%

%44.14
%29.69
%26.17

CMYK RENK MODELİ

#714C43 rengi CMYK tonu (0,33,41,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.74%
  • sarı tonu 40.71%
  • ana renk tonu 55.69%
CMYK:
(0,33,41,56)
C0M33Y41K56 
(0%,33%,41%,56%)
(0.00/0.33/0.41/0.56)	

CMYK yüzdeleri

%0
%32.74
%40.71
%55.69

Codes

Color #714C43 in popluar color models

714C43
RGB1137667
HSL12°25.56%35.29%
HSB/HSV12°40.71%44.31%
CMYK0.00%32.74%40.71%
55.69%

Color #714C43 in popluar number systems.

HEX714C43
Decimal1137667
Binary111000110011001000011
Octal161114103

Shades and tints

Shades of #714C43

#714C43
(113,76,67)
#67463D
(103,70,61)
#5D4037
(93,64,55)
#533A31
(83,58,49)
#49342B
(73,52,43)
#3F2E25
(63,46,37)
#35281F
(53,40,31)
#2B2219
(43,34,25)
#211C13
(33,28,19)
#17160D
(23,22,13)
#0D1007
(13,16,7)
#000000
(0,0,0)

Tints of #714C43

#714C43
(113,76,67)
#7D5C54
(125,92,84)
#896C65
(137,108,101)
#957C76
(149,124,118)
#A18C87
(161,140,135)
#AD9C98
(173,156,152)
#B9ACA9
(185,172,169)
#C5BCBA
(197,188,186)
#D1CCCB
(209,204,203)
#DDDCDC
(221,220,220)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714C43; }

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

This text font color is #714C43.


Background Color

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

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

This div background color is #714C43.


Border color

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

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

This div border color is #714C43.


Opacity

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

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

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

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

This text has shadow with #714C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714C43 on black background.


Color preview on white background

This text has color #714C43 on white background.



Black color preview on #714C43 background

This text has black color on #714C43 background.


White color preview on #714C43 background

This text has white color on #714C43 background.