COLOR #072628

HEX: #072628
RGB: (7,38,40)

Color info

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

RGB color model

#072628 color RGB value is (7,38,40).

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

RGB channels and saturation

R 7 of 255 = 3%
G 38 of 255 = 15%
B 40 of 255 = 16%

7
38
40

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

Portions of RGB colors in percentages

R + G + B =
7 + 38 + 40 = 85 (100%)
R 7 of 85 ~ 8.24%
G 38 of 85 ~ 44.71%
B 40 of 85 ~ 47.06%

%44.71
%47.06

CMYK color model

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

  • cyan value is 82.50%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(83,5,0,84)
C83M5Y0K84 
(83%,5%,0%,84%)
(0.83/0.05/0.00/0.84)	

CMYK percentages

%82.5
%5
%0
%84.31

Codes

Color #072628 in popluar color models

072628
RGB73840
HSL184°70.21%9.22%
HSB/HSV184°82.50%15.69%
CMYK82.50%5.00%0.00%
84.31%

Color #072628 in popluar number systems.

HEX072628
Decimal73840
Binary111100110101000
Octal74650

Shades and tints

Shades of #072628

#072628
(7,38,40)
#072325
(7,35,37)
#072022
(7,32,34)
#071D1F
(7,29,31)
#071A1C
(7,26,28)
#071719
(7,23,25)
#071416
(7,20,22)
#071113
(7,17,19)
#070E10
(7,14,16)
#070B0D
(7,11,13)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #072628

#072628
(7,38,40)
#1D393B
(29,57,59)
#334C4E
(51,76,78)
#495F61
(73,95,97)
#5F7274
(95,114,116)
#758587
(117,133,135)
#8B989A
(139,152,154)
#A1ABAD
(161,171,173)
#B7BEC0
(183,190,192)
#CDD1D3
(205,209,211)
#E3E4E6
(227,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072628; }

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

This text font color is #072628.


Background Color

.myBgColor { background-color: #072628; }

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

This div background color is #072628.


Border color

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

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

This div border color is #072628.


Opacity

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

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

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

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

This text has shadow with #072628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072628 on black background.


Color preview on white background

This text has color #072628 on white background.



Black color preview on #072628 background

This text has black color on #072628 background.


White color preview on #072628 background

This text has white color on #072628 background.