COLOR #004B2C

HEX: #004B2C
RGB: (0,75,44)

Color info

#004B2C contains only green and blue colors. Web safe color of #004B2C is #003333 (or #033).

RGB color model

#004B2C color RGB value is (0,75,44).

  • red value is 0;
  • green value is 75;
  • blue value is 44.
RGB:
(0,75,44)
(0%,29%,17%)

RGB channels and saturation

R 0 of 255 = 0%
G 75 of 255 = 29%
B 44 of 255 = 17%

0
75
44

R + G + B ~ 15%. #004B2C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 75 + 44 = 119 (100%)
R 0 of 119 ~ 0%
G 75 of 119 ~ 63.03%
B 44 of 119 ~ 36.97%

%63.03
%36.97

CMYK color model

#004B2C color CMYK value is (100,0,41,71).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 41.33%
  • key color value is 70.59%
CMYK:
(100,0,41,71)
C100M0Y41K71 
(100%,0%,41%,71%)
(1.00/0.00/0.41/0.71)	

CMYK percentages

%100
%0
%41.33
%70.59

Codes

Color #004B2C in popluar color models

004B2C
RGB07544
HSL155°100.00%14.71%
HSB/HSV155°100.00%29.41%
CMYK100.00%0.00%41.33%
70.59%

Color #004B2C in popluar number systems.

HEX004B2C
Decimal07544
Binary01001011101100
Octal011354

Shades and tints

Shades of #004B2C

#004B2C
(0,75,44)
#004528
(0,69,40)
#003F24
(0,63,36)
#003920
(0,57,32)
#00331C
(0,51,28)
#002D18
(0,45,24)
#002714
(0,39,20)
#002110
(0,33,16)
#001B0C
(0,27,12)
#001508
(0,21,8)
#000F04
(0,15,4)
#000000
(0,0,0)

Tints of #004B2C

#004B2C
(0,75,44)
#175B3F
(23,91,63)
#2E6B52
(46,107,82)
#457B65
(69,123,101)
#5C8B78
(92,139,120)
#739B8B
(115,155,139)
#8AAB9E
(138,171,158)
#A1BBB1
(161,187,177)
#B8CBC4
(184,203,196)
#CFDBD7
(207,219,215)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004B2C color. Also use rgb(0,75,44) instead hex code.

Text Font Color

.myTextColor { color: #004B2C; }

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

This text font color is #004B2C.


Background Color

.myBgColor { background-color: #004B2C; }

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

This div background color is #004B2C.


Border color

.myBorderColor { border: 1px solid #004B2C; }

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

This div border color is #004B2C.


Opacity

.myOpacity80 { color: #004B2C; opacity: 0.8; }

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

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

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

This text has shadow with #004B2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004B2C on black background.


Color preview on white background

This text has color #004B2C on white background.



Black color preview on #004B2C background

This text has black color on #004B2C background.


White color preview on #004B2C background

This text has white color on #004B2C background.