COLOR #072825

HEX: #072825
RGB: (7,40,37)

Color info

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

RGB color model

#072825 color RGB value is (7,40,37).

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

RGB channels and saturation

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

7
40
37

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

Portions of RGB colors in percentages

R + G + B =
7 + 40 + 37 = 84 (100%)
R 7 of 84 ~ 8.33%
G 40 of 84 ~ 47.62%
B 37 of 84 ~ 44.05%

%47.62
%44.05

CMYK color model

#072825 color CMYK value is (83,0,7,84).

  • cyan value is 82.50%
  • magenta value is 0.00%
  • yellow value is 7.50%
  • key color value is 84.31%
CMYK:
(83,0,7,84)
C83M0Y7K84 
(83%,0%,7%,84%)
(0.83/0.00/0.07/0.84)	

CMYK percentages

%82.5
%0
%7.5
%84.31

Codes

Color #072825 in popluar color models

072825
RGB74037
HSL175°70.21%9.22%
HSB/HSV175°82.50%15.69%
CMYK82.50%0.00%7.50%
84.31%

Color #072825 in popluar number systems.

HEX072825
Decimal74037
Binary111101000100101
Octal75045

Shades and tints

Shades of #072825

#072825
(7,40,37)
#072522
(7,37,34)
#07221F
(7,34,31)
#071F1C
(7,31,28)
#071C19
(7,28,25)
#071916
(7,25,22)
#071613
(7,22,19)
#071310
(7,19,16)
#07100D
(7,16,13)
#070D0A
(7,13,10)
#070A07
(7,10,7)
#000000
(0,0,0)

Tints of #072825

#072825
(7,40,37)
#1D3B38
(29,59,56)
#334E4B
(51,78,75)
#49615E
(73,97,94)
#5F7471
(95,116,113)
#758784
(117,135,132)
#8B9A97
(139,154,151)
#A1ADAA
(161,173,170)
#B7C0BD
(183,192,189)
#CDD3D0
(205,211,208)
#E3E6E3
(227,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072825; }

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

This text font color is #072825.


Background Color

.myBgColor { background-color: #072825; }

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

This div background color is #072825.


Border color

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

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

This div border color is #072825.


Opacity

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

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

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

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

This text has shadow with #072825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072825 on black background.


Color preview on white background

This text has color #072825 on white background.



Black color preview on #072825 background

This text has black color on #072825 background.


White color preview on #072825 background

This text has white color on #072825 background.