COLOR #072F4C

HEX: #072F4C RGB: (7,47,76)

Color info

#072F4C contains mainly green and blue colors. Web safe color of #072F4C is #003333 (or #033).

RGB color model

#072F4C color RGB value is (7,47,76).

RGB: (7,47,76) (3%, 18%, 30%)

RGB channels and saturation

R 7 of 255 = 3%
G 47 of 255 = 18%
B 76 of 255 = 30%

7
47
76

R + G + B ~ 17%. #072F4C is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 47 + 76 = 130 (100%)
R 7 of 130 ~ 5.38%
G 47 of 130 ~ 36.15%
B 76 of 130 ~ 58.46'%

%36.15
%58.46

CMYK color model

#072F4C color CMYK value is (91,38,0,70).

  • cyan value is 90.79%
  • magenta value is 38.16%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (91,38,0,70)
C91M38Y0K70 (91%, 38%, 0%, 70%)
(0.91 / 0.38 / 0.00 / 0.70)

CMYK percentages

%90.79
%38.16
%0
%70.2

Codes

Color #072F4C in popluar color models

07 2F 4C
RGB 7 47 76
HSL 205° 83.13% 16.27%
HSB/HSV 205° 90.79% 29.80%
CMYK 90.79% 38.16% 0.00%
70.20%

Color #072F4C in popluar number systems.

HEX 07 2F 4C
Decimal 7 47 76
Binary 111 101111 1001100
Octal 7 57 114

Shades and tints

Shades of #072F4C

#072F4C
(7,47,76)
#072B46
(7,43,70)
#072740
(7,39,64)
#07233A
(7,35,58)
#071F34
(7,31,52)
#071B2E
(7,27,46)
#071728
(7,23,40)
#071322
(7,19,34)
#070F1C
(7,15,28)
#070B16
(7,11,22)
#070710
(7,7,16)
#000000
(0,0,0)

Tints of #072F4C

#072F4C
(7,47,76)
#1D415C
(29,65,92)
#33536C
(51,83,108)
#49657C
(73,101,124)
#5F778C
(95,119,140)
#75899C
(117,137,156)
#8B9BAC
(139,155,172)
#A1ADBC
(161,173,188)
#B7BFCC
(183,191,204)
#CDD1DC
(205,209,220)
#E3E3EC
(227,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072F4C; }

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

This text font color is #072F4C.

Background Color

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

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

This div background color is #072F4C.

Border color

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

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

This div border color is #072F4C.

Opacity

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

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

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

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

This text has shadow with #072F4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072F4C.

Preview

Color preview on black background

This text has color #072F4C on black background.


Color preview on white background

This text has color #072F4C on white background.


Black color preview on #072F4C background

This text has black color on #072F4C background.


White color preview on #072F4C background

This text has white color on #072F4C background.


Related colors

Complementary color

Complementary color for #hex is #F8D0B3.


I love getcolorcode.com

Triadic colors

1 #4C072F and #2F4C07 with #072F4C are triadic colors.

2 #4C2F07 and #2F074C with #072F4C are triadic colors.