COLOR #041925

HEX: #041925
RGB: (4,25,37)

Color info

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

RGB color model

#041925 color RGB value is (4,25,37).

  • red value is 4;
  • green value is 25;
  • blue value is 37.
RGB:
(4,25,37)
(2%,10%,15%)

RGB channels and saturation

R 4 of 255 = 2%
G 25 of 255 = 10%
B 37 of 255 = 15%

4
25
37

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

Portions of RGB colors in percentages

R + G + B =
4 + 25 + 37 = 66 (100%)
R 4 of 66 ~ 6.06%
G 25 of 66 ~ 37.88%
B 37 of 66 ~ 56.06%

%37.88
%56.06

CMYK color model

#041925 color CMYK value is (89,32,0,85).

  • cyan value is 89.19%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(89,32,0,85)
C89M32Y0K85 
(89%,32%,0%,85%)
(0.89/0.32/0.00/0.85)	

CMYK percentages

%89.19
%32.43
%0
%85.49

Codes

Color #041925 in popluar color models

041925
RGB42537
HSL202°80.49%8.04%
HSB/HSV202°89.19%14.51%
CMYK89.19%32.43%0.00%
85.49%

Color #041925 in popluar number systems.

HEX041925
Decimal42537
Binary10011001100101
Octal43145

Shades and tints

Shades of #041925

#041925
(4,25,37)
#041722
(4,23,34)
#04151F
(4,21,31)
#04131C
(4,19,28)
#041119
(4,17,25)
#040F16
(4,15,22)
#040D13
(4,13,19)
#040B10
(4,11,16)
#04090D
(4,9,13)
#04070A
(4,7,10)
#040507
(4,5,7)
#000000
(0,0,0)

Tints of #041925

#041925
(4,25,37)
#1A2D38
(26,45,56)
#30414B
(48,65,75)
#46555E
(70,85,94)
#5C6971
(92,105,113)
#727D84
(114,125,132)
#889197
(136,145,151)
#9EA5AA
(158,165,170)
#B4B9BD
(180,185,189)
#CACDD0
(202,205,208)
#E0E1E3
(224,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041925; }

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

This text font color is #041925.


Background Color

.myBgColor { background-color: #041925; }

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

This div background color is #041925.


Border color

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

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

This div border color is #041925.


Opacity

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

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

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

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

This text has shadow with #041925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041925 on black background.


Color preview on white background

This text has color #041925 on white background.



Black color preview on #041925 background

This text has black color on #041925 background.


White color preview on #041925 background

This text has white color on #041925 background.