COLOR #714F29

HEX: #714F29
RGB: (113,79,41)

Renk bilgisi

#714F29 contains mainly red and green colors. #714F29 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#714F29 color RGB value is (113,79,41).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 79 of 255 = 31%
B 41 of 255 = 16%

113
79
41

R + G + B ~ 30%. #714F29 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 79 + 41 = 233 (100%)
R 113 of 233 ~ 48.5%
G 79 of 233 ~ 33.91%
B 41 of 233 ~ 17.6%

%48.5
%33.91
%17.6

CMYK RENK MODELİ

#714F29 rengi CMYK tonu (0,30,64,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.09%
  • sarı tonu 63.72%
  • ana renk tonu 55.69%
CMYK:
(0,30,64,56)
C0M30Y64K56 
(0%,30%,64%,56%)
(0.00/0.30/0.64/0.56)	

CMYK yüzdeleri

%0
%30.09
%63.72
%55.69

Codes

Color #714F29 in popluar color models

714F29
RGB1137941
HSL32°46.75%30.20%
HSB/HSV32°63.72%44.31%
CMYK0.00%30.09%63.72%
55.69%

Color #714F29 in popluar number systems.

HEX714F29
Decimal1137941
Binary11100011001111101001
Octal16111751

Shades and tints

Shades of #714F29

#714F29
(113,79,41)
#674826
(103,72,38)
#5D4123
(93,65,35)
#533A20
(83,58,32)
#49331D
(73,51,29)
#3F2C1A
(63,44,26)
#352517
(53,37,23)
#2B1E14
(43,30,20)
#211711
(33,23,17)
#17100E
(23,16,14)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #714F29

#714F29
(113,79,41)
#7D5F3C
(125,95,60)
#896F4F
(137,111,79)
#957F62
(149,127,98)
#A18F75
(161,143,117)
#AD9F88
(173,159,136)
#B9AF9B
(185,175,155)
#C5BFAE
(197,191,174)
#D1CFC1
(209,207,193)
#DDDFD4
(221,223,212)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714F29; }

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

This text font color is #714F29.


Background Color

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

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

This div background color is #714F29.


Border color

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

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

This div border color is #714F29.


Opacity

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

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

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

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

This text has shadow with #714F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714F29 on black background.


Color preview on white background

This text has color #714F29 on white background.



Black color preview on #714F29 background

This text has black color on #714F29 background.


White color preview on #714F29 background

This text has white color on #714F29 background.