COLOR #041503

HEX: #041503
RGB: (4,21,3)

Color info

#041503 contains red, green and blue colors in about the same proportion. Web safe color of #041503 is #000000 (or #000).

RGB color model

#041503 color RGB value is (4,21,3).

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

RGB channels and saturation

R 4 of 255 = 2%
G 21 of 255 = 8%
B 3 of 255 = 1%

4
21
3

R + G + B ~ 4%. #041503 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 21 + 3 = 28 (100%)
R 4 of 28 ~ 14.29%
G 21 of 28 ~ 75%
B 3 of 28 ~ 10.71%

%14.29
%75
%10.71

CMYK color model

#041503 color CMYK value is (81,0,86,92).

  • cyan value is 80.95%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 91.76%
CMYK:
(81,0,86,92)
C81M0Y86K92 
(81%,0%,86%,92%)
(0.81/0.00/0.86/0.92)	

CMYK percentages

%80.95
%0
%85.71
%91.76

Codes

Color #041503 in popluar color models

041503
RGB4213
HSL117°75.00%4.71%
HSB/HSV117°85.71%8.24%
CMYK80.95%0.00%85.71%
91.76%

Color #041503 in popluar number systems.

HEX041503
Decimal4213
Binary1001010111
Octal4253

Shades and tints

Shades of #041503

#041503
(4,21,3)
#041403
(4,20,3)
#041303
(4,19,3)
#041203
(4,18,3)
#041103
(4,17,3)
#041003
(4,16,3)
#040F03
(4,15,3)
#040E03
(4,14,3)
#040D03
(4,13,3)
#040C03
(4,12,3)
#040B03
(4,11,3)
#000000
(0,0,0)

Tints of #041503

#041503
(4,21,3)
#1A2A19
(26,42,25)
#303F2F
(48,63,47)
#465445
(70,84,69)
#5C695B
(92,105,91)
#727E71
(114,126,113)
#889387
(136,147,135)
#9EA89D
(158,168,157)
#B4BDB3
(180,189,179)
#CAD2C9
(202,210,201)
#E0E7DF
(224,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041503; }

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

This text font color is #041503.


Background Color

.myBgColor { background-color: #041503; }

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

This div background color is #041503.


Border color

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

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

This div border color is #041503.


Opacity

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

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

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

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

This text has shadow with #041503 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041503 on black background.


Color preview on white background

This text has color #041503 on white background.



Black color preview on #041503 background

This text has black color on #041503 background.


White color preview on #041503 background

This text has white color on #041503 background.