COLOR #003B2C

HEX: #003B2C
RGB: (0,59,44)

Color info

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

RGB color model

#003B2C color RGB value is (0,59,44).

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

RGB channels and saturation

R 0 of 255 = 0%
G 59 of 255 = 23%
B 44 of 255 = 17%

0
59
44

R + G + B ~ 13%. #003B2C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 59 + 44 = 103 (100%)
R 0 of 103 ~ 0%
G 59 of 103 ~ 57.28%
B 44 of 103 ~ 42.72%

%57.28
%42.72

CMYK color model

#003B2C color CMYK value is (100,0,25,77).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 25.42%
  • key color value is 76.86%
CMYK:
(100,0,25,77)
C100M0Y25K77 
(100%,0%,25%,77%)
(1.00/0.00/0.25/0.77)	

CMYK percentages

%100
%0
%25.42
%76.86

Codes

Color #003B2C in popluar color models

003B2C
RGB05944
HSL165°100.00%11.57%
HSB/HSV165°100.00%23.14%
CMYK100.00%0.00%25.42%
76.86%

Color #003B2C in popluar number systems.

HEX003B2C
Decimal05944
Binary0111011101100
Octal07354

Shades and tints

Shades of #003B2C

#003B2C
(0,59,44)
#003628
(0,54,40)
#003124
(0,49,36)
#002C20
(0,44,32)
#00271C
(0,39,28)
#002218
(0,34,24)
#001D14
(0,29,20)
#001810
(0,24,16)
#00130C
(0,19,12)
#000E08
(0,14,8)
#000904
(0,9,4)
#000000
(0,0,0)

Tints of #003B2C

#003B2C
(0,59,44)
#174C3F
(23,76,63)
#2E5D52
(46,93,82)
#456E65
(69,110,101)
#5C7F78
(92,127,120)
#73908B
(115,144,139)
#8AA19E
(138,161,158)
#A1B2B1
(161,178,177)
#B8C3C4
(184,195,196)
#CFD4D7
(207,212,215)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003B2C; }

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

This text font color is #003B2C.


Background Color

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

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

This div background color is #003B2C.


Border color

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

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

This div border color is #003B2C.


Opacity

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

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

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

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

This text has shadow with #003B2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003B2C on black background.


Color preview on white background

This text has color #003B2C on white background.



Black color preview on #003B2C background

This text has black color on #003B2C background.


White color preview on #003B2C background

This text has white color on #003B2C background.