COLOR #041136

HEX: #041136
RGB: (4,17,54)

Color info

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

RGB color model

#041136 color RGB value is (4,17,54).

  • red value is 4;
  • green value is 17;
  • blue value is 54.
RGB:
(4,17,54)
(2%,7%,21%)

RGB channels and saturation

R 4 of 255 = 2%
G 17 of 255 = 7%
B 54 of 255 = 21%

4
17
54

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

Portions of RGB colors in percentages

R + G + B =
4 + 17 + 54 = 75 (100%)
R 4 of 75 ~ 5.33%
G 17 of 75 ~ 22.67%
B 54 of 75 ~ 72%

%22.67
%72

CMYK color model

#041136 color CMYK value is (93,69,0,79).

  • cyan value is 92.59%
  • magenta value is 68.52%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(93,69,0,79)
C93M69Y0K79 
(93%,69%,0%,79%)
(0.93/0.69/0.00/0.79)	

CMYK percentages

%92.59
%68.52
%0
%78.82

Codes

Color #041136 in popluar color models

041136
RGB41754
HSL224°86.21%11.37%
HSB/HSV224°92.59%21.18%
CMYK92.59%68.52%0.00%
78.82%

Color #041136 in popluar number systems.

HEX041136
Decimal41754
Binary10010001110110
Octal42166

Shades and tints

Shades of #041136

#041136
(4,17,54)
#041032
(4,16,50)
#040F2E
(4,15,46)
#040E2A
(4,14,42)
#040D26
(4,13,38)
#040C22
(4,12,34)
#040B1E
(4,11,30)
#040A1A
(4,10,26)
#040916
(4,9,22)
#040812
(4,8,18)
#04070E
(4,7,14)
#000000
(0,0,0)

Tints of #041136

#041136
(4,17,54)
#1A2648
(26,38,72)
#303B5A
(48,59,90)
#46506C
(70,80,108)
#5C657E
(92,101,126)
#727A90
(114,122,144)
#888FA2
(136,143,162)
#9EA4B4
(158,164,180)
#B4B9C6
(180,185,198)
#CACED8
(202,206,216)
#E0E3EA
(224,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041136 color. Also use rgb(4,17,54) instead hex code.

Text Font Color

.myTextColor { color: #041136; }

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

This text font color is #041136.


Background Color

.myBgColor { background-color: #041136; }

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

This div background color is #041136.


Border color

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

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

This div border color is #041136.


Opacity

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

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

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

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

This text has shadow with #041136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041136 on black background.


Color preview on white background

This text has color #041136 on white background.



Black color preview on #041136 background

This text has black color on #041136 background.


White color preview on #041136 background

This text has white color on #041136 background.