COLOR #714B01

HEX: #714B01
RGB: (113,75,1)

Renk bilgisi

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

RGB renk modeli

#714B01 color RGB value is (113,75,1).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 75 of 255 = 29%
B 1 of 255 = 0%

113
75
1

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 75 + 1 = 189 (100%)
R 113 of 189 ~ 59.79%
G 75 of 189 ~ 39.68%
B 1 of 189 ~ 0.53%

%59.79
%39.68

CMYK RENK MODELİ

#714B01 rengi CMYK tonu (0,34,99,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.63%
  • sarı tonu 99.12%
  • ana renk tonu 55.69%
CMYK:
(0,34,99,56)
C0M34Y99K56 
(0%,34%,99%,56%)
(0.00/0.34/0.99/0.56)	

CMYK yüzdeleri

%0
%33.63
%99.12
%55.69

Codes

Color #714B01 in popluar color models

714B01
RGB113751
HSL40°98.25%22.35%
HSB/HSV40°99.12%44.31%
CMYK0.00%33.63%99.12%
55.69%

Color #714B01 in popluar number systems.

HEX714B01
Decimal113751
Binary111000110010111
Octal1611131

Shades and tints

Shades of #714B01

#714B01
(113,75,1)
#674501
(103,69,1)
#5D3F01
(93,63,1)
#533901
(83,57,1)
#493301
(73,51,1)
#3F2D01
(63,45,1)
#352701
(53,39,1)
#2B2101
(43,33,1)
#211B01
(33,27,1)
#171501
(23,21,1)
#0D0F01
(13,15,1)
#000000
(0,0,0)

Tints of #714B01

#714B01
(113,75,1)
#7D5B18
(125,91,24)
#896B2F
(137,107,47)
#957B46
(149,123,70)
#A18B5D
(161,139,93)
#AD9B74
(173,155,116)
#B9AB8B
(185,171,139)
#C5BBA2
(197,187,162)
#D1CBB9
(209,203,185)
#DDDBD0
(221,219,208)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714B01 color. Also use rgb(113,75,1) instead hex code.

Text Font Color

.myTextColor { color: #714B01; }

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

This text font color is #714B01.


Background Color

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

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

This div background color is #714B01.


Border color

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

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

This div border color is #714B01.


Opacity

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

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

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

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

This text has shadow with #714B01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714B01 on black background.


Color preview on white background

This text has color #714B01 on white background.



Black color preview on #714B01 background

This text has black color on #714B01 background.


White color preview on #714B01 background

This text has white color on #714B01 background.