COLOR #714F46

HEX: #714F46
RGB: (113,79,70)

Renk bilgisi

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

RGB renk modeli

#714F46 color RGB value is (113,79,70).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 79 of 255 = 31%
B 70 of 255 = 27%

113
79
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 79 + 70 = 262 (100%)
R 113 of 262 ~ 43.13%
G 79 of 262 ~ 30.15%
B 70 of 262 ~ 26.72%

%43.13
%30.15
%26.72

CMYK RENK MODELİ

#714F46 rengi CMYK tonu (0,30,38,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.09%
  • sarı tonu 38.05%
  • ana renk tonu 55.69%
CMYK:
(0,30,38,56)
C0M30Y38K56 
(0%,30%,38%,56%)
(0.00/0.30/0.38/0.56)	

CMYK yüzdeleri

%0
%30.09
%38.05
%55.69

Codes

Color #714F46 in popluar color models

714F46
RGB1137970
HSL13°23.50%35.88%
HSB/HSV13°38.05%44.31%
CMYK0.00%30.09%38.05%
55.69%

Color #714F46 in popluar number systems.

HEX714F46
Decimal1137970
Binary111000110011111000110
Octal161117106

Shades and tints

Shades of #714F46

#714F46
(113,79,70)
#674840
(103,72,64)
#5D413A
(93,65,58)
#533A34
(83,58,52)
#49332E
(73,51,46)
#3F2C28
(63,44,40)
#352522
(53,37,34)
#2B1E1C
(43,30,28)
#211716
(33,23,22)
#171010
(23,16,16)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #714F46

#714F46
(113,79,70)
#7D5F56
(125,95,86)
#896F66
(137,111,102)
#957F76
(149,127,118)
#A18F86
(161,143,134)
#AD9F96
(173,159,150)
#B9AFA6
(185,175,166)
#C5BFB6
(197,191,182)
#D1CFC6
(209,207,198)
#DDDFD6
(221,223,214)
#E9EFE6
(233,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714F46; }

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

This text font color is #714F46.


Background Color

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

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

This div background color is #714F46.


Border color

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

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

This div border color is #714F46.


Opacity

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

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

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

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

This text has shadow with #714F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714F46 on black background.


Color preview on white background

This text has color #714F46 on white background.



Black color preview on #714F46 background

This text has black color on #714F46 background.


White color preview on #714F46 background

This text has white color on #714F46 background.