COLOR #072A2C

HEX: #072A2C RGB: (7,42,44)

Color info

#072A2C contains red, green and blue colors in about the same proportion. Web safe color of #072A2C is #003333 (or #033).

RGB color model

#072A2C color RGB value is (7,42,44).

RGB: (7,42,44) (3%, 16%, 17%)

RGB channels and saturation

R 7 of 255 = 3%
G 42 of 255 = 16%
B 44 of 255 = 17%

7
42
44

R + G + B ~ 12%. #072A2C is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 42 + 44 = 93 (100%)
R 7 of 93 ~ 7.53%
G 42 of 93 ~ 45.16%
B 44 of 93 ~ 47.31'%

%45.16
%47.31

CMYK color model

#072A2C color CMYK value is (84,5,0,83).

  • cyan value is 84.09%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 82.75%

CMYK: (84,5,0,83)
C84M5Y0K83 (84%, 5%, 0%, 83%)
(0.84 / 0.05 / 0.00 / 0.83)

CMYK percentages

%84.09
%4.55
%0
%82.75

Codes

Color #072A2C in popluar color models

07 2A 2C
RGB 7 42 44
HSL 183° 72.55% 10.00%
HSB/HSV 183° 84.09% 17.25%
CMYK 84.09% 4.55% 0.00%
82.75%

Color #072A2C in popluar number systems.

HEX 07 2A 2C
Decimal 7 42 44
Binary 111 101010 101100
Octal 7 52 54

Shades and tints

Shades of #072A2C

#072A2C
(7,42,44)
#072728
(7,39,40)
#072424
(7,36,36)
#072120
(7,33,32)
#071E1C
(7,30,28)
#071B18
(7,27,24)
#071814
(7,24,20)
#071510
(7,21,16)
#07120C
(7,18,12)
#070F08
(7,15,8)
#070C04
(7,12,4)
#000000
(0,0,0)

Tints of #072A2C

#072A2C
(7,42,44)
#1D3D3F
(29,61,63)
#335052
(51,80,82)
#496365
(73,99,101)
#5F7678
(95,118,120)
#75898B
(117,137,139)
#8B9C9E
(139,156,158)
#A1AFB1
(161,175,177)
#B7C2C4
(183,194,196)
#CDD5D7
(205,213,215)
#E3E8EA
(227,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072A2C; }

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

This text font color is #072A2C.

Background Color

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

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

This div background color is #072A2C.

Border color

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

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

This div border color is #072A2C.

Opacity

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

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

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

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

This text has shadow with #072A2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072A2C.

Preview

Color preview on black background

This text has color #072A2C on black background.


Color preview on white background

This text has color #072A2C on white background.


Black color preview on #072A2C background

This text has black color on #072A2C background.


White color preview on #072A2C background

This text has white color on #072A2C background.


Related colors

Complementary color

Complementary color for #hex is #F8D5D3.


I love getcolorcode.com

Triadic colors

1 #2C072A and #2A2C07 with #072A2C are triadic colors.

2 #2C2A07 and #2A072C with #072A2C are triadic colors.