COLOR #072B0A

HEX: #072B0A RGB: (7,43,10)

Color info

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

RGB color model

#072B0A color RGB value is (7,43,10).

RGB: (7,43,10) (3%, 17%, 4%)

RGB channels and saturation

R 7 of 255 = 3%
G 43 of 255 = 17%
B 10 of 255 = 4%

7
43
10

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

Portions of RGB colors in percentages

R + G + B = 7 + 43 + 10 = 60 (100%)
R 7 of 60 ~ 11.67%
G 43 of 60 ~ 71.67%
B 10 of 60 ~ 16.67'%

%11.67
%71.67
%16.67

CMYK color model

#072B0A color CMYK value is (84,0,77,83).

  • cyan value is 83.72%
  • magenta value is 0.00%
  • yellow value is 76.74%
  • key color value is 83.14%

CMYK: (84,0,77,83)
C84M0Y77K83 (84%, 0%, 77%, 83%)
(0.84 / 0.00 / 0.77 / 0.83)

CMYK percentages

%83.72
%0
%76.74
%83.14

Codes

Color #072B0A in popluar color models

07 2B 0A
RGB 7 43 10
HSL 125° 72.00% 9.80%
HSB/HSV 125° 83.72% 16.86%
CMYK 83.72% 0.00% 76.74%
83.14%

Color #072B0A in popluar number systems.

HEX 07 2B 0A
Decimal 7 43 10
Binary 111 101011 1010
Octal 7 53 12

Shades and tints

Shades of #072B0A

#072B0A
(7,43,10)
#07280A
(7,40,10)
#07250A
(7,37,10)
#07220A
(7,34,10)
#071F0A
(7,31,10)
#071C0A
(7,28,10)
#07190A
(7,25,10)
#07160A
(7,22,10)
#07130A
(7,19,10)
#07100A
(7,16,10)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #072B0A

#072B0A
(7,43,10)
#1D3E20
(29,62,32)
#335136
(51,81,54)
#49644C
(73,100,76)
#5F7762
(95,119,98)
#758A78
(117,138,120)
#8B9D8E
(139,157,142)
#A1B0A4
(161,176,164)
#B7C3BA
(183,195,186)
#CDD6D0
(205,214,208)
#E3E9E6
(227,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072B0A color. Also use rgb(7,43,10) instead hex code.

Text Font Color

.myTextColor { color: #072B0A; }

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

This text font color is #072B0A.

Background Color

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

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

This div background color is #072B0A.

Border color

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

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

This div border color is #072B0A.

Opacity

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

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

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

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

This text has shadow with #072B0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072B0A.

Preview

Color preview on black background

This text has color #072B0A on black background.


Color preview on white background

This text has color #072B0A on white background.


Black color preview on #072B0A background

This text has black color on #072B0A background.


White color preview on #072B0A background

This text has white color on #072B0A background.


Related colors

Complementary color

Complementary color for #hex is #F8D4F5.


I love getcolorcode.com

Triadic colors

1 #0A072B and #2B0A07 with #072B0A are triadic colors.

2 #0A2B07 and #2B070A with #072B0A are triadic colors.