COLOR #04550C

HEX: #04550C
RGB: (4,85,12)

Color info

#04550C contains mainly green color. Web safe color of #04550C is #006600 (or #060).

RGB color model

#04550C color RGB value is (4,85,12).

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

RGB channels and saturation

R 4 of 255 = 2%
G 85 of 255 = 33%
B 12 of 255 = 5%

4
85
12

R + G + B ~ 13%. #04550C is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 85 + 12 = 101 (100%)
R 4 of 101 ~ 3.96%
G 85 of 101 ~ 84.16%
B 12 of 101 ~ 11.88%

%84.16
%11.88

CMYK color model

#04550C color CMYK value is (95,0,86,67).

  • cyan value is 95.29%
  • magenta value is 0.00%
  • yellow value is 85.88%
  • key color value is 66.67%
CMYK:
(95,0,86,67)
C95M0Y86K67 
(95%,0%,86%,67%)
(0.95/0.00/0.86/0.67)	

CMYK percentages

%95.29
%0
%85.88
%66.67

Codes

Color #04550C in popluar color models

04550C
RGB48512
HSL126°91.01%17.45%
HSB/HSV126°95.29%33.33%
CMYK95.29%0.00%85.88%
66.67%

Color #04550C in popluar number systems.

HEX04550C
Decimal48512
Binary10010101011100
Octal412514

Shades and tints

Shades of #04550C

#04550C
(4,85,12)
#044E0B
(4,78,11)
#04470A
(4,71,10)
#044009
(4,64,9)
#043908
(4,57,8)
#043207
(4,50,7)
#042B06
(4,43,6)
#042405
(4,36,5)
#041D04
(4,29,4)
#041603
(4,22,3)
#040F02
(4,15,2)
#000000
(0,0,0)

Tints of #04550C

#04550C
(4,85,12)
#1A6422
(26,100,34)
#307338
(48,115,56)
#46824E
(70,130,78)
#5C9164
(92,145,100)
#72A07A
(114,160,122)
#88AF90
(136,175,144)
#9EBEA6
(158,190,166)
#B4CDBC
(180,205,188)
#CADCD2
(202,220,210)
#E0EBE8
(224,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04550C; }

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

This text font color is #04550C.


Background Color

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

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

This div background color is #04550C.


Border color

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

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

This div border color is #04550C.


Opacity

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

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

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

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

This text has shadow with #04550C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04550C on black background.


Color preview on white background

This text has color #04550C on white background.



Black color preview on #04550C background

This text has black color on #04550C background.


White color preview on #04550C background

This text has white color on #04550C background.