COLOR #040635

HEX: #040635 RGB: (4,6,53)

Color info

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

RGB color model

#040635 color RGB value is (4,6,53).

RGB: (4,6,53) (2%, 2%, 21%)

RGB channels and saturation

R 4 of 255 = 2%
G 6 of 255 = 2%
B 53 of 255 = 21%

4
6
53

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

Portions of RGB colors in percentages

R + G + B = 4 + 6 + 53 = 63 (100%)
R 4 of 63 ~ 6.35%
G 6 of 63 ~ 9.52%
B 53 of 63 ~ 84.13'%

%84.13

CMYK color model

#040635 color CMYK value is (92,89,0,79).

  • cyan value is 92.45%
  • magenta value is 88.68%
  • yellow value is 0.00%
  • key color value is 79.22%

CMYK: (92,89,0,79)
C92M89Y0K79 (92%, 89%, 0%, 79%)
(0.92 / 0.89 / 0.00 / 0.79)

CMYK percentages

%92.45
%88.68
%0
%79.22

Codes

Color #040635 in popluar color models

04 06 35
RGB 4 6 53
HSL 238° 85.96% 11.18%
HSB/HSV 238° 92.45% 20.78%
CMYK 92.45% 88.68% 0.00%
79.22%

Color #040635 in popluar number systems.

HEX 04 06 35
Decimal 4 6 53
Binary 100 110 110101
Octal 4 6 65

Shades and tints

Shades of #040635

#040635
(4,6,53)
#040631
(4,6,49)
#04062D
(4,6,45)
#040629
(4,6,41)
#040625
(4,6,37)
#040621
(4,6,33)
#04061D
(4,6,29)
#040619
(4,6,25)
#040615
(4,6,21)
#040611
(4,6,17)
#04060D
(4,6,13)
#000000
(0,0,0)

Tints of #040635

#040635
(4,6,53)
#1A1C47
(26,28,71)
#303259
(48,50,89)
#46486B
(70,72,107)
#5C5E7D
(92,94,125)
#72748F
(114,116,143)
#888AA1
(136,138,161)
#9EA0B3
(158,160,179)
#B4B6C5
(180,182,197)
#CACCD7
(202,204,215)
#E0E2E9
(224,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040635; }

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

This text font color is #040635.

Background Color

.myBgColor { background-color: #040635; }

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

This div background color is #040635.

Border color

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

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

This div border color is #040635.

Opacity

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

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

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

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

This text has shadow with #040635 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #040635.

Preview

Color preview on black background

This text has color #040635 on black background.


Color preview on white background

This text has color #040635 on white background.


Black color preview on #040635 background

This text has black color on #040635 background.


White color preview on #040635 background

This text has white color on #040635 background.


Related colors

Complementary color

Complementary color for #hex is #FBF9CA.


I love getcolorcode.com

Triadic colors

1 #350406 and #063504 with #040635 are triadic colors.

2 #350604 and #060435 with #040635 are triadic colors.