COLOR #004B3F

HEX: #004B3F
RGB: (0,75,63)

Color info

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

RGB color model

#004B3F color RGB value is (0,75,63).

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

RGB channels and saturation

R 0 of 255 = 0%
G 75 of 255 = 29%
B 63 of 255 = 25%

0
75
63

R + G + B ~ 18%. #004B3F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 75 + 63 = 138 (100%)
R 0 of 138 ~ 0%
G 75 of 138 ~ 54.35%
B 63 of 138 ~ 45.65%

%54.35
%45.65

CMYK color model

#004B3F color CMYK value is (100,0,16,71).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 70.59%
CMYK:
(100,0,16,71)
C100M0Y16K71 
(100%,0%,16%,71%)
(1.00/0.00/0.16/0.71)	

CMYK percentages

%100
%0
%16
%70.59

Codes

Color #004B3F in popluar color models

004B3F
RGB07563
HSL170°100.00%14.71%
HSB/HSV170°100.00%29.41%
CMYK100.00%0.00%16.00%
70.59%

Color #004B3F in popluar number systems.

HEX004B3F
Decimal07563
Binary01001011111111
Octal011377

Shades and tints

Shades of #004B3F

#004B3F
(0,75,63)
#00453A
(0,69,58)
#003F35
(0,63,53)
#003930
(0,57,48)
#00332B
(0,51,43)
#002D26
(0,45,38)
#002721
(0,39,33)
#00211C
(0,33,28)
#001B17
(0,27,23)
#001512
(0,21,18)
#000F0D
(0,15,13)
#000000
(0,0,0)

Tints of #004B3F

#004B3F
(0,75,63)
#175B50
(23,91,80)
#2E6B61
(46,107,97)
#457B72
(69,123,114)
#5C8B83
(92,139,131)
#739B94
(115,155,148)
#8AABA5
(138,171,165)
#A1BBB6
(161,187,182)
#B8CBC7
(184,203,199)
#CFDBD8
(207,219,216)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004B3F; }

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

This text font color is #004B3F.


Background Color

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

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

This div background color is #004B3F.


Border color

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

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

This div border color is #004B3F.


Opacity

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

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

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

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

This text has shadow with #004B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004B3F on black background.


Color preview on white background

This text has color #004B3F on white background.



Black color preview on #004B3F background

This text has black color on #004B3F background.


White color preview on #004B3F background

This text has white color on #004B3F background.