COLOR #041D30

HEX: #041D30
RGB: (4,29,48)

Color info

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

RGB color model

#041D30 color RGB value is (4,29,48).

  • red value is 4;
  • green value is 29;
  • blue value is 48.
RGB:
(4,29,48)
(2%,11%,19%)

RGB channels and saturation

R 4 of 255 = 2%
G 29 of 255 = 11%
B 48 of 255 = 19%

4
29
48

R + G + B ~ 11%. #041D30 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 29 + 48 = 81 (100%)
R 4 of 81 ~ 4.94%
G 29 of 81 ~ 35.8%
B 48 of 81 ~ 59.26%

%35.8
%59.26

CMYK color model

#041D30 color CMYK value is (92,40,0,81).

  • cyan value is 91.67%
  • magenta value is 39.58%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(92,40,0,81)
C92M40Y0K81 
(92%,40%,0%,81%)
(0.92/0.40/0.00/0.81)	

CMYK percentages

%91.67
%39.58
%0
%81.18

Codes

Color #041D30 in popluar color models

041D30
RGB42948
HSL206°84.62%10.20%
HSB/HSV206°91.67%18.82%
CMYK91.67%39.58%0.00%
81.18%

Color #041D30 in popluar number systems.

HEX041D30
Decimal42948
Binary10011101110000
Octal43560

Shades and tints

Shades of #041D30

#041D30
(4,29,48)
#041B2C
(4,27,44)
#041928
(4,25,40)
#041724
(4,23,36)
#041520
(4,21,32)
#04131C
(4,19,28)
#041118
(4,17,24)
#040F14
(4,15,20)
#040D10
(4,13,16)
#040B0C
(4,11,12)
#040908
(4,9,8)
#000000
(0,0,0)

Tints of #041D30

#041D30
(4,29,48)
#1A3142
(26,49,66)
#304554
(48,69,84)
#465966
(70,89,102)
#5C6D78
(92,109,120)
#72818A
(114,129,138)
#88959C
(136,149,156)
#9EA9AE
(158,169,174)
#B4BDC0
(180,189,192)
#CAD1D2
(202,209,210)
#E0E5E4
(224,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041D30 color. Also use rgb(4,29,48) instead hex code.

Text Font Color

.myTextColor { color: #041D30; }

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

This text font color is #041D30.


Background Color

.myBgColor { background-color: #041D30; }

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

This div background color is #041D30.


Border color

.myBorderColor { border: 1px solid #041D30; }

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

This div border color is #041D30.


Opacity

.myOpacity80 { color: #041D30; opacity: 0.8; }

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

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

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

This text has shadow with #041D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041D30 on black background.


Color preview on white background

This text has color #041D30 on white background.



Black color preview on #041D30 background

This text has black color on #041D30 background.


White color preview on #041D30 background

This text has white color on #041D30 background.