COLOR #071331

HEX: #071331
RGB: (7,19,49)

Renk bilgisi

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

RGB renk modeli

#071331 color RGB value is (7,19,49).

  • kırmız ton 7;
  • yeşil ton 19;
  • mavi ton 49.
RGB:
(7,19,49)
(3%,7%,19%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 19 of 255 = 7%
B 49 of 255 = 19%

7
19
49

R + G + B ~ 10%. #071331 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 19 + 49 = 75 (100%)
R 7 of 75 ~ 9.33%
G 19 of 75 ~ 25.33%
B 49 of 75 ~ 65.33%

%25.33
%65.33

CMYK RENK MODELİ

#071331 rengi CMYK tonu (86,61,0,81).

  • camgöbeği tonu 85.71%
  • eflatun tonu 61.22%
  • sarı tonu 0.00%
  • ana renk tonu 80.78%
CMYK:
(86,61,0,81)
C86M61Y0K81 
(86%,61%,0%,81%)
(0.86/0.61/0.00/0.81)	

CMYK yüzdeleri

%85.71
%61.22
%0
%80.78

Codes

Color #071331 in popluar color models

071331
RGB71949
HSL223°75.00%10.98%
HSB/HSV223°85.71%19.22%
CMYK85.71%61.22%0.00%
80.78%

Color #071331 in popluar number systems.

HEX071331
Decimal71949
Binary11110011110001
Octal72361

Shades and tints

Shades of #071331

#071331
(7,19,49)
#07122D
(7,18,45)
#071129
(7,17,41)
#071025
(7,16,37)
#070F21
(7,15,33)
#070E1D
(7,14,29)
#070D19
(7,13,25)
#070C15
(7,12,21)
#070B11
(7,11,17)
#070A0D
(7,10,13)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #071331

#071331
(7,19,49)
#1D2843
(29,40,67)
#333D55
(51,61,85)
#495267
(73,82,103)
#5F6779
(95,103,121)
#757C8B
(117,124,139)
#8B919D
(139,145,157)
#A1A6AF
(161,166,175)
#B7BBC1
(183,187,193)
#CDD0D3
(205,208,211)
#E3E5E5
(227,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071331 color. Also use rgb(7,19,49) instead hex code.

Text Font Color

.myTextColor { color: #071331; }

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

This text font color is #071331.


Background Color

.myBgColor { background-color: #071331; }

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

This div background color is #071331.


Border color

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

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

This div border color is #071331.


Opacity

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

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

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

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

This text has shadow with #071331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071331 on black background.


Color preview on white background

This text has color #071331 on white background.



Black color preview on #071331 background

This text has black color on #071331 background.


White color preview on #071331 background

This text has white color on #071331 background.