COLOR #042301

HEX: #042301 RGB: (4,35,1)

Color info

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

RGB color model

#042301 color RGB value is (4,35,1).

RGB: (4,35,1) (2%, 14%, 0%)

RGB channels and saturation

R 4 of 255 = 2%
G 35 of 255 = 14%
B 1 of 255 = 0%

4
35
1

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

Portions of RGB colors in percentages

R + G + B = 4 + 35 + 1 = 40 (100%)
R 4 of 40 ~ 10%
G 35 of 40 ~ 87.5%
B 1 of 40 ~ 2.5'%

%87.5

CMYK color model

#042301 color CMYK value is (89,0,97,86).

  • cyan value is 88.57%
  • magenta value is 0.00%
  • yellow value is 97.14%
  • key color value is 86.27%

CMYK: (89,0,97,86)
C89M0Y97K86 (89%, 0%, 97%, 86%)
(0.89 / 0.00 / 0.97 / 0.86)

CMYK percentages

%88.57
%0
%97.14
%86.27

Codes

Color #042301 in popluar color models

04 23 01
RGB 4 35 1
HSL 115° 94.44% 7.06%
HSB/HSV 115° 97.14% 13.73%
CMYK 88.57% 0.00% 97.14%
86.27%

Color #042301 in popluar number systems.

HEX 04 23 01
Decimal 4 35 1
Binary 100 100011 1
Octal 4 43 1

Shades and tints

Shades of #042301

#042301
(4,35,1)
#042001
(4,32,1)
#041D01
(4,29,1)
#041A01
(4,26,1)
#041701
(4,23,1)
#041401
(4,20,1)
#041101
(4,17,1)
#040E01
(4,14,1)
#040B01
(4,11,1)
#040801
(4,8,1)
#040501
(4,5,1)
#000000
(0,0,0)

Tints of #042301

#042301
(4,35,1)
#1A3718
(26,55,24)
#304B2F
(48,75,47)
#465F46
(70,95,70)
#5C735D
(92,115,93)
#728774
(114,135,116)
#889B8B
(136,155,139)
#9EAFA2
(158,175,162)
#B4C3B9
(180,195,185)
#CAD7D0
(202,215,208)
#E0EBE7
(224,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #042301 color. Also use rgb(4,35,1) instead hex code.

Text Font Color

.myTextColor { color: #042301; }

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

This text font color is #042301.

Background Color

.myBgColor { background-color: #042301; }

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

This div background color is #042301.

Border color

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

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

This div border color is #042301.

Opacity

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

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

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

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

This text has shadow with #042301 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #042301.

Preview

Color preview on black background

This text has color #042301 on black background.


Color preview on white background

This text has color #042301 on white background.


Black color preview on #042301 background

This text has black color on #042301 background.


White color preview on #042301 background

This text has white color on #042301 background.


Related colors

Complementary color

Complementary color for #hex is #FBDCFE.


I love getcolorcode.com

Triadic colors

1 #010423 and #230104 with #042301 are triadic colors.

2 #012304 and #230401 with #042301 are triadic colors.