COLOR #070938

HEX: #070938
RGB: (7,9,56)

Color info

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

RGB color model

#070938 color RGB value is (7,9,56).

  • red value is 7;
  • green value is 9;
  • blue value is 56.
RGB:
(7,9,56)
(3%,4%,22%)

RGB channels and saturation

R 7 of 255 = 3%
G 9 of 255 = 4%
B 56 of 255 = 22%

7
9
56

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

Portions of RGB colors in percentages

R + G + B =
7 + 9 + 56 = 72 (100%)
R 7 of 72 ~ 9.72%
G 9 of 72 ~ 12.5%
B 56 of 72 ~ 77.78%

%9.72
%12.5
%77.78

CMYK color model

#070938 color CMYK value is (88,84,0,78).

  • cyan value is 87.50%
  • magenta value is 83.93%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(88,84,0,78)
C88M84Y0K78 
(88%,84%,0%,78%)
(0.88/0.84/0.00/0.78)	

CMYK percentages

%87.5
%83.93
%0
%78.04

Codes

Color #070938 in popluar color models

070938
RGB7956
HSL238°77.78%12.35%
HSB/HSV238°87.50%21.96%
CMYK87.50%83.93%0.00%
78.04%

Color #070938 in popluar number systems.

HEX070938
Decimal7956
Binary1111001111000
Octal71170

Shades and tints

Shades of #070938

#070938
(7,9,56)
#070933
(7,9,51)
#07092E
(7,9,46)
#070929
(7,9,41)
#070924
(7,9,36)
#07091F
(7,9,31)
#07091A
(7,9,26)
#070915
(7,9,21)
#070910
(7,9,16)
#07090B
(7,9,11)
#070906
(7,9,6)
#000000
(0,0,0)

Tints of #070938

#070938
(7,9,56)
#1D1F4A
(29,31,74)
#33355C
(51,53,92)
#494B6E
(73,75,110)
#5F6180
(95,97,128)
#757792
(117,119,146)
#8B8DA4
(139,141,164)
#A1A3B6
(161,163,182)
#B7B9C8
(183,185,200)
#CDCFDA
(205,207,218)
#E3E5EC
(227,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070938 color. Also use rgb(7,9,56) instead hex code.

Text Font Color

.myTextColor { color: #070938; }

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

This text font color is #070938.


Background Color

.myBgColor { background-color: #070938; }

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

This div background color is #070938.


Border color

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

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

This div border color is #070938.


Opacity

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

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

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

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

This text has shadow with #070938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070938 on black background.


Color preview on white background

This text has color #070938 on white background.



Black color preview on #070938 background

This text has black color on #070938 background.


White color preview on #070938 background

This text has white color on #070938 background.