COLOR #04430C

HEX: #04430C
RGB: (4,67,12)

Color info

#04430C contains mainly green and blue colors. Web safe color of #04430C is #003300 (or #030).

RGB color model

#04430C color RGB value is (4,67,12).

  • red value is 4;
  • green value is 67;
  • blue value is 12.
RGB:
(4,67,12)
(2%,26%,5%)

RGB channels and saturation

R 4 of 255 = 2%
G 67 of 255 = 26%
B 12 of 255 = 5%

4
67
12

R + G + B ~ 11%. #04430C is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 67 + 12 = 83 (100%)
R 4 of 83 ~ 4.82%
G 67 of 83 ~ 80.72%
B 12 of 83 ~ 14.46%

%80.72
%14.46

CMYK color model

#04430C color CMYK value is (94,0,82,74).

  • cyan value is 94.03%
  • magenta value is 0.00%
  • yellow value is 82.09%
  • key color value is 73.73%
CMYK:
(94,0,82,74)
C94M0Y82K74 
(94%,0%,82%,74%)
(0.94/0.00/0.82/0.74)	

CMYK percentages

%94.03
%0
%82.09
%73.73

Codes

Color #04430C in popluar color models

04430C
RGB46712
HSL128°88.73%13.92%
HSB/HSV128°94.03%26.27%
CMYK94.03%0.00%82.09%
73.73%

Color #04430C in popluar number systems.

HEX04430C
Decimal46712
Binary10010000111100
Octal410314

Shades and tints

Shades of #04430C

#04430C
(4,67,12)
#043D0B
(4,61,11)
#04370A
(4,55,10)
#043109
(4,49,9)
#042B08
(4,43,8)
#042507
(4,37,7)
#041F06
(4,31,6)
#041905
(4,25,5)
#041304
(4,19,4)
#040D03
(4,13,3)
#040702
(4,7,2)
#000000
(0,0,0)

Tints of #04430C

#04430C
(4,67,12)
#1A5422
(26,84,34)
#306538
(48,101,56)
#46764E
(70,118,78)
#5C8764
(92,135,100)
#72987A
(114,152,122)
#88A990
(136,169,144)
#9EBAA6
(158,186,166)
#B4CBBC
(180,203,188)
#CADCD2
(202,220,210)
#E0EDE8
(224,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04430C color. Also use rgb(4,67,12) instead hex code.

Text Font Color

.myTextColor { color: #04430C; }

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

This text font color is #04430C.


Background Color

.myBgColor { background-color: #04430C; }

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

This div background color is #04430C.


Border color

.myBorderColor { border: 1px solid #04430C; }

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

This div border color is #04430C.


Opacity

.myOpacity80 { color: #04430C; opacity: 0.8; }

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

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

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

This text has shadow with #04430C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04430C on black background.


Color preview on white background

This text has color #04430C on white background.



Black color preview on #04430C background

This text has black color on #04430C background.


White color preview on #04430C background

This text has white color on #04430C background.