COLOR #003126

HEX: #003126
RGB: (0,49,38)

Color info

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

RGB color model

#003126 color RGB value is (0,49,38).

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

RGB channels and saturation

R 0 of 255 = 0%
G 49 of 255 = 19%
B 38 of 255 = 15%

0
49
38

R + G + B ~ 11%. #003126 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 49 + 38 = 87 (100%)
R 0 of 87 ~ 0%
G 49 of 87 ~ 56.32%
B 38 of 87 ~ 43.68%

%56.32
%43.68

CMYK color model

#003126 color CMYK value is (100,0,22,81).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 22.45%
  • key color value is 80.78%
CMYK:
(100,0,22,81)
C100M0Y22K81 
(100%,0%,22%,81%)
(1.00/0.00/0.22/0.81)	

CMYK percentages

%100
%0
%22.45
%80.78

Codes

Color #003126 in popluar color models

003126
RGB04938
HSL167°100.00%9.61%
HSB/HSV167°100.00%19.22%
CMYK100.00%0.00%22.45%
80.78%

Color #003126 in popluar number systems.

HEX003126
Decimal04938
Binary0110001100110
Octal06146

Shades and tints

Shades of #003126

#003126
(0,49,38)
#002D23
(0,45,35)
#002920
(0,41,32)
#00251D
(0,37,29)
#00211A
(0,33,26)
#001D17
(0,29,23)
#001914
(0,25,20)
#001511
(0,21,17)
#00110E
(0,17,14)
#000D0B
(0,13,11)
#000908
(0,9,8)
#000000
(0,0,0)

Tints of #003126

#003126
(0,49,38)
#174339
(23,67,57)
#2E554C
(46,85,76)
#45675F
(69,103,95)
#5C7972
(92,121,114)
#738B85
(115,139,133)
#8A9D98
(138,157,152)
#A1AFAB
(161,175,171)
#B8C1BE
(184,193,190)
#CFD3D1
(207,211,209)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003126; }

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

This text font color is #003126.


Background Color

.myBgColor { background-color: #003126; }

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

This div background color is #003126.


Border color

.myBorderColor { border: 1px solid #003126; }

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

This div border color is #003126.


Opacity

.myOpacity80 { color: #003126; opacity: 0.8; }

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

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

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

This text has shadow with #003126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003126 on black background.


Color preview on white background

This text has color #003126 on white background.



Black color preview on #003126 background

This text has black color on #003126 background.


White color preview on #003126 background

This text has white color on #003126 background.