COLOR #070824

HEX: #070824
RGB: (7,8,36)

Color info

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

RGB color model

#070824 color RGB value is (7,8,36).

  • red value is 7;
  • green value is 8;
  • blue value is 36.
RGB:
(7,8,36)
(3%,3%,14%)

RGB channels and saturation

R 7 of 255 = 3%
G 8 of 255 = 3%
B 36 of 255 = 14%

7
8
36

R + G + B ~ 7%. #070824 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 8 + 36 = 51 (100%)
R 7 of 51 ~ 13.73%
G 8 of 51 ~ 15.69%
B 36 of 51 ~ 70.59%

%13.73
%15.69
%70.59

CMYK color model

#070824 color CMYK value is (81,78,0,86).

  • cyan value is 80.56%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(81,78,0,86)
C81M78Y0K86 
(81%,78%,0%,86%)
(0.81/0.78/0.00/0.86)	

CMYK percentages

%80.56
%77.78
%0
%85.88

Codes

Color #070824 in popluar color models

070824
RGB7836
HSL238°67.44%8.43%
HSB/HSV238°80.56%14.12%
CMYK80.56%77.78%0.00%
85.88%

Color #070824 in popluar number systems.

HEX070824
Decimal7836
Binary1111000100100
Octal71044

Shades and tints

Shades of #070824

#070824
(7,8,36)
#070821
(7,8,33)
#07081E
(7,8,30)
#07081B
(7,8,27)
#070818
(7,8,24)
#070815
(7,8,21)
#070812
(7,8,18)
#07080F
(7,8,15)
#07080C
(7,8,12)
#070809
(7,8,9)
#070806
(7,8,6)
#000000
(0,0,0)

Tints of #070824

#070824
(7,8,36)
#1D1E37
(29,30,55)
#33344A
(51,52,74)
#494A5D
(73,74,93)
#5F6070
(95,96,112)
#757683
(117,118,131)
#8B8C96
(139,140,150)
#A1A2A9
(161,162,169)
#B7B8BC
(183,184,188)
#CDCECF
(205,206,207)
#E3E4E2
(227,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070824; }

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

This text font color is #070824.


Background Color

.myBgColor { background-color: #070824; }

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

This div background color is #070824.


Border color

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

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

This div border color is #070824.


Opacity

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

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

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

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

This text has shadow with #070824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070824 on black background.


Color preview on white background

This text has color #070824 on white background.



Black color preview on #070824 background

This text has black color on #070824 background.


White color preview on #070824 background

This text has white color on #070824 background.