COLOR #041B03

HEX: #041B03
RGB: (4,27,3)

Color info

#041B03 contains red, green and blue colors in about the same proportion. Web safe color of #041B03 is #003300 (or #030).

RGB color model

#041B03 color RGB value is (4,27,3).

  • red value is 4;
  • green value is 27;
  • blue value is 3.
RGB:
(4,27,3)
(2%,11%,1%)

RGB channels and saturation

R 4 of 255 = 2%
G 27 of 255 = 11%
B 3 of 255 = 1%

4
27
3

R + G + B ~ 5%. #041B03 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 27 + 3 = 34 (100%)
R 4 of 34 ~ 11.76%
G 27 of 34 ~ 79.41%
B 3 of 34 ~ 8.82%

%11.76
%79.41

CMYK color model

#041B03 color CMYK value is (85,0,89,89).

  • cyan value is 85.19%
  • magenta value is 0.00%
  • yellow value is 88.89%
  • key color value is 89.41%
CMYK:
(85,0,89,89)
C85M0Y89K89 
(85%,0%,89%,89%)
(0.85/0.00/0.89/0.89)	

CMYK percentages

%85.19
%0
%88.89
%89.41

Codes

Color #041B03 in popluar color models

041B03
RGB4273
HSL118°80.00%5.88%
HSB/HSV118°88.89%10.59%
CMYK85.19%0.00%88.89%
89.41%

Color #041B03 in popluar number systems.

HEX041B03
Decimal4273
Binary1001101111
Octal4333

Shades and tints

Shades of #041B03

#041B03
(4,27,3)
#041903
(4,25,3)
#041703
(4,23,3)
#041503
(4,21,3)
#041303
(4,19,3)
#041103
(4,17,3)
#040F03
(4,15,3)
#040D03
(4,13,3)
#040B03
(4,11,3)
#040903
(4,9,3)
#040703
(4,7,3)
#000000
(0,0,0)

Tints of #041B03

#041B03
(4,27,3)
#1A2F19
(26,47,25)
#30432F
(48,67,47)
#465745
(70,87,69)
#5C6B5B
(92,107,91)
#727F71
(114,127,113)
#889387
(136,147,135)
#9EA79D
(158,167,157)
#B4BBB3
(180,187,179)
#CACFC9
(202,207,201)
#E0E3DF
(224,227,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041B03 color. Also use rgb(4,27,3) instead hex code.

Text Font Color

.myTextColor { color: #041B03; }

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

This text font color is #041B03.


Background Color

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

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

This div background color is #041B03.


Border color

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

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

This div border color is #041B03.


Opacity

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

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

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

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

This text has shadow with #041B03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041B03 on black background.


Color preview on white background

This text has color #041B03 on white background.



Black color preview on #041B03 background

This text has black color on #041B03 background.


White color preview on #041B03 background

This text has white color on #041B03 background.