COLOR #004B26

HEX: #004B26
RGB: (0,75,38)

Color info

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

RGB color model

#004B26 color RGB value is (0,75,38).

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

RGB channels and saturation

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

0
75
38

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

Portions of RGB colors in percentages

R + G + B =
0 + 75 + 38 = 113 (100%)
R 0 of 113 ~ 0%
G 75 of 113 ~ 66.37%
B 38 of 113 ~ 33.63%

%66.37
%33.63

CMYK color model

#004B26 color CMYK value is (100,0,49,71).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 49.33%
  • key color value is 70.59%
CMYK:
(100,0,49,71)
C100M0Y49K71 
(100%,0%,49%,71%)
(1.00/0.00/0.49/0.71)	

CMYK percentages

%100
%0
%49.33
%70.59

Codes

Color #004B26 in popluar color models

004B26
RGB07538
HSL150°100.00%14.71%
HSB/HSV150°100.00%29.41%
CMYK100.00%0.00%49.33%
70.59%

Color #004B26 in popluar number systems.

HEX004B26
Decimal07538
Binary01001011100110
Octal011346

Shades and tints

Shades of #004B26

#004B26
(0,75,38)
#004523
(0,69,35)
#003F20
(0,63,32)
#00391D
(0,57,29)
#00331A
(0,51,26)
#002D17
(0,45,23)
#002714
(0,39,20)
#002111
(0,33,17)
#001B0E
(0,27,14)
#00150B
(0,21,11)
#000F08
(0,15,8)
#000000
(0,0,0)

Tints of #004B26

#004B26
(0,75,38)
#175B39
(23,91,57)
#2E6B4C
(46,107,76)
#457B5F
(69,123,95)
#5C8B72
(92,139,114)
#739B85
(115,155,133)
#8AAB98
(138,171,152)
#A1BBAB
(161,187,171)
#B8CBBE
(184,203,190)
#CFDBD1
(207,219,209)
#E6EBE4
(230,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004B26; }

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

This text font color is #004B26.


Background Color

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

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

This div background color is #004B26.


Border color

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

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

This div border color is #004B26.


Opacity

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

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

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

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

This text has shadow with #004B26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004B26 on black background.


Color preview on white background

This text has color #004B26 on white background.



Black color preview on #004B26 background

This text has black color on #004B26 background.


White color preview on #004B26 background

This text has white color on #004B26 background.