COLOR #041E30

HEX: #041E30
RGB: (4,30,48)

Color info

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

RGB color model

#041E30 color RGB value is (4,30,48).

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

RGB channels and saturation

R 4 of 255 = 2%
G 30 of 255 = 12%
B 48 of 255 = 19%

4
30
48

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

Portions of RGB colors in percentages

R + G + B =
4 + 30 + 48 = 82 (100%)
R 4 of 82 ~ 4.88%
G 30 of 82 ~ 36.59%
B 48 of 82 ~ 58.54%

%36.59
%58.54

CMYK color model

#041E30 color CMYK value is (92,38,0,81).

  • cyan value is 91.67%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(92,38,0,81)
C92M38Y0K81 
(92%,38%,0%,81%)
(0.92/0.38/0.00/0.81)	

CMYK percentages

%91.67
%37.5
%0
%81.18

Codes

Color #041E30 in popluar color models

041E30
RGB43048
HSL205°84.62%10.20%
HSB/HSV205°91.67%18.82%
CMYK91.67%37.50%0.00%
81.18%

Color #041E30 in popluar number systems.

HEX041E30
Decimal43048
Binary10011110110000
Octal43660

Shades and tints

Shades of #041E30

#041E30
(4,30,48)
#041C2C
(4,28,44)
#041A28
(4,26,40)
#041824
(4,24,36)
#041620
(4,22,32)
#04141C
(4,20,28)
#041218
(4,18,24)
#041014
(4,16,20)
#040E10
(4,14,16)
#040C0C
(4,12,12)
#040A08
(4,10,8)
#000000
(0,0,0)

Tints of #041E30

#041E30
(4,30,48)
#1A3242
(26,50,66)
#304654
(48,70,84)
#465A66
(70,90,102)
#5C6E78
(92,110,120)
#72828A
(114,130,138)
#88969C
(136,150,156)
#9EAAAE
(158,170,174)
#B4BEC0
(180,190,192)
#CAD2D2
(202,210,210)
#E0E6E4
(224,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041E30; }

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

This text font color is #041E30.


Background Color

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

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

This div background color is #041E30.


Border color

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

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

This div border color is #041E30.


Opacity

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

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

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

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

This text has shadow with #041E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041E30 on black background.


Color preview on white background

This text has color #041E30 on white background.



Black color preview on #041E30 background

This text has black color on #041E30 background.


White color preview on #041E30 background

This text has white color on #041E30 background.