COLOR #070D4D

HEX: #070D4D RGB: (7,13,77)

Color info

#070D4D contains mainly blue color. Web safe color of #070D4D is #000033 (or #003).

RGB color model

#070D4D color RGB value is (7,13,77).

RGB: (7,13,77) (3%, 5%, 30%)

RGB channels and saturation

R 7 of 255 = 3%
G 13 of 255 = 5%
B 77 of 255 = 30%

7
13
77

R + G + B ~ 13%. #070D4D is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 13 + 77 = 97 (100%)
R 7 of 97 ~ 7.22%
G 13 of 97 ~ 13.4%
B 77 of 97 ~ 79.38'%

%13.4
%79.38

CMYK color model

#070D4D color CMYK value is (91,83,0,70).

  • cyan value is 90.91%
  • magenta value is 83.12%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (91,83,0,70)
C91M83Y0K70 (91%, 83%, 0%, 70%)
(0.91 / 0.83 / 0.00 / 0.70)

CMYK percentages

%90.91
%83.12
%0
%69.8

Codes

Color #070D4D in popluar color models

07 0D 4D
RGB 7 13 77
HSL 235° 83.33% 16.47%
HSB/HSV 235° 90.91% 30.20%
CMYK 90.91% 83.12% 0.00%
69.80%

Color #070D4D in popluar number systems.

HEX 07 0D 4D
Decimal 7 13 77
Binary 111 1101 1001101
Octal 7 15 115

Shades and tints

Shades of #070D4D

#070D4D
(7,13,77)
#070C46
(7,12,70)
#070B3F
(7,11,63)
#070A38
(7,10,56)
#070931
(7,9,49)
#07082A
(7,8,42)
#070723
(7,7,35)
#07061C
(7,6,28)
#070515
(7,5,21)
#07040E
(7,4,14)
#070307
(7,3,7)
#000000
(0,0,0)

Tints of #070D4D

#070D4D
(7,13,77)
#1D235D
(29,35,93)
#33396D
(51,57,109)
#494F7D
(73,79,125)
#5F658D
(95,101,141)
#757B9D
(117,123,157)
#8B91AD
(139,145,173)
#A1A7BD
(161,167,189)
#B7BDCD
(183,189,205)
#CDD3DD
(205,211,221)
#E3E9ED
(227,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070D4D color. Also use rgb(7,13,77) instead hex code.

Text Font Color

.myTextColor { color: #070D4D; }

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

This text font color is #070D4D.

Background Color

.myBgColor { background-color: #070D4D; }

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

This div background color is #070D4D.

Border color

.myBorderColor { border: 1px solid #070D4D; }

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

This div border color is #070D4D.

Opacity

.myOpacity80 { color: #070D4D; opacity: 0.8; }

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

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

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

This text has shadow with #070D4D color.


.textShadow {text-shadow: 3px 3px 1px #070D4D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #070D4D; -webkit-box-shadow: 1px 1px 3px 2px #070D4D; box-shadow:1px 1px 3px 2px #070D4D;">
Div content here
</div>

This div box has shadow with color #070D4D.

Preview

Color preview on black background

This text has color #070D4D on black background.


Color preview on white background

This text has color #070D4D on white background.


Black color preview on #070D4D background

This text has black color on #070D4D background.


White color preview on #070D4D background

This text has white color on #070D4D background.


Related colors

Complementary color

Complementary color for #hex is #F8F2B2.


I love getcolorcode.com

Triadic colors

1 #4D070D and #0D4D07 with #070D4D are triadic colors.

2 #4D0D07 and #0D074D with #070D4D are triadic colors.