COLOR #007332

HEX: #007332
RGB: (0,115,50)

Color info

#007332 contains mainly green color. Web safe color of #007332 is #006633 (or #063).

RGB color model

#007332 color RGB value is (0,115,50).

  • red value is 0;
  • green value is 115;
  • blue value is 50.
RGB:
(0,115,50)
(0%,45%,20%)

RGB channels and saturation

R 0 of 255 = 0%
G 115 of 255 = 45%
B 50 of 255 = 20%

0
115
50

R + G + B ~ 22%. #007332 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 115 + 50 = 165 (100%)
R 0 of 165 ~ 0%
G 115 of 165 ~ 69.7%
B 50 of 165 ~ 30.3%

%69.7
%30.3

CMYK color model

#007332 color CMYK value is (100,0,57,55).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 56.52%
  • key color value is 54.90%
CMYK:
(100,0,57,55)
C100M0Y57K55 
(100%,0%,57%,55%)
(1.00/0.00/0.57/0.55)	

CMYK percentages

%100
%0
%56.52
%54.9

Codes

Color #007332 in popluar color models

007332
RGB011550
HSL146°100.00%22.55%
HSB/HSV146°100.00%45.10%
CMYK100.00%0.00%56.52%
54.90%

Color #007332 in popluar number systems.

HEX007332
Decimal011550
Binary01110011110010
Octal016362

Shades and tints

Shades of #007332

#007332
(0,115,50)
#00692E
(0,105,46)
#005F2A
(0,95,42)
#005526
(0,85,38)
#004B22
(0,75,34)
#00411E
(0,65,30)
#00371A
(0,55,26)
#002D16
(0,45,22)
#002312
(0,35,18)
#00190E
(0,25,14)
#000F0A
(0,15,10)
#000000
(0,0,0)

Tints of #007332

#007332
(0,115,50)
#177F44
(23,127,68)
#2E8B56
(46,139,86)
#459768
(69,151,104)
#5CA37A
(92,163,122)
#73AF8C
(115,175,140)
#8ABB9E
(138,187,158)
#A1C7B0
(161,199,176)
#B8D3C2
(184,211,194)
#CFDFD4
(207,223,212)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007332 color. Also use rgb(0,115,50) instead hex code.

Text Font Color

.myTextColor { color: #007332; }

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

This text font color is #007332.


Background Color

.myBgColor { background-color: #007332; }

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

This div background color is #007332.


Border color

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

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

This div border color is #007332.


Opacity

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

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

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

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

This text has shadow with #007332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007332 on black background.


Color preview on white background

This text has color #007332 on white background.



Black color preview on #007332 background

This text has black color on #007332 background.


White color preview on #007332 background

This text has white color on #007332 background.