COLOR #004B27

HEX: #004B27
RGB: (0,75,39)

Color info

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

RGB color model

#004B27 color RGB value is (0,75,39).

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

RGB channels and saturation

R 0 of 255 = 0%
G 75 of 255 = 29%
B 39 of 255 = 15%

0
75
39

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

Portions of RGB colors in percentages

R + G + B =
0 + 75 + 39 = 114 (100%)
R 0 of 114 ~ 0%
G 75 of 114 ~ 65.79%
B 39 of 114 ~ 34.21%

%65.79
%34.21

CMYK color model

#004B27 color CMYK value is (100,0,48,71).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 48.00%
  • key color value is 70.59%
CMYK:
(100,0,48,71)
C100M0Y48K71 
(100%,0%,48%,71%)
(1.00/0.00/0.48/0.71)	

CMYK percentages

%100
%0
%48
%70.59

Codes

Color #004B27 in popluar color models

004B27
RGB07539
HSL151°100.00%14.71%
HSB/HSV151°100.00%29.41%
CMYK100.00%0.00%48.00%
70.59%

Color #004B27 in popluar number systems.

HEX004B27
Decimal07539
Binary01001011100111
Octal011347

Shades and tints

Shades of #004B27

#004B27
(0,75,39)
#004524
(0,69,36)
#003F21
(0,63,33)
#00391E
(0,57,30)
#00331B
(0,51,27)
#002D18
(0,45,24)
#002715
(0,39,21)
#002112
(0,33,18)
#001B0F
(0,27,15)
#00150C
(0,21,12)
#000F09
(0,15,9)
#000000
(0,0,0)

Tints of #004B27

#004B27
(0,75,39)
#175B3A
(23,91,58)
#2E6B4D
(46,107,77)
#457B60
(69,123,96)
#5C8B73
(92,139,115)
#739B86
(115,155,134)
#8AAB99
(138,171,153)
#A1BBAC
(161,187,172)
#B8CBBF
(184,203,191)
#CFDBD2
(207,219,210)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004B27; }

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

This text font color is #004B27.


Background Color

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

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

This div background color is #004B27.


Border color

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

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

This div border color is #004B27.


Opacity

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

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

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

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

This text has shadow with #004B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004B27 on black background.


Color preview on white background

This text has color #004B27 on white background.



Black color preview on #004B27 background

This text has black color on #004B27 background.


White color preview on #004B27 background

This text has white color on #004B27 background.