COLOR #041B07

HEX: #041B07 RGB: (4,27,7)

Color info

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

RGB color model

#041B07 color RGB value is (4,27,7).

RGB: (4,27,7) (2%, 11%, 3%)

RGB channels and saturation

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

4
27
7

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

Portions of RGB colors in percentages

R + G + B = 4 + 27 + 7 = 38 (100%)
R 4 of 38 ~ 10.53%
G 27 of 38 ~ 71.05%
B 7 of 38 ~ 18.42'%

%10.53
%71.05
%18.42

CMYK color model

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

  • cyan value is 85.19%
  • magenta value is 0.00%
  • yellow value is 74.07%
  • key color value is 89.41%

CMYK: (85,0,74,89)
C85M0Y74K89 (85%, 0%, 74%, 89%)
(0.85 / 0.00 / 0.74 / 0.89)

CMYK percentages

%85.19
%0
%74.07
%89.41

Codes

Color #041B07 in popluar color models

04 1B 07
RGB 4 27 7
HSL 128° 74.19% 6.08%
HSB/HSV 128° 85.19% 10.59%
CMYK 85.19% 0.00% 74.07%
89.41%

Color #041B07 in popluar number systems.

HEX 04 1B 07
Decimal 4 27 7
Binary 100 11011 111
Octal 4 33 7

Shades and tints

Shades of #041B07

#041B07
(4,27,7)
#041907
(4,25,7)
#041707
(4,23,7)
#041507
(4,21,7)
#041307
(4,19,7)
#041107
(4,17,7)
#040F07
(4,15,7)
#040D07
(4,13,7)
#040B07
(4,11,7)
#040907
(4,9,7)
#040707
(4,7,7)
#000000
(0,0,0)

Tints of #041B07

#041B07
(4,27,7)
#1A2F1D
(26,47,29)
#304333
(48,67,51)
#465749
(70,87,73)
#5C6B5F
(92,107,95)
#727F75
(114,127,117)
#88938B
(136,147,139)
#9EA7A1
(158,167,161)
#B4BBB7
(180,187,183)
#CACFCD
(202,207,205)
#E0E3E3
(224,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041B07; }

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

This text font color is #041B07.

Background Color

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

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

This div background color is #041B07.

Border color

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

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

This div border color is #041B07.

Opacity

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

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

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

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

This text has shadow with #041B07 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #041B07.

Preview

Color preview on black background

This text has color #041B07 on black background.


Color preview on white background

This text has color #041B07 on white background.


Black color preview on #041B07 background

This text has black color on #041B07 background.


White color preview on #041B07 background

This text has white color on #041B07 background.


Related colors

Complementary color

Complementary color for #hex is #FBE4F8.


I love getcolorcode.com

Triadic colors

1 #07041B and #1B0704 with #041B07 are triadic colors.

2 #071B04 and #1B0407 with #041B07 are triadic colors.