COLOR #041231

HEX: #041231
RGB: (4,18,49)

Color info

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

RGB color model

#041231 color RGB value is (4,18,49).

  • red value is 4;
  • green value is 18;
  • blue value is 49.
RGB:
(4,18,49)
(2%,7%,19%)

RGB channels and saturation

R 4 of 255 = 2%
G 18 of 255 = 7%
B 49 of 255 = 19%

4
18
49

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

Portions of RGB colors in percentages

R + G + B =
4 + 18 + 49 = 71 (100%)
R 4 of 71 ~ 5.63%
G 18 of 71 ~ 25.35%
B 49 of 71 ~ 69.01%

%25.35
%69.01

CMYK color model

#041231 color CMYK value is (92,63,0,81).

  • cyan value is 91.84%
  • magenta value is 63.27%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(92,63,0,81)
C92M63Y0K81 
(92%,63%,0%,81%)
(0.92/0.63/0.00/0.81)	

CMYK percentages

%91.84
%63.27
%0
%80.78

Codes

Color #041231 in popluar color models

041231
RGB41849
HSL221°84.91%10.39%
HSB/HSV221°91.84%19.22%
CMYK91.84%63.27%0.00%
80.78%

Color #041231 in popluar number systems.

HEX041231
Decimal41849
Binary10010010110001
Octal42261

Shades and tints

Shades of #041231

#041231
(4,18,49)
#04112D
(4,17,45)
#041029
(4,16,41)
#040F25
(4,15,37)
#040E21
(4,14,33)
#040D1D
(4,13,29)
#040C19
(4,12,25)
#040B15
(4,11,21)
#040A11
(4,10,17)
#04090D
(4,9,13)
#040809
(4,8,9)
#000000
(0,0,0)

Tints of #041231

#041231
(4,18,49)
#1A2743
(26,39,67)
#303C55
(48,60,85)
#465167
(70,81,103)
#5C6679
(92,102,121)
#727B8B
(114,123,139)
#88909D
(136,144,157)
#9EA5AF
(158,165,175)
#B4BAC1
(180,186,193)
#CACFD3
(202,207,211)
#E0E4E5
(224,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041231 color. Also use rgb(4,18,49) instead hex code.

Text Font Color

.myTextColor { color: #041231; }

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

This text font color is #041231.


Background Color

.myBgColor { background-color: #041231; }

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

This div background color is #041231.


Border color

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

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

This div border color is #041231.


Opacity

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

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

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

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

This text has shadow with #041231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041231 on black background.


Color preview on white background

This text has color #041231 on white background.



Black color preview on #041231 background

This text has black color on #041231 background.


White color preview on #041231 background

This text has white color on #041231 background.