COLOR #180725

HEX: #180725
RGB: (24,7,37)

Color info

#180725 contains red, green and blue colors in about the same proportion. Web safe color of #180725 is #000033 (or #003).

RGB color model

#180725 color RGB value is (24,7,37).

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

RGB channels and saturation

R 24 of 255 = 9%
G 7 of 255 = 3%
B 37 of 255 = 15%

24
7
37

R + G + B ~ 9%. #180725 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 7 + 37 = 68 (100%)
R 24 of 68 ~ 35.29%
G 7 of 68 ~ 10.29%
B 37 of 68 ~ 54.41%

%35.29
%10.29
%54.41

CMYK color model

#180725 color CMYK value is (35,81,0,85).

  • cyan value is 35.14%
  • magenta value is 81.08%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(35,81,0,85)
C35M81Y0K85 
(35%,81%,0%,85%)
(0.35/0.81/0.00/0.85)	

CMYK percentages

%35.14
%81.08
%0
%85.49

Codes

Color #180725 in popluar color models

180725
RGB24737
HSL274°68.18%8.63%
HSB/HSV274°81.08%14.51%
CMYK35.14%81.08%0.00%
85.49%

Color #180725 in popluar number systems.

HEX180725
Decimal24737
Binary11000111100101
Octal30745

Shades and tints

Shades of #180725

#180725
(24,7,37)
#160722
(22,7,34)
#14071F
(20,7,31)
#12071C
(18,7,28)
#100719
(16,7,25)
#0E0716
(14,7,22)
#0C0713
(12,7,19)
#0A0710
(10,7,16)
#08070D
(8,7,13)
#06070A
(6,7,10)
#040707
(4,7,7)
#000000
(0,0,0)

Tints of #180725

#180725
(24,7,37)
#2D1D38
(45,29,56)
#42334B
(66,51,75)
#57495E
(87,73,94)
#6C5F71
(108,95,113)
#817584
(129,117,132)
#968B97
(150,139,151)
#ABA1AA
(171,161,170)
#C0B7BD
(192,183,189)
#D5CDD0
(213,205,208)
#EAE3E3
(234,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180725; }

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

This text font color is #180725.


Background Color

.myBgColor { background-color: #180725; }

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

This div background color is #180725.


Border color

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

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

This div border color is #180725.


Opacity

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

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

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

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

This text has shadow with #180725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180725 on black background.


Color preview on white background

This text has color #180725 on white background.



Black color preview on #180725 background

This text has black color on #180725 background.


White color preview on #180725 background

This text has white color on #180725 background.