COLOR #007053

HEX: #007053
RGB: (0,112,83)

Color info

#007053 contains only green and blue colors. Web safe color of #007053 is #006666 (or #066).

RGB color model

#007053 color RGB value is (0,112,83).

  • red value is 0;
  • green value is 112;
  • blue value is 83.
RGB:
(0,112,83)
(0%,44%,33%)

RGB channels and saturation

R 0 of 255 = 0%
G 112 of 255 = 44%
B 83 of 255 = 33%

0
112
83

R + G + B ~ 26%. #007053 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 112 + 83 = 195 (100%)
R 0 of 195 ~ 0%
G 112 of 195 ~ 57.44%
B 83 of 195 ~ 42.56%

%57.44
%42.56

CMYK color model

#007053 color CMYK value is (100,0,26,56).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 25.89%
  • key color value is 56.08%
CMYK:
(100,0,26,56)
C100M0Y26K56 
(100%,0%,26%,56%)
(1.00/0.00/0.26/0.56)	

CMYK percentages

%100
%0
%25.89
%56.08

Codes

Color #007053 in popluar color models

007053
RGB011283
HSL164°100.00%21.96%
HSB/HSV164°100.00%43.92%
CMYK100.00%0.00%25.89%
56.08%

Color #007053 in popluar number systems.

HEX007053
Decimal011283
Binary011100001010011
Octal0160123

Shades and tints

Shades of #007053

#007053
(0,112,83)
#00664C
(0,102,76)
#005C45
(0,92,69)
#00523E
(0,82,62)
#004837
(0,72,55)
#003E30
(0,62,48)
#003429
(0,52,41)
#002A22
(0,42,34)
#00201B
(0,32,27)
#001614
(0,22,20)
#000C0D
(0,12,13)
#000000
(0,0,0)

Tints of #007053

#007053
(0,112,83)
#177D62
(23,125,98)
#2E8A71
(46,138,113)
#459780
(69,151,128)
#5CA48F
(92,164,143)
#73B19E
(115,177,158)
#8ABEAD
(138,190,173)
#A1CBBC
(161,203,188)
#B8D8CB
(184,216,203)
#CFE5DA
(207,229,218)
#E6F2E9
(230,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007053 color. Also use rgb(0,112,83) instead hex code.

Text Font Color

.myTextColor { color: #007053; }

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

This text font color is #007053.


Background Color

.myBgColor { background-color: #007053; }

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

This div background color is #007053.


Border color

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

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

This div border color is #007053.


Opacity

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

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

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

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

This text has shadow with #007053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007053 on black background.


Color preview on white background

This text has color #007053 on white background.



Black color preview on #007053 background

This text has black color on #007053 background.


White color preview on #007053 background

This text has white color on #007053 background.