COLOR #714400

HEX: #714400
RGB: (113,68,0)

Renk bilgisi

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

RGB renk modeli

#714400 color RGB value is (113,68,0).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 68 of 255 = 27%
B 0 of 255 = 0%

113
68
0

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 68 + 0 = 181 (100%)
R 113 of 181 ~ 62.43%
G 68 of 181 ~ 37.57%
B 0 of 181 ~ 0%

%62.43
%37.57

CMYK RENK MODELİ

#714400 rengi CMYK tonu (0,40,100,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.82%
  • sarı tonu 100.00%
  • ana renk tonu 55.69%
CMYK:
(0,40,100,56)
C0M40Y100K56 
(0%,40%,100%,56%)
(0.00/0.40/1.00/0.56)	

CMYK yüzdeleri

%0
%39.82
%100
%55.69

Codes

Color #714400 in popluar color models

714400
RGB113680
HSL36°100.00%22.16%
HSB/HSV36°100.00%44.31%
CMYK0.00%39.82%100.00%
55.69%

Color #714400 in popluar number systems.

HEX714400
Decimal113680
Binary111000110001000
Octal1611040

Shades and tints

Shades of #714400

#714400
(113,68,0)
#673E00
(103,62,0)
#5D3800
(93,56,0)
#533200
(83,50,0)
#492C00
(73,44,0)
#3F2600
(63,38,0)
#352000
(53,32,0)
#2B1A00
(43,26,0)
#211400
(33,20,0)
#170E00
(23,14,0)
#0D0800
(13,8,0)
#000000
(0,0,0)

Tints of #714400

#714400
(113,68,0)
#7D5517
(125,85,23)
#89662E
(137,102,46)
#957745
(149,119,69)
#A1885C
(161,136,92)
#AD9973
(173,153,115)
#B9AA8A
(185,170,138)
#C5BBA1
(197,187,161)
#D1CCB8
(209,204,184)
#DDDDCF
(221,221,207)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714400; }

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

This text font color is #714400.


Background Color

.myBgColor { background-color: #714400; }

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

This div background color is #714400.


Border color

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

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

This div border color is #714400.


Opacity

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

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

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

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

This text has shadow with #714400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714400 on black background.


Color preview on white background

This text has color #714400 on white background.



Black color preview on #714400 background

This text has black color on #714400 background.


White color preview on #714400 background

This text has white color on #714400 background.