COLOR #081825

HEX: #081825 RGB: (8,24,37)

Color info

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

RGB color model

#081825 color RGB value is (8,24,37).

RGB: (8,24,37) (3%, 9%, 15%)

RGB channels and saturation

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

8
24
37

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

Portions of RGB colors in percentages

R + G + B = 8 + 24 + 37 = 69 (100%)
R 8 of 69 ~ 11.59%
G 24 of 69 ~ 34.78%
B 37 of 69 ~ 53.62'%

%11.59
%34.78
%53.62

CMYK color model

#081825 color CMYK value is (78,35,0,85).

  • cyan value is 78.38%
  • magenta value is 35.14%
  • yellow value is 0.00%
  • key color value is 85.49%

CMYK: (78,35,0,85)
C78M35Y0K85 (78%, 35%, 0%, 85%)
(0.78 / 0.35 / 0.00 / 0.85)

CMYK percentages

%78.38
%35.14
%0
%85.49

Codes

Color #081825 in popluar color models

08 18 25
RGB 8 24 37
HSL 207° 64.44% 8.82%
HSB/HSV 207° 78.38% 14.51%
CMYK 78.38% 35.14% 0.00%
85.49%

Color #081825 in popluar number systems.

HEX 08 18 25
Decimal 8 24 37
Binary 1000 11000 100101
Octal 10 30 45

Shades and tints

Shades of #081825

#081825
(8,24,37)
#081622
(8,22,34)
#08141F
(8,20,31)
#08121C
(8,18,28)
#081019
(8,16,25)
#080E16
(8,14,22)
#080C13
(8,12,19)
#080A10
(8,10,16)
#08080D
(8,8,13)
#08060A
(8,6,10)
#080407
(8,4,7)
#000000
(0,0,0)

Tints of #081825

#081825
(8,24,37)
#1E2D38
(30,45,56)
#34424B
(52,66,75)
#4A575E
(74,87,94)
#606C71
(96,108,113)
#768184
(118,129,132)
#8C9697
(140,150,151)
#A2ABAA
(162,171,170)
#B8C0BD
(184,192,189)
#CED5D0
(206,213,208)
#E4EAE3
(228,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #081825; }

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

This text font color is #081825.

Background Color

.myBgColor { background-color: #081825; }

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

This div background color is #081825.

Border color

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

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

This div border color is #081825.

Opacity

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

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

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

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

This text has shadow with #081825 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #081825.

Preview

Color preview on black background

This text has color #081825 on black background.


Color preview on white background

This text has color #081825 on white background.


Black color preview on #081825 background

This text has black color on #081825 background.


White color preview on #081825 background

This text has white color on #081825 background.


Related colors

Complementary color

Complementary color for #hex is #F7E7DA.


I love getcolorcode.com

Triadic colors

1 #250818 and #182508 with #081825 are triadic colors.

2 #251808 and #180825 with #081825 are triadic colors.