COLOR #07252D

HEX: #07252D
RGB: (7,37,45)

Color info

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

RGB color model

#07252D color RGB value is (7,37,45).

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

RGB channels and saturation

R 7 of 255 = 3%
G 37 of 255 = 15%
B 45 of 255 = 18%

7
37
45

R + G + B ~ 12%. #07252D is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 37 + 45 = 89 (100%)
R 7 of 89 ~ 7.87%
G 37 of 89 ~ 41.57%
B 45 of 89 ~ 50.56%

%41.57
%50.56

CMYK color model

#07252D color CMYK value is (84,18,0,82).

  • cyan value is 84.44%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK: (84,18,0,82) C84M18Y0K82 (84%,18%,0%,82%) (0.84/0.18/0.00/0.82)

CMYK percentages

%84.44
%17.78
%0
%82.35

Codes

Color #07252D in popluar color models

07252D
RGB73745
HSL193°73.08%10.20%
HSB/HSV193°84.44%17.65%
CMYK84.44%17.78%0.00%
82.35%

Color #07252D in popluar number systems.

HEX07252D
Decimal73745
Binary111100101101101
Octal74555

Shades and tints

Shades of #07252D

#07252D
(7,37,45)
#072229
(7,34,41)
#071F25
(7,31,37)
#071C21
(7,28,33)
#07191D
(7,25,29)
#071619
(7,22,25)
#071315
(7,19,21)
#071011
(7,16,17)
#070D0D
(7,13,13)
#070A09
(7,10,9)
#070705
(7,7,5)
#000000
(0,0,0)

Tints of #07252D

#07252D
(7,37,45)
#1D3840
(29,56,64)
#334B53
(51,75,83)
#495E66
(73,94,102)
#5F7179
(95,113,121)
#75848C
(117,132,140)
#8B979F
(139,151,159)
#A1AAB2
(161,170,178)
#B7BDC5
(183,189,197)
#CDD0D8
(205,208,216)
#E3E3EB
(227,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07252D; }

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

This text font color is #07252D.


Background Color

.myBgColor { background-color: #07252D; }

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

This div background color is #07252D.


Border color

.myBorderColor { border: 1px solid #07252D; }

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

This div border color is #07252D.


Opacity

.myOpacity80 { color: #07252D; opacity: 0.8; }

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

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

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

This text has shadow with #07252D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #07252D on black background.


Color preview on white background

This text has color #07252D on white background.



Black color preview on #07252D background

This text has black color on #07252D background.


White color preview on #07252D background

This text has white color on #07252D background.