COLOR #042125

HEX: #042125
RGB: (4,33,37)

Color info

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

RGB color model

#042125 color RGB value is (4,33,37).

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

RGB channels and saturation

R 4 of 255 = 2%
G 33 of 255 = 13%
B 37 of 255 = 15%

4
33
37

R + G + B ~ 10%. #042125 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 33 + 37 = 74 (100%)
R 4 of 74 ~ 5.41%
G 33 of 74 ~ 44.59%
B 37 of 74 ~ 50%

%44.59
%50

CMYK color model

#042125 color CMYK value is (89,11,0,85).

  • cyan value is 89.19%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(89,11,0,85)
C89M11Y0K85 
(89%,11%,0%,85%)
(0.89/0.11/0.00/0.85)	

CMYK percentages

%89.19
%10.81
%0
%85.49

Codes

Color #042125 in popluar color models

042125
RGB43337
HSL187°80.49%8.04%
HSB/HSV187°89.19%14.51%
CMYK89.19%10.81%0.00%
85.49%

Color #042125 in popluar number systems.

HEX042125
Decimal43337
Binary100100001100101
Octal44145

Shades and tints

Shades of #042125

#042125
(4,33,37)
#041E22
(4,30,34)
#041B1F
(4,27,31)
#04181C
(4,24,28)
#041519
(4,21,25)
#041216
(4,18,22)
#040F13
(4,15,19)
#040C10
(4,12,16)
#04090D
(4,9,13)
#04060A
(4,6,10)
#040307
(4,3,7)
#000000
(0,0,0)

Tints of #042125

#042125
(4,33,37)
#1A3538
(26,53,56)
#30494B
(48,73,75)
#465D5E
(70,93,94)
#5C7171
(92,113,113)
#728584
(114,133,132)
#889997
(136,153,151)
#9EADAA
(158,173,170)
#B4C1BD
(180,193,189)
#CAD5D0
(202,213,208)
#E0E9E3
(224,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #042125; }

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

This text font color is #042125.


Background Color

.myBgColor { background-color: #042125; }

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

This div background color is #042125.


Border color

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

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

This div border color is #042125.


Opacity

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

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

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

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

This text has shadow with #042125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042125 on black background.


Color preview on white background

This text has color #042125 on white background.



Black color preview on #042125 background

This text has black color on #042125 background.


White color preview on #042125 background

This text has white color on #042125 background.