COLOR #07372C

HEX: #07372C
RGB: (7,55,44)

Color info

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

RGB color model

#07372C color RGB value is (7,55,44).

  • red value is 7;
  • green value is 55;
  • blue value is 44.
RGB:
(7,55,44)
(3%,22%,17%)

RGB channels and saturation

R 7 of 255 = 3%
G 55 of 255 = 22%
B 44 of 255 = 17%

7
55
44

R + G + B ~ 14%. #07372C is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 55 + 44 = 106 (100%)
R 7 of 106 ~ 6.6%
G 55 of 106 ~ 51.89%
B 44 of 106 ~ 41.51%

%51.89
%41.51

CMYK color model

#07372C color CMYK value is (87,0,20,78).

  • cyan value is 87.27%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 78.43%
CMYK:
(87,0,20,78)
C87M0Y20K78 
(87%,0%,20%,78%)
(0.87/0.00/0.20/0.78)	

CMYK percentages

%87.27
%0
%20
%78.43

Codes

Color #07372C in popluar color models

07372C
RGB75544
HSL166°77.42%12.16%
HSB/HSV166°87.27%21.57%
CMYK87.27%0.00%20.00%
78.43%

Color #07372C in popluar number systems.

HEX07372C
Decimal75544
Binary111110111101100
Octal76754

Shades and tints

Shades of #07372C

#07372C
(7,55,44)
#073228
(7,50,40)
#072D24
(7,45,36)
#072820
(7,40,32)
#07231C
(7,35,28)
#071E18
(7,30,24)
#071914
(7,25,20)
#071410
(7,20,16)
#070F0C
(7,15,12)
#070A08
(7,10,8)
#070504
(7,5,4)
#000000
(0,0,0)

Tints of #07372C

#07372C
(7,55,44)
#1D493F
(29,73,63)
#335B52
(51,91,82)
#496D65
(73,109,101)
#5F7F78
(95,127,120)
#75918B
(117,145,139)
#8BA39E
(139,163,158)
#A1B5B1
(161,181,177)
#B7C7C4
(183,199,196)
#CDD9D7
(205,217,215)
#E3EBEA
(227,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07372C color. Also use rgb(7,55,44) instead hex code.

Text Font Color

.myTextColor { color: #07372C; }

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

This text font color is #07372C.


Background Color

.myBgColor { background-color: #07372C; }

<div style="background-color:#07372C">Inner text</div>

This div background color is #07372C.


Border color

.myBorderColor { border: 1px solid #07372C; }

<div style="border:3px solid #07372C">Div</div>

This div border color is #07372C.


Opacity

.myOpacity80 { color: #07372C; opacity: 0.8; }

<p style="color:#07372C;opacity:0.8;">80%</p>

Text with #07372C 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 #07372C;}

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

This text has shadow with #07372C color.

.textShadow {text-shadow: 3px 3px 1px #07372C, 3px 3px 1px red;}

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

This text has shadow with #07372C primary color and red secondary color.


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

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

This text has shadow with #07372C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07372C on black background.


Color preview on white background

This text has color #07372C on white background.



Black color preview on #07372C background

This text has black color on #07372C background.


White color preview on #07372C background

This text has white color on #07372C background.