COLOR #714D09

HEX: #714D09
RGB: (113,77,9)

Renk bilgisi

#714D09 contains mainly red and green colors. #714D09 ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#714D09 color RGB value is (113,77,9).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 77 of 255 = 30%
B 9 of 255 = 4%

113
77
9

R + G + B ~ 26%. #714D09 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 77 + 9 = 199 (100%)
R 113 of 199 ~ 56.78%
G 77 of 199 ~ 38.69%
B 9 of 199 ~ 4.52%

%56.78
%38.69

CMYK RENK MODELİ

#714D09 rengi CMYK tonu (0,32,92,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.86%
  • sarı tonu 92.04%
  • ana renk tonu 55.69%
CMYK:
(0,32,92,56)
C0M32Y92K56 
(0%,32%,92%,56%)
(0.00/0.32/0.92/0.56)	

CMYK yüzdeleri

%0
%31.86
%92.04
%55.69

Codes

Color #714D09 in popluar color models

714D09
RGB113779
HSL39°85.25%23.92%
HSB/HSV39°92.04%44.31%
CMYK0.00%31.86%92.04%
55.69%

Color #714D09 in popluar number systems.

HEX714D09
Decimal113779
Binary111000110011011001
Octal16111511

Shades and tints

Shades of #714D09

#714D09
(113,77,9)
#674609
(103,70,9)
#5D3F09
(93,63,9)
#533809
(83,56,9)
#493109
(73,49,9)
#3F2A09
(63,42,9)
#352309
(53,35,9)
#2B1C09
(43,28,9)
#211509
(33,21,9)
#170E09
(23,14,9)
#0D0709
(13,7,9)
#000000
(0,0,0)

Tints of #714D09

#714D09
(113,77,9)
#7D5D1F
(125,93,31)
#896D35
(137,109,53)
#957D4B
(149,125,75)
#A18D61
(161,141,97)
#AD9D77
(173,157,119)
#B9AD8D
(185,173,141)
#C5BDA3
(197,189,163)
#D1CDB9
(209,205,185)
#DDDDCF
(221,221,207)
#E9EDE5
(233,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714D09; }

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

This text font color is #714D09.


Background Color

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

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

This div background color is #714D09.


Border color

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

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

This div border color is #714D09.


Opacity

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

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

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

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

This text has shadow with #714D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714D09 on black background.


Color preview on white background

This text has color #714D09 on white background.



Black color preview on #714D09 background

This text has black color on #714D09 background.


White color preview on #714D09 background

This text has white color on #714D09 background.