COLOR #04552D

HEX: #04552D
RGB: (4,85,45)

Color info

#04552D contains mainly green and blue colors. Web safe color of #04552D is #006633 (or #063).

RGB color model

#04552D color RGB value is (4,85,45).

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

RGB channels and saturation

R 4 of 255 = 2%
G 85 of 255 = 33%
B 45 of 255 = 18%

4
85
45

R + G + B ~ 18%. #04552D is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 85 + 45 = 134 (100%)
R 4 of 134 ~ 2.99%
G 85 of 134 ~ 63.43%
B 45 of 134 ~ 33.58%

%63.43
%33.58

CMYK color model

#04552D color CMYK value is (95,0,47,67).

  • cyan value is 95.29%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 66.67%
CMYK:
(95,0,47,67)
C95M0Y47K67 
(95%,0%,47%,67%)
(0.95/0.00/0.47/0.67)	

CMYK percentages

%95.29
%0
%47.06
%66.67

Codes

Color #04552D in popluar color models

04552D
RGB48545
HSL150°91.01%17.45%
HSB/HSV150°95.29%33.33%
CMYK95.29%0.00%47.06%
66.67%

Color #04552D in popluar number systems.

HEX04552D
Decimal48545
Binary1001010101101101
Octal412555

Shades and tints

Shades of #04552D

#04552D
(4,85,45)
#044E29
(4,78,41)
#044725
(4,71,37)
#044021
(4,64,33)
#04391D
(4,57,29)
#043219
(4,50,25)
#042B15
(4,43,21)
#042411
(4,36,17)
#041D0D
(4,29,13)
#041609
(4,22,9)
#040F05
(4,15,5)
#000000
(0,0,0)

Tints of #04552D

#04552D
(4,85,45)
#1A6440
(26,100,64)
#307353
(48,115,83)
#468266
(70,130,102)
#5C9179
(92,145,121)
#72A08C
(114,160,140)
#88AF9F
(136,175,159)
#9EBEB2
(158,190,178)
#B4CDC5
(180,205,197)
#CADCD8
(202,220,216)
#E0EBEB
(224,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04552D color. Also use rgb(4,85,45) instead hex code.

Text Font Color

.myTextColor { color: #04552D; }

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

This text font color is #04552D.


Background Color

.myBgColor { background-color: #04552D; }

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

This div background color is #04552D.


Border color

.myBorderColor { border: 1px solid #04552D; }

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

This div border color is #04552D.


Opacity

.myOpacity80 { color: #04552D; opacity: 0.8; }

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

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

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

This text has shadow with #04552D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04552D on black background.


Color preview on white background

This text has color #04552D on white background.



Black color preview on #04552D background

This text has black color on #04552D background.


White color preview on #04552D background

This text has white color on #04552D background.