COLOR #714D4A

HEX: #714D4A
RGB: (113,77,74)

Renk bilgisi

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

RGB renk modeli

#714D4A color RGB value is (113,77,74).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 77 of 255 = 30%
B 74 of 255 = 29%

113
77
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 77 + 74 = 264 (100%)
R 113 of 264 ~ 42.8%
G 77 of 264 ~ 29.17%
B 74 of 264 ~ 28.03%

%42.8
%29.17
%28.03

CMYK RENK MODELİ

#714D4A rengi CMYK tonu (0,32,35,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.86%
  • sarı tonu 34.51%
  • ana renk tonu 55.69%
CMYK:
(0,32,35,56)
C0M32Y35K56 
(0%,32%,35%,56%)
(0.00/0.32/0.35/0.56)	

CMYK yüzdeleri

%0
%31.86
%34.51
%55.69

Codes

Color #714D4A in popluar color models

714D4A
RGB1137774
HSL20.86%36.67%
HSB/HSV34.51%44.31%
CMYK0.00%31.86%34.51%
55.69%

Color #714D4A in popluar number systems.

HEX714D4A
Decimal1137774
Binary111000110011011001010
Octal161115112

Shades and tints

Shades of #714D4A

#714D4A
(113,77,74)
#674644
(103,70,68)
#5D3F3E
(93,63,62)
#533838
(83,56,56)
#493132
(73,49,50)
#3F2A2C
(63,42,44)
#352326
(53,35,38)
#2B1C20
(43,28,32)
#21151A
(33,21,26)
#170E14
(23,14,20)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #714D4A

#714D4A
(113,77,74)
#7D5D5A
(125,93,90)
#896D6A
(137,109,106)
#957D7A
(149,125,122)
#A18D8A
(161,141,138)
#AD9D9A
(173,157,154)
#B9ADAA
(185,173,170)
#C5BDBA
(197,189,186)
#D1CDCA
(209,205,202)
#DDDDDA
(221,221,218)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714D4A; }

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

This text font color is #714D4A.


Background Color

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

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

This div background color is #714D4A.


Border color

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

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

This div border color is #714D4A.


Opacity

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

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

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

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

This text has shadow with #714D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714D4A on black background.


Color preview on white background

This text has color #714D4A on white background.



Black color preview on #714D4A background

This text has black color on #714D4A background.


White color preview on #714D4A background

This text has white color on #714D4A background.