COLOR #072627

HEX: #072627
RGB: (7,38,39)

Color info

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

RGB color model

#072627 color RGB value is (7,38,39).

  • red value is 7;
  • green value is 38;
  • blue value is 39.
RGB:
(7,38,39)
(3%,15%,15%)

RGB channels and saturation

R 7 of 255 = 3%
G 38 of 255 = 15%
B 39 of 255 = 15%

7
38
39

R + G + B ~ 11%. #072627 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 38 + 39 = 84 (100%)
R 7 of 84 ~ 8.33%
G 38 of 84 ~ 45.24%
B 39 of 84 ~ 46.43%

%45.24
%46.43

CMYK color model

#072627 color CMYK value is (82,3,0,85).

  • cyan value is 82.05%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(82,3,0,85)
C82M3Y0K85 
(82%,3%,0%,85%)
(0.82/0.03/0.00/0.85)	

CMYK percentages

%82.05
%2.56
%0
%84.71

Codes

Color #072627 in popluar color models

072627
RGB73839
HSL182°69.57%9.02%
HSB/HSV182°82.05%15.29%
CMYK82.05%2.56%0.00%
84.71%

Color #072627 in popluar number systems.

HEX072627
Decimal73839
Binary111100110100111
Octal74647

Shades and tints

Shades of #072627

#072627
(7,38,39)
#072324
(7,35,36)
#072021
(7,32,33)
#071D1E
(7,29,30)
#071A1B
(7,26,27)
#071718
(7,23,24)
#071415
(7,20,21)
#071112
(7,17,18)
#070E0F
(7,14,15)
#070B0C
(7,11,12)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #072627

#072627
(7,38,39)
#1D393A
(29,57,58)
#334C4D
(51,76,77)
#495F60
(73,95,96)
#5F7273
(95,114,115)
#758586
(117,133,134)
#8B9899
(139,152,153)
#A1ABAC
(161,171,172)
#B7BEBF
(183,190,191)
#CDD1D2
(205,209,210)
#E3E4E5
(227,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072627 color. Also use rgb(7,38,39) instead hex code.

Text Font Color

.myTextColor { color: #072627; }

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

This text font color is #072627.


Background Color

.myBgColor { background-color: #072627; }

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

This div background color is #072627.


Border color

.myBorderColor { border: 1px solid #072627; }

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

This div border color is #072627.


Opacity

.myOpacity80 { color: #072627; opacity: 0.8; }

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

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

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

This text has shadow with #072627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072627 on black background.


Color preview on white background

This text has color #072627 on white background.



Black color preview on #072627 background

This text has black color on #072627 background.


White color preview on #072627 background

This text has white color on #072627 background.