COLOR #714D4E

HEX: #714D4E
RGB: (113,77,78)

Renk bilgisi

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

RGB renk modeli

#714D4E color RGB value is (113,77,78).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 77 of 255 = 30%
B 78 of 255 = 31%

113
77
78

R + G + B ~ 35%. #714D4E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 77 + 78 = 268 (100%)
R 113 of 268 ~ 42.16%
G 77 of 268 ~ 28.73%
B 78 of 268 ~ 29.1%

%42.16
%28.73
%29.1

CMYK RENK MODELİ

#714D4E rengi CMYK tonu (0,32,31,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.86%
  • sarı tonu 30.97%
  • ana renk tonu 55.69%
CMYK:
(0,32,31,56)
C0M32Y31K56 
(0%,32%,31%,56%)
(0.00/0.32/0.31/0.56)	

CMYK yüzdeleri

%0
%31.86
%30.97
%55.69

Codes

Color #714D4E in popluar color models

714D4E
RGB1137778
HSL358°18.95%37.25%
HSB/HSV358°31.86%44.31%
CMYK0.00%31.86%30.97%
55.69%

Color #714D4E in popluar number systems.

HEX714D4E
Decimal1137778
Binary111000110011011001110
Octal161115116

Shades and tints

Shades of #714D4E

#714D4E
(113,77,78)
#674647
(103,70,71)
#5D3F40
(93,63,64)
#533839
(83,56,57)
#493132
(73,49,50)
#3F2A2B
(63,42,43)
#352324
(53,35,36)
#2B1C1D
(43,28,29)
#211516
(33,21,22)
#170E0F
(23,14,15)
#0D0708
(13,7,8)
#000000
(0,0,0)

Tints of #714D4E

#714D4E
(113,77,78)
#7D5D5E
(125,93,94)
#896D6E
(137,109,110)
#957D7E
(149,125,126)
#A18D8E
(161,141,142)
#AD9D9E
(173,157,158)
#B9ADAE
(185,173,174)
#C5BDBE
(197,189,190)
#D1CDCE
(209,205,206)
#DDDDDE
(221,221,222)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714D4E; }

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

This text font color is #714D4E.


Background Color

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

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

This div background color is #714D4E.


Border color

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

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

This div border color is #714D4E.


Opacity

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

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

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

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

This text has shadow with #714D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714D4E on black background.


Color preview on white background

This text has color #714D4E on white background.



Black color preview on #714D4E background

This text has black color on #714D4E background.


White color preview on #714D4E background

This text has white color on #714D4E background.