COLOR #07252B

HEX: #07252B RGB: (7,37,43)

Color info

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

RGB color model

#07252B color RGB value is (7,37,43).

RGB: (7,37,43) (3%, 15%, 17%)

RGB channels and saturation

R 7 of 255 = 3%
G 37 of 255 = 15%
B 43 of 255 = 17%

7
37
43

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

Portions of RGB colors in percentages

R + G + B = 7 + 37 + 43 = 87 (100%)
R 7 of 87 ~ 8.05%
G 37 of 87 ~ 42.53%
B 43 of 87 ~ 49.43'%

%42.53
%49.43

CMYK color model

#07252B color CMYK value is (84,14,0,83).

  • cyan value is 83.72%
  • magenta value is 13.95%
  • yellow value is 0.00%
  • key color value is 83.14%

CMYK: (84,14,0,83)
C84M14Y0K83 (84%, 14%, 0%, 83%)
(0.84 / 0.14 / 0.00 / 0.83)

CMYK percentages

%83.72
%13.95
%0
%83.14

Codes

Color #07252B in popluar color models

07 25 2B
RGB 7 37 43
HSL 190° 72.00% 9.80%
HSB/HSV 190° 83.72% 16.86%
CMYK 83.72% 13.95% 0.00%
83.14%

Color #07252B in popluar number systems.

HEX 07 25 2B
Decimal 7 37 43
Binary 111 100101 101011
Octal 7 45 53

Shades and tints

Shades of #07252B

#07252B
(7,37,43)
#072228
(7,34,40)
#071F25
(7,31,37)
#071C22
(7,28,34)
#07191F
(7,25,31)
#07161C
(7,22,28)
#071319
(7,19,25)
#071016
(7,16,22)
#070D13
(7,13,19)
#070A10
(7,10,16)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #07252B

#07252B
(7,37,43)
#1D383E
(29,56,62)
#334B51
(51,75,81)
#495E64
(73,94,100)
#5F7177
(95,113,119)
#75848A
(117,132,138)
#8B979D
(139,151,157)
#A1AAB0
(161,170,176)
#B7BDC3
(183,189,195)
#CDD0D6
(205,208,214)
#E3E3E9
(227,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07252B; }

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

This text font color is #07252B.

Background Color

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

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

This div background color is #07252B.

Border color

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

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

This div border color is #07252B.

Opacity

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

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

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

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

This text has shadow with #07252B color.


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

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #07252B; -webkit-box-shadow: 1px 1px 3px 2px #07252B; box-shadow:1px 1px 3px 2px #07252B;">
Div content here
</div>

This div box has shadow with color #07252B.

Preview

Color preview on black background

This text has color #07252B on black background.


Color preview on white background

This text has color #07252B on white background.


Black color preview on #07252B background

This text has black color on #07252B background.


White color preview on #07252B background

This text has white color on #07252B background.


Related colors

Complementary color

Complementary color for #hex is #F8DAD4.


I love getcolorcode.com

Triadic colors

1 #2B0725 and #252B07 with #07252B are triadic colors.

2 #2B2507 and #25072B with #07252B are triadic colors.