COLOR #714A00

HEX: #714A00
RGB: (113,74,0)

Renk bilgisi

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

RGB renk modeli

#714A00 color RGB value is (113,74,0).

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

RGB bağlantıları ve doygunluk

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

113
74
0

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 74 + 0 = 187 (100%)
R 113 of 187 ~ 60.43%
G 74 of 187 ~ 39.57%
B 0 of 187 ~ 0%

%60.43
%39.57

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.51%
  • 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
%34.51
%100
%55.69

Codes

Color #714A00 in popluar color models

714A00
RGB113740
HSL39°100.00%22.16%
HSB/HSV39°100.00%44.31%
CMYK0.00%34.51%100.00%
55.69%

Color #714A00 in popluar number systems.

HEX714A00
Decimal113740
Binary111000110010100
Octal1611120

Shades and tints

Shades of #714A00

#714A00
(113,74,0)
#674400
(103,68,0)
#5D3E00
(93,62,0)
#533800
(83,56,0)
#493200
(73,50,0)
#3F2C00
(63,44,0)
#352600
(53,38,0)
#2B2000
(43,32,0)
#211A00
(33,26,0)
#171400
(23,20,0)
#0D0E00
(13,14,0)
#000000
(0,0,0)

Tints of #714A00

#714A00
(113,74,0)
#7D5A17
(125,90,23)
#896A2E
(137,106,46)
#957A45
(149,122,69)
#A18A5C
(161,138,92)
#AD9A73
(173,154,115)
#B9AA8A
(185,170,138)
#C5BAA1
(197,186,161)
#D1CAB8
(209,202,184)
#DDDACF
(221,218,207)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714A00; }

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

This text font color is #714A00.


Background Color

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

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

This div background color is #714A00.


Border color

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

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

This div border color is #714A00.


Opacity

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

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

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

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

This text has shadow with #714A00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714A00 on black background.


Color preview on white background

This text has color #714A00 on white background.



Black color preview on #714A00 background

This text has black color on #714A00 background.


White color preview on #714A00 background

This text has white color on #714A00 background.