COLOR #07251C

HEX: #07251C
RGB: (7,37,28)

Color info

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

RGB color model

#07251C color RGB value is (7,37,28).

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

RGB channels and saturation

R 7 of 255 = 3%
G 37 of 255 = 15%
B 28 of 255 = 11%

7
37
28

R + G + B ~ 10%. #07251C is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 37 + 28 = 72 (100%)
R 7 of 72 ~ 9.72%
G 37 of 72 ~ 51.39%
B 28 of 72 ~ 38.89%

%9.72
%51.39
%38.89

CMYK color model

#07251C color CMYK value is (81,0,24,85).

  • cyan value is 81.08%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 85.49%
CMYK:
(81,0,24,85)
C81M0Y24K85 
(81%,0%,24%,85%)
(0.81/0.00/0.24/0.85)	

CMYK percentages

%81.08
%0
%24.32
%85.49

Codes

Color #07251C in popluar color models

07251C
RGB73728
HSL162°68.18%8.63%
HSB/HSV162°81.08%14.51%
CMYK81.08%0.00%24.32%
85.49%

Color #07251C in popluar number systems.

HEX07251C
Decimal73728
Binary11110010111100
Octal74534

Shades and tints

Shades of #07251C

#07251C
(7,37,28)
#07221A
(7,34,26)
#071F18
(7,31,24)
#071C16
(7,28,22)
#071914
(7,25,20)
#071612
(7,22,18)
#071310
(7,19,16)
#07100E
(7,16,14)
#070D0C
(7,13,12)
#070A0A
(7,10,10)
#070708
(7,7,8)
#000000
(0,0,0)

Tints of #07251C

#07251C
(7,37,28)
#1D3830
(29,56,48)
#334B44
(51,75,68)
#495E58
(73,94,88)
#5F716C
(95,113,108)
#758480
(117,132,128)
#8B9794
(139,151,148)
#A1AAA8
(161,170,168)
#B7BDBC
(183,189,188)
#CDD0D0
(205,208,208)
#E3E3E4
(227,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07251C; }

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

This text font color is #07251C.


Background Color

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

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

This div background color is #07251C.


Border color

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

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

This div border color is #07251C.


Opacity

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

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

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

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

This text has shadow with #07251C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07251C on black background.


Color preview on white background

This text has color #07251C on white background.



Black color preview on #07251C background

This text has black color on #07251C background.


White color preview on #07251C background

This text has white color on #07251C background.