COLOR #07132A

HEX: #07132A
RGB: (7,19,42)

Color info

#07132A contains red, green and blue colors in about the same proportion. Web safe color of #07132A is #000033 (or #003).

RGB color model

#07132A color RGB value is (7,19,42).

  • red value is 7;
  • green value is 19;
  • blue value is 42.
RGB:
(7,19,42)
(3%,7%,16%)

RGB channels and saturation

R 7 of 255 = 3%
G 19 of 255 = 7%
B 42 of 255 = 16%

7
19
42

R + G + B ~ 9%. #07132A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 19 + 42 = 68 (100%)
R 7 of 68 ~ 10.29%
G 19 of 68 ~ 27.94%
B 42 of 68 ~ 61.76%

%10.29
%27.94
%61.76

CMYK color model

#07132A color CMYK value is (83,55,0,84).

  • cyan value is 83.33%
  • magenta value is 54.76%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(83,55,0,84)
C83M55Y0K84 
(83%,55%,0%,84%)
(0.83/0.55/0.00/0.84)	

CMYK percentages

%83.33
%54.76
%0
%83.53

Codes

Color #07132A in popluar color models

07132A
RGB71942
HSL219°71.43%9.61%
HSB/HSV219°83.33%16.47%
CMYK83.33%54.76%0.00%
83.53%

Color #07132A in popluar number systems.

HEX07132A
Decimal71942
Binary11110011101010
Octal72352

Shades and tints

Shades of #07132A

#07132A
(7,19,42)
#071227
(7,18,39)
#071124
(7,17,36)
#071021
(7,16,33)
#070F1E
(7,15,30)
#070E1B
(7,14,27)
#070D18
(7,13,24)
#070C15
(7,12,21)
#070B12
(7,11,18)
#070A0F
(7,10,15)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #07132A

#07132A
(7,19,42)
#1D283D
(29,40,61)
#333D50
(51,61,80)
#495263
(73,82,99)
#5F6776
(95,103,118)
#757C89
(117,124,137)
#8B919C
(139,145,156)
#A1A6AF
(161,166,175)
#B7BBC2
(183,187,194)
#CDD0D5
(205,208,213)
#E3E5E8
(227,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07132A; }

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

This text font color is #07132A.


Background Color

.myBgColor { background-color: #07132A; }

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

This div background color is #07132A.


Border color

.myBorderColor { border: 1px solid #07132A; }

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

This div border color is #07132A.


Opacity

.myOpacity80 { color: #07132A; opacity: 0.8; }

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

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

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

This text has shadow with #07132A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07132A on black background.


Color preview on white background

This text has color #07132A on white background.



Black color preview on #07132A background

This text has black color on #07132A background.


White color preview on #07132A background

This text has white color on #07132A background.