COLOR #714900

HEX: #714900
RGB: (113,73,0)

Renk bilgisi

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

RGB renk modeli

#714900 color RGB value is (113,73,0).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 73 of 255 = 29%
B 0 of 255 = 0%

113
73
0

R + G + B ~ 24%. #714900 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 73 + 0 = 186 (100%)
R 113 of 186 ~ 60.75%
G 73 of 186 ~ 39.25%
B 0 of 186 ~ 0%

%60.75
%39.25

CMYK RENK MODELİ

#714900 rengi CMYK tonu (0,35,100,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.40%
  • sarı tonu 100.00%
  • ana renk tonu 55.69%
CMYK:
(0,35,100,56)
C0M35Y100K56 
(0%,35%,100%,56%)
(0.00/0.35/1.00/0.56)	

CMYK yüzdeleri

%0
%35.4
%100
%55.69

Codes

Color #714900 in popluar color models

714900
RGB113730
HSL39°100.00%22.16%
HSB/HSV39°100.00%44.31%
CMYK0.00%35.40%100.00%
55.69%

Color #714900 in popluar number systems.

HEX714900
Decimal113730
Binary111000110010010
Octal1611110

Shades and tints

Shades of #714900

#714900
(113,73,0)
#674300
(103,67,0)
#5D3D00
(93,61,0)
#533700
(83,55,0)
#493100
(73,49,0)
#3F2B00
(63,43,0)
#352500
(53,37,0)
#2B1F00
(43,31,0)
#211900
(33,25,0)
#171300
(23,19,0)
#0D0D00
(13,13,0)
#000000
(0,0,0)

Tints of #714900

#714900
(113,73,0)
#7D5917
(125,89,23)
#89692E
(137,105,46)
#957945
(149,121,69)
#A1895C
(161,137,92)
#AD9973
(173,153,115)
#B9A98A
(185,169,138)
#C5B9A1
(197,185,161)
#D1C9B8
(209,201,184)
#DDD9CF
(221,217,207)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714900 color. Also use rgb(113,73,0) instead hex code.

Text Font Color

.myTextColor { color: #714900; }

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

This text font color is #714900.


Background Color

.myBgColor { background-color: #714900; }

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

This div background color is #714900.


Border color

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

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

This div border color is #714900.


Opacity

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

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

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

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

This text has shadow with #714900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714900 on black background.


Color preview on white background

This text has color #714900 on white background.



Black color preview on #714900 background

This text has black color on #714900 background.


White color preview on #714900 background

This text has white color on #714900 background.