COLOR #072A0C

HEX: #072A0C RGB: (7,42,12)

Color info

#072A0C contains red, green and blue colors in about the same proportion. Web safe color of #072A0C is #003300 (or #030).

RGB color model

#072A0C color RGB value is (7,42,12).

RGB: (7,42,12) (3%, 16%, 5%)

RGB channels and saturation

R 7 of 255 = 3%
G 42 of 255 = 16%
B 12 of 255 = 5%

7
42
12

R + G + B ~ 8%. #072A0C is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 42 + 12 = 61 (100%)
R 7 of 61 ~ 11.48%
G 42 of 61 ~ 68.85%
B 12 of 61 ~ 19.67'%

%11.48
%68.85
%19.67

CMYK color model

#072A0C color CMYK value is (83,0,71,84).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 83.53%

CMYK: (83,0,71,84)
C83M0Y71K84 (83%, 0%, 71%, 84%)
(0.83 / 0.00 / 0.71 / 0.84)

CMYK percentages

%83.33
%0
%71.43
%83.53

Codes

Color #072A0C in popluar color models

07 2A 0C
RGB 7 42 12
HSL 129° 71.43% 9.61%
HSB/HSV 129° 83.33% 16.47%
CMYK 83.33% 0.00% 71.43%
83.53%

Color #072A0C in popluar number systems.

HEX 07 2A 0C
Decimal 7 42 12
Binary 111 101010 1100
Octal 7 52 14

Shades and tints

Shades of #072A0C

#072A0C
(7,42,12)
#07270B
(7,39,11)
#07240A
(7,36,10)
#072109
(7,33,9)
#071E08
(7,30,8)
#071B07
(7,27,7)
#071806
(7,24,6)
#071505
(7,21,5)
#071204
(7,18,4)
#070F03
(7,15,3)
#070C02
(7,12,2)
#000000
(0,0,0)

Tints of #072A0C

#072A0C
(7,42,12)
#1D3D22
(29,61,34)
#335038
(51,80,56)
#49634E
(73,99,78)
#5F7664
(95,118,100)
#75897A
(117,137,122)
#8B9C90
(139,156,144)
#A1AFA6
(161,175,166)
#B7C2BC
(183,194,188)
#CDD5D2
(205,213,210)
#E3E8E8
(227,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072A0C color. Also use rgb(7,42,12) instead hex code.

Text Font Color

.myTextColor { color: #072A0C; }

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

This text font color is #072A0C.

Background Color

.myBgColor { background-color: #072A0C; }

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

This div background color is #072A0C.

Border color

.myBorderColor { border: 1px solid #072A0C; }

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

This div border color is #072A0C.

Opacity

.myOpacity80 { color: #072A0C; opacity: 0.8; }

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

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

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

This text has shadow with #072A0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072A0C.

Preview

Color preview on black background

This text has color #072A0C on black background.


Color preview on white background

This text has color #072A0C on white background.


Black color preview on #072A0C background

This text has black color on #072A0C background.


White color preview on #072A0C background

This text has white color on #072A0C background.


Related colors

Complementary color

Complementary color for #hex is #F8D5F3.


I love getcolorcode.com

Triadic colors

1 #0C072A and #2A0C07 with #072A0C are triadic colors.

2 #0C2A07 and #2A070C with #072A0C are triadic colors.