COLOR #714A46

HEX: #714A46
RGB: (113,74,70)

Renk bilgisi

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

RGB renk modeli

#714A46 color RGB value is (113,74,70).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 74 of 255 = 29%
B 70 of 255 = 27%

113
74
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 74 + 70 = 257 (100%)
R 113 of 257 ~ 43.97%
G 74 of 257 ~ 28.79%
B 70 of 257 ~ 27.24%

%43.97
%28.79
%27.24

CMYK RENK MODELİ

#714A46 rengi CMYK tonu (0,35,38,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.51%
  • sarı tonu 38.05%
  • ana renk tonu 55.69%
CMYK:
(0,35,38,56)
C0M35Y38K56 
(0%,35%,38%,56%)
(0.00/0.35/0.38/0.56)	

CMYK yüzdeleri

%0
%34.51
%38.05
%55.69

Codes

Color #714A46 in popluar color models

714A46
RGB1137470
HSL23.50%35.88%
HSB/HSV38.05%44.31%
CMYK0.00%34.51%38.05%
55.69%

Color #714A46 in popluar number systems.

HEX714A46
Decimal1137470
Binary111000110010101000110
Octal161112106

Shades and tints

Shades of #714A46

#714A46
(113,74,70)
#674440
(103,68,64)
#5D3E3A
(93,62,58)
#533834
(83,56,52)
#49322E
(73,50,46)
#3F2C28
(63,44,40)
#352622
(53,38,34)
#2B201C
(43,32,28)
#211A16
(33,26,22)
#171410
(23,20,16)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #714A46

#714A46
(113,74,70)
#7D5A56
(125,90,86)
#896A66
(137,106,102)
#957A76
(149,122,118)
#A18A86
(161,138,134)
#AD9A96
(173,154,150)
#B9AAA6
(185,170,166)
#C5BAB6
(197,186,182)
#D1CAC6
(209,202,198)
#DDDAD6
(221,218,214)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714A46 color. Also use rgb(113,74,70) instead hex code.

Text Font Color

.myTextColor { color: #714A46; }

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

This text font color is #714A46.


Background Color

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

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

This div background color is #714A46.


Border color

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

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

This div border color is #714A46.


Opacity

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

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

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

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

This text has shadow with #714A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714A46 on black background.


Color preview on white background

This text has color #714A46 on white background.



Black color preview on #714A46 background

This text has black color on #714A46 background.


White color preview on #714A46 background

This text has white color on #714A46 background.