COLOR #714B49

HEX: #714B49
RGB: (113,75,73)

Renk bilgisi

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

RGB renk modeli

#714B49 color RGB value is (113,75,73).

  • kırmız ton 113;
  • yeşil ton 75;
  • mavi ton 73.
RGB:
(113,75,73)
(44%,29%,29%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 75 of 255 = 29%
B 73 of 255 = 29%

113
75
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 75 + 73 = 261 (100%)
R 113 of 261 ~ 43.3%
G 75 of 261 ~ 28.74%
B 73 of 261 ~ 27.97%

%43.3
%28.74
%27.97

CMYK RENK MODELİ

#714B49 rengi CMYK tonu (0,34,35,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.63%
  • sarı tonu 35.40%
  • ana renk tonu 55.69%
CMYK:
(0,34,35,56)
C0M34Y35K56 
(0%,34%,35%,56%)
(0.00/0.34/0.35/0.56)	

CMYK yüzdeleri

%0
%33.63
%35.4
%55.69

Codes

Color #714B49 in popluar color models

714B49
RGB1137573
HSL21.51%36.47%
HSB/HSV35.40%44.31%
CMYK0.00%33.63%35.40%
55.69%

Color #714B49 in popluar number systems.

HEX714B49
Decimal1137573
Binary111000110010111001001
Octal161113111

Shades and tints

Shades of #714B49

#714B49
(113,75,73)
#674543
(103,69,67)
#5D3F3D
(93,63,61)
#533937
(83,57,55)
#493331
(73,51,49)
#3F2D2B
(63,45,43)
#352725
(53,39,37)
#2B211F
(43,33,31)
#211B19
(33,27,25)
#171513
(23,21,19)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #714B49

#714B49
(113,75,73)
#7D5B59
(125,91,89)
#896B69
(137,107,105)
#957B79
(149,123,121)
#A18B89
(161,139,137)
#AD9B99
(173,155,153)
#B9ABA9
(185,171,169)
#C5BBB9
(197,187,185)
#D1CBC9
(209,203,201)
#DDDBD9
(221,219,217)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714B49 color. Also use rgb(113,75,73) instead hex code.

Text Font Color

.myTextColor { color: #714B49; }

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

This text font color is #714B49.


Background Color

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

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

This div background color is #714B49.


Border color

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

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

This div border color is #714B49.


Opacity

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

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

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

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

This text has shadow with #714B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714B49 on black background.


Color preview on white background

This text has color #714B49 on white background.



Black color preview on #714B49 background

This text has black color on #714B49 background.


White color preview on #714B49 background

This text has white color on #714B49 background.