COLOR #040825

HEX: #040825 RGB: (4,8,37)

Color info

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

RGB color model

#040825 color RGB value is (4,8,37).

RGB: (4,8,37) (2%, 3%, 15%)

RGB channels and saturation

R 4 of 255 = 2%
G 8 of 255 = 3%
B 37 of 255 = 15%

4
8
37

R + G + B ~ 7%. #040825 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 8 + 37 = 49 (100%)
R 4 of 49 ~ 8.16%
G 8 of 49 ~ 16.33%
B 37 of 49 ~ 75.51'%

%16.33
%75.51

CMYK color model

#040825 color CMYK value is (89,78,0,85).

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

CMYK: (89,78,0,85)
C89M78Y0K85 (89%, 78%, 0%, 85%)
(0.89 / 0.78 / 0.00 / 0.85)

CMYK percentages

%89.19
%78.38
%0
%85.49

Codes

Color #040825 in popluar color models

04 08 25
RGB 4 8 37
HSL 233° 80.49% 8.04%
HSB/HSV 233° 89.19% 14.51%
CMYK 89.19% 78.38% 0.00%
85.49%

Color #040825 in popluar number systems.

HEX 04 08 25
Decimal 4 8 37
Binary 100 1000 100101
Octal 4 10 45

Shades and tints

Shades of #040825

#040825
(4,8,37)
#040822
(4,8,34)
#04081F
(4,8,31)
#04081C
(4,8,28)
#040819
(4,8,25)
#040816
(4,8,22)
#040813
(4,8,19)
#040810
(4,8,16)
#04080D
(4,8,13)
#04080A
(4,8,10)
#040807
(4,8,7)
#000000
(0,0,0)

Tints of #040825

#040825
(4,8,37)
#1A1E38
(26,30,56)
#30344B
(48,52,75)
#464A5E
(70,74,94)
#5C6071
(92,96,113)
#727684
(114,118,132)
#888C97
(136,140,151)
#9EA2AA
(158,162,170)
#B4B8BD
(180,184,189)
#CACED0
(202,206,208)
#E0E4E3
(224,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040825; }

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

This text font color is #040825.

Background Color

.myBgColor { background-color: #040825; }

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

This div background color is #040825.

Border color

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

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

This div border color is #040825.

Opacity

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

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

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

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

This text has shadow with #040825 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #040825.

Preview

Color preview on black background

This text has color #040825 on black background.


Color preview on white background

This text has color #040825 on white background.


Black color preview on #040825 background

This text has black color on #040825 background.


White color preview on #040825 background

This text has white color on #040825 background.


Related colors

Complementary color

Complementary color for #hex is #FBF7DA.


I love getcolorcode.com

Triadic colors

1 #250408 and #082504 with #040825 are triadic colors.

2 #250804 and #080425 with #040825 are triadic colors.