COLOR #070124

HEX: #070124 RGB: (7,1,36)

Color info

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

RGB color model

#070124 color RGB value is (7,1,36).

RGB: (7,1,36) (3%, 0%, 14%)

RGB channels and saturation

R 7 of 255 = 3%
G 1 of 255 = 0%
B 36 of 255 = 14%

7
1
36

R + G + B ~ 6%. #070124 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 1 + 36 = 44 (100%)
R 7 of 44 ~ 15.91%
G 1 of 44 ~ 2.27%
B 36 of 44 ~ 81.82'%

%15.91
%81.82

CMYK color model

#070124 color CMYK value is (81,97,0,86).

  • cyan value is 80.56%
  • magenta value is 97.22%
  • yellow value is 0.00%
  • key color value is 85.88%

CMYK: (81,97,0,86)
C81M97Y0K86 (81%, 97%, 0%, 86%)
(0.81 / 0.97 / 0.00 / 0.86)

CMYK percentages

%80.56
%97.22
%0
%85.88

Codes

Color #070124 in popluar color models

07 01 24
RGB 7 1 36
HSL 250° 94.59% 7.25%
HSB/HSV 250° 97.22% 14.12%
CMYK 80.56% 97.22% 0.00%
85.88%

Color #070124 in popluar number systems.

HEX 07 01 24
Decimal 7 1 36
Binary 111 1 100100
Octal 7 1 44

Shades and tints

Shades of #070124

#070124
(7,1,36)
#070121
(7,1,33)
#07011E
(7,1,30)
#07011B
(7,1,27)
#070118
(7,1,24)
#070115
(7,1,21)
#070112
(7,1,18)
#07010F
(7,1,15)
#07010C
(7,1,12)
#070109
(7,1,9)
#070106
(7,1,6)
#000000
(0,0,0)

Tints of #070124

#070124
(7,1,36)
#1D1837
(29,24,55)
#332F4A
(51,47,74)
#49465D
(73,70,93)
#5F5D70
(95,93,112)
#757483
(117,116,131)
#8B8B96
(139,139,150)
#A1A2A9
(161,162,169)
#B7B9BC
(183,185,188)
#CDD0CF
(205,208,207)
#E3E7E2
(227,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070124; }

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

This text font color is #070124.

Background Color

.myBgColor { background-color: #070124; }

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

This div background color is #070124.

Border color

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

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

This div border color is #070124.

Opacity

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

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

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

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

This text has shadow with #070124 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070124.

Preview

Color preview on black background

This text has color #070124 on black background.


Color preview on white background

This text has color #070124 on white background.


Black color preview on #070124 background

This text has black color on #070124 background.


White color preview on #070124 background

This text has white color on #070124 background.


Related colors

Complementary color

Complementary color for #hex is #F8FEDB.


I love getcolorcode.com

Triadic colors

1 #240701 and #012407 with #070124 are triadic colors.

2 #240107 and #010724 with #070124 are triadic colors.