COLOR #714741

HEX: #714741
RGB: (113,71,65)

Renk bilgisi

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

RGB renk modeli

#714741 color RGB value is (113,71,65).

  • kırmız ton 113;
  • yeşil ton 71;
  • mavi ton 65.
RGB:
(113,71,65)
(44%,28%,25%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 71 of 255 = 28%
B 65 of 255 = 25%

113
71
65

R + G + B ~ 32%. #714741 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 71 + 65 = 249 (100%)
R 113 of 249 ~ 45.38%
G 71 of 249 ~ 28.51%
B 65 of 249 ~ 26.1%

%45.38
%28.51
%26.1

CMYK RENK MODELİ

#714741 rengi CMYK tonu (0,37,42,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.17%
  • sarı tonu 42.48%
  • ana renk tonu 55.69%
CMYK:
(0,37,42,56)
C0M37Y42K56 
(0%,37%,42%,56%)
(0.00/0.37/0.42/0.56)	

CMYK yüzdeleri

%0
%37.17
%42.48
%55.69

Codes

Color #714741 in popluar color models

714741
RGB1137165
HSL26.97%34.90%
HSB/HSV42.48%44.31%
CMYK0.00%37.17%42.48%
55.69%

Color #714741 in popluar number systems.

HEX714741
Decimal1137165
Binary111000110001111000001
Octal161107101

Shades and tints

Shades of #714741

#714741
(113,71,65)
#67413C
(103,65,60)
#5D3B37
(93,59,55)
#533532
(83,53,50)
#492F2D
(73,47,45)
#3F2928
(63,41,40)
#352323
(53,35,35)
#2B1D1E
(43,29,30)
#211719
(33,23,25)
#171114
(23,17,20)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #714741

#714741
(113,71,65)
#7D5752
(125,87,82)
#896763
(137,103,99)
#957774
(149,119,116)
#A18785
(161,135,133)
#AD9796
(173,151,150)
#B9A7A7
(185,167,167)
#C5B7B8
(197,183,184)
#D1C7C9
(209,199,201)
#DDD7DA
(221,215,218)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714741 color. Also use rgb(113,71,65) instead hex code.

Text Font Color

.myTextColor { color: #714741; }

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

This text font color is #714741.


Background Color

.myBgColor { background-color: #714741; }

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

This div background color is #714741.


Border color

.myBorderColor { border: 1px solid #714741; }

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

This div border color is #714741.


Opacity

.myOpacity80 { color: #714741; opacity: 0.8; }

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

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

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

This text has shadow with #714741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714741 on black background.


Color preview on white background

This text has color #714741 on white background.



Black color preview on #714741 background

This text has black color on #714741 background.


White color preview on #714741 background

This text has white color on #714741 background.