COLOR #042612

HEX: #042612
RGB: (4,38,18)

Color info

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

RGB color model

#042612 color RGB value is (4,38,18).

  • red value is 4;
  • green value is 38;
  • blue value is 18.
RGB:
(4,38,18)
(2%,15%,7%)

RGB channels and saturation

R 4 of 255 = 2%
G 38 of 255 = 15%
B 18 of 255 = 7%

4
38
18

R + G + B ~ 8%. #042612 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 38 + 18 = 60 (100%)
R 4 of 60 ~ 6.67%
G 38 of 60 ~ 63.33%
B 18 of 60 ~ 30%

%63.33
%30

CMYK color model

#042612 color CMYK value is (89,0,53,85).

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 85.10%
CMYK:
(89,0,53,85)
C89M0Y53K85 
(89%,0%,53%,85%)
(0.89/0.00/0.53/0.85)	

CMYK percentages

%89.47
%0
%52.63
%85.1

Codes

Color #042612 in popluar color models

042612
RGB43818
HSL145°80.95%8.24%
HSB/HSV145°89.47%14.90%
CMYK89.47%0.00%52.63%
85.10%

Color #042612 in popluar number systems.

HEX042612
Decimal43818
Binary10010011010010
Octal44622

Shades and tints

Shades of #042612

#042612
(4,38,18)
#042311
(4,35,17)
#042010
(4,32,16)
#041D0F
(4,29,15)
#041A0E
(4,26,14)
#04170D
(4,23,13)
#04140C
(4,20,12)
#04110B
(4,17,11)
#040E0A
(4,14,10)
#040B09
(4,11,9)
#040808
(4,8,8)
#000000
(0,0,0)

Tints of #042612

#042612
(4,38,18)
#1A3927
(26,57,39)
#304C3C
(48,76,60)
#465F51
(70,95,81)
#5C7266
(92,114,102)
#72857B
(114,133,123)
#889890
(136,152,144)
#9EABA5
(158,171,165)
#B4BEBA
(180,190,186)
#CAD1CF
(202,209,207)
#E0E4E4
(224,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #042612 color. Also use rgb(4,38,18) instead hex code.

Text Font Color

.myTextColor { color: #042612; }

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

This text font color is #042612.


Background Color

.myBgColor { background-color: #042612; }

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

This div background color is #042612.


Border color

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

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

This div border color is #042612.


Opacity

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

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

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

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

This text has shadow with #042612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042612 on black background.


Color preview on white background

This text has color #042612 on white background.



Black color preview on #042612 background

This text has black color on #042612 background.


White color preview on #042612 background

This text has white color on #042612 background.