COLOR #040135

HEX: #040135
RGB: (4,1,53)

Color info

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

RGB color model

#040135 color RGB value is (4,1,53).

  • red value is 4;
  • green value is 1;
  • blue value is 53.
RGB:
(4,1,53)
(2%,0%,21%)

RGB channels and saturation

R 4 of 255 = 2%
G 1 of 255 = 0%
B 53 of 255 = 21%

4
1
53

R + G + B ~ 8%. #040135 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 1 + 53 = 58 (100%)
R 4 of 58 ~ 6.9%
G 1 of 58 ~ 1.72%
B 53 of 58 ~ 91.38%

%91.38

CMYK color model

#040135 color CMYK value is (92,98,0,79).

  • cyan value is 92.45%
  • magenta value is 98.11%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(92,98,0,79)
C92M98Y0K79 
(92%,98%,0%,79%)
(0.92/0.98/0.00/0.79)	

CMYK percentages

%92.45
%98.11
%0
%79.22

Codes

Color #040135 in popluar color models

040135
RGB4153
HSL243°96.30%10.59%
HSB/HSV243°98.11%20.78%
CMYK92.45%98.11%0.00%
79.22%

Color #040135 in popluar number systems.

HEX040135
Decimal4153
Binary1001110101
Octal4165

Shades and tints

Shades of #040135

#040135
(4,1,53)
#040131
(4,1,49)
#04012D
(4,1,45)
#040129
(4,1,41)
#040125
(4,1,37)
#040121
(4,1,33)
#04011D
(4,1,29)
#040119
(4,1,25)
#040115
(4,1,21)
#040111
(4,1,17)
#04010D
(4,1,13)
#000000
(0,0,0)

Tints of #040135

#040135
(4,1,53)
#1A1847
(26,24,71)
#302F59
(48,47,89)
#46466B
(70,70,107)
#5C5D7D
(92,93,125)
#72748F
(114,116,143)
#888BA1
(136,139,161)
#9EA2B3
(158,162,179)
#B4B9C5
(180,185,197)
#CAD0D7
(202,208,215)
#E0E7E9
(224,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #040135 color. Also use rgb(4,1,53) instead hex code.

Text Font Color

.myTextColor { color: #040135; }

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

This text font color is #040135.


Background Color

.myBgColor { background-color: #040135; }

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

This div background color is #040135.


Border color

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

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

This div border color is #040135.


Opacity

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

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

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

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

This text has shadow with #040135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040135 on black background.


Color preview on white background

This text has color #040135 on white background.



Black color preview on #040135 background

This text has black color on #040135 background.


White color preview on #040135 background

This text has white color on #040135 background.