COLOR #007A33

HEX: #007A33
RGB: (0,122,51)

Color info

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

RGB color model

#007A33 color RGB value is (0,122,51).

  • red value is 0;
  • green value is 122;
  • blue value is 51.
RGB:
(0,122,51)
(0%,48%,20%)

RGB channels and saturation

R 0 of 255 = 0%
G 122 of 255 = 48%
B 51 of 255 = 20%

0
122
51

R + G + B ~ 23%. #007A33 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 122 + 51 = 173 (100%)
R 0 of 173 ~ 0%
G 122 of 173 ~ 70.52%
B 51 of 173 ~ 29.48%

%70.52
%29.48

CMYK color model

#007A33 color CMYK value is (100,0,58,52).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 58.20%
  • key color value is 52.16%
CMYK:
(100,0,58,52)
C100M0Y58K52 
(100%,0%,58%,52%)
(1.00/0.00/0.58/0.52)	

CMYK percentages

%100
%0
%58.2
%52.16

Codes

Color #007A33 in popluar color models

007A33
RGB012251
HSL145°100.00%23.92%
HSB/HSV145°100.00%47.84%
CMYK100.00%0.00%58.20%
52.16%

Color #007A33 in popluar number systems.

HEX007A33
Decimal012251
Binary01111010110011
Octal017263

Shades and tints

Shades of #007A33

#007A33
(0,122,51)
#006F2F
(0,111,47)
#00642B
(0,100,43)
#005927
(0,89,39)
#004E23
(0,78,35)
#00431F
(0,67,31)
#00381B
(0,56,27)
#002D17
(0,45,23)
#002213
(0,34,19)
#00170F
(0,23,15)
#000C0B
(0,12,11)
#000000
(0,0,0)

Tints of #007A33

#007A33
(0,122,51)
#178645
(23,134,69)
#2E9257
(46,146,87)
#459E69
(69,158,105)
#5CAA7B
(92,170,123)
#73B68D
(115,182,141)
#8AC29F
(138,194,159)
#A1CEB1
(161,206,177)
#B8DAC3
(184,218,195)
#CFE6D5
(207,230,213)
#E6F2E7
(230,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007A33 color. Also use rgb(0,122,51) instead hex code.

Text Font Color

.myTextColor { color: #007A33; }

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

This text font color is #007A33.


Background Color

.myBgColor { background-color: #007A33; }

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

This div background color is #007A33.


Border color

.myBorderColor { border: 1px solid #007A33; }

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

This div border color is #007A33.


Opacity

.myOpacity80 { color: #007A33; opacity: 0.8; }

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

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

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

This text has shadow with #007A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007A33 on black background.


Color preview on white background

This text has color #007A33 on white background.



Black color preview on #007A33 background

This text has black color on #007A33 background.


White color preview on #007A33 background

This text has white color on #007A33 background.