COLOR #071401

HEX: #071401
RGB: (7,20,1)

Renk bilgisi

#071401 contains red, green and blue colors in about the same proportion. #071401 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#071401 color RGB value is (7,20,1).

  • kırmız ton 7;
  • yeşil ton 20;
  • mavi ton 1.
RGB:
(7,20,1)
(3%,8%,0%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 20 of 255 = 8%
B 1 of 255 = 0%

7
20
1

R + G + B ~ 4%. #071401 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 20 + 1 = 28 (100%)
R 7 of 28 ~ 25%
G 20 of 28 ~ 71.43%
B 1 of 28 ~ 3.57%

%25
%71.43

CMYK RENK MODELİ

#071401 rengi CMYK tonu (65,0,95,92).

  • camgöbeği tonu 65.00%
  • eflatun tonu 0.00%
  • sarı tonu 95.00%
  • ana renk tonu 92.16%
CMYK:
(65,0,95,92)
C65M0Y95K92 
(65%,0%,95%,92%)
(0.65/0.00/0.95/0.92)	

CMYK yüzdeleri

%65
%0
%95
%92.16

Codes

Color #071401 in popluar color models

071401
RGB7201
HSL101°90.48%4.12%
HSB/HSV101°95.00%7.84%
CMYK65.00%0.00%95.00%
92.16%

Color #071401 in popluar number systems.

HEX071401
Decimal7201
Binary111101001
Octal7241

Shades and tints

Shades of #071401

#071401
(7,20,1)
#071301
(7,19,1)
#071201
(7,18,1)
#071101
(7,17,1)
#071001
(7,16,1)
#070F01
(7,15,1)
#070E01
(7,14,1)
#070D01
(7,13,1)
#070C01
(7,12,1)
#070B01
(7,11,1)
#070A01
(7,10,1)
#000000
(0,0,0)

Tints of #071401

#071401
(7,20,1)
#1D2918
(29,41,24)
#333E2F
(51,62,47)
#495346
(73,83,70)
#5F685D
(95,104,93)
#757D74
(117,125,116)
#8B928B
(139,146,139)
#A1A7A2
(161,167,162)
#B7BCB9
(183,188,185)
#CDD1D0
(205,209,208)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071401 color. Also use rgb(7,20,1) instead hex code.

Text Font Color

.myTextColor { color: #071401; }

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

This text font color is #071401.


Background Color

.myBgColor { background-color: #071401; }

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

This div background color is #071401.


Border color

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

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

This div border color is #071401.


Opacity

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

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

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

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

This text has shadow with #071401 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071401 on black background.


Color preview on white background

This text has color #071401 on white background.



Black color preview on #071401 background

This text has black color on #071401 background.


White color preview on #071401 background

This text has white color on #071401 background.