COLOR #072A2F

HEX: #072A2F
RGB: (7,42,47)

Color info

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

RGB color model

#072A2F color RGB value is (7,42,47).

  • red value is 7;
  • green value is 42;
  • blue value is 47.
RGB:
(7,42,47)
(3%,16%,18%)

RGB channels and saturation

R 7 of 255 = 3%
G 42 of 255 = 16%
B 47 of 255 = 18%

7
42
47

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

Portions of RGB colors in percentages

R + G + B =
7 + 42 + 47 = 96 (100%)
R 7 of 96 ~ 7.29%
G 42 of 96 ~ 43.75%
B 47 of 96 ~ 48.96%

%43.75
%48.96

CMYK color model

#072A2F color CMYK value is (85,11,0,82).

  • cyan value is 85.11%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(85,11,0,82)
C85M11Y0K82 
(85%,11%,0%,82%)
(0.85/0.11/0.00/0.82)	

CMYK percentages

%85.11
%10.64
%0
%81.57

Codes

Color #072A2F in popluar color models

072A2F
RGB74247
HSL188°74.07%10.59%
HSB/HSV188°85.11%18.43%
CMYK85.11%10.64%0.00%
81.57%

Color #072A2F in popluar number systems.

HEX072A2F
Decimal74247
Binary111101010101111
Octal75257

Shades and tints

Shades of #072A2F

#072A2F
(7,42,47)
#07272B
(7,39,43)
#072427
(7,36,39)
#072123
(7,33,35)
#071E1F
(7,30,31)
#071B1B
(7,27,27)
#071817
(7,24,23)
#071513
(7,21,19)
#07120F
(7,18,15)
#070F0B
(7,15,11)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #072A2F

#072A2F
(7,42,47)
#1D3D41
(29,61,65)
#335053
(51,80,83)
#496365
(73,99,101)
#5F7677
(95,118,119)
#758989
(117,137,137)
#8B9C9B
(139,156,155)
#A1AFAD
(161,175,173)
#B7C2BF
(183,194,191)
#CDD5D1
(205,213,209)
#E3E8E3
(227,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072A2F; }

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

This text font color is #072A2F.


Background Color

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

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

This div background color is #072A2F.


Border color

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

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

This div border color is #072A2F.


Opacity

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

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

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

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

This text has shadow with #072A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072A2F on black background.


Color preview on white background

This text has color #072A2F on white background.



Black color preview on #072A2F background

This text has black color on #072A2F background.


White color preview on #072A2F background

This text has white color on #072A2F background.