COLOR #04450B

HEX: #04450B
RGB: (4,69,11)

Color info

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

RGB color model

#04450B color RGB value is (4,69,11).

  • red value is 4;
  • green value is 69;
  • blue value is 11.
RGB:
(4,69,11)
(2%,27%,4%)

RGB channels and saturation

R 4 of 255 = 2%
G 69 of 255 = 27%
B 11 of 255 = 4%

4
69
11

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

Portions of RGB colors in percentages

R + G + B =
4 + 69 + 11 = 84 (100%)
R 4 of 84 ~ 4.76%
G 69 of 84 ~ 82.14%
B 11 of 84 ~ 13.1%

%82.14
%13.1

CMYK color model

#04450B color CMYK value is (94,0,84,73).

  • cyan value is 94.20%
  • magenta value is 0.00%
  • yellow value is 84.06%
  • key color value is 72.94%
CMYK:
(94,0,84,73)
C94M0Y84K73 
(94%,0%,84%,73%)
(0.94/0.00/0.84/0.73)	

CMYK percentages

%94.2
%0
%84.06
%72.94

Codes

Color #04450B in popluar color models

04450B
RGB46911
HSL126°89.04%14.31%
HSB/HSV126°94.20%27.06%
CMYK94.20%0.00%84.06%
72.94%

Color #04450B in popluar number systems.

HEX04450B
Decimal46911
Binary10010001011011
Octal410513

Shades and tints

Shades of #04450B

#04450B
(4,69,11)
#043F0A
(4,63,10)
#043909
(4,57,9)
#043308
(4,51,8)
#042D07
(4,45,7)
#042706
(4,39,6)
#042105
(4,33,5)
#041B04
(4,27,4)
#041503
(4,21,3)
#040F02
(4,15,2)
#040901
(4,9,1)
#000000
(0,0,0)

Tints of #04450B

#04450B
(4,69,11)
#1A5521
(26,85,33)
#306537
(48,101,55)
#46754D
(70,117,77)
#5C8563
(92,133,99)
#729579
(114,149,121)
#88A58F
(136,165,143)
#9EB5A5
(158,181,165)
#B4C5BB
(180,197,187)
#CAD5D1
(202,213,209)
#E0E5E7
(224,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04450B color. Also use rgb(4,69,11) instead hex code.

Text Font Color

.myTextColor { color: #04450B; }

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

This text font color is #04450B.


Background Color

.myBgColor { background-color: #04450B; }

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

This div background color is #04450B.


Border color

.myBorderColor { border: 1px solid #04450B; }

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

This div border color is #04450B.


Opacity

.myOpacity80 { color: #04450B; opacity: 0.8; }

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

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

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

This text has shadow with #04450B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04450B on black background.


Color preview on white background

This text has color #04450B on white background.



Black color preview on #04450B background

This text has black color on #04450B background.


White color preview on #04450B background

This text has white color on #04450B background.