COLOR #007134

HEX: #007134
RGB: (0,113,52)

Color info

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

RGB color model

#007134 color RGB value is (0,113,52).

  • red value is 0;
  • green value is 113;
  • blue value is 52.
RGB:
(0,113,52)
(0%,44%,20%)

RGB channels and saturation

R 0 of 255 = 0%
G 113 of 255 = 44%
B 52 of 255 = 20%

0
113
52

R + G + B ~ 21%. #007134 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 113 + 52 = 165 (100%)
R 0 of 165 ~ 0%
G 113 of 165 ~ 68.48%
B 52 of 165 ~ 31.52%

%68.48
%31.52

CMYK color model

#007134 color CMYK value is (100,0,54,56).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 53.98%
  • key color value is 55.69%
CMYK:
(100,0,54,56)
C100M0Y54K56 
(100%,0%,54%,56%)
(1.00/0.00/0.54/0.56)	

CMYK percentages

%100
%0
%53.98
%55.69

Codes

Color #007134 in popluar color models

007134
RGB011352
HSL148°100.00%22.16%
HSB/HSV148°100.00%44.31%
CMYK100.00%0.00%53.98%
55.69%

Color #007134 in popluar number systems.

HEX007134
Decimal011352
Binary01110001110100
Octal016164

Shades and tints

Shades of #007134

#007134
(0,113,52)
#006730
(0,103,48)
#005D2C
(0,93,44)
#005328
(0,83,40)
#004924
(0,73,36)
#003F20
(0,63,32)
#00351C
(0,53,28)
#002B18
(0,43,24)
#002114
(0,33,20)
#001710
(0,23,16)
#000D0C
(0,13,12)
#000000
(0,0,0)

Tints of #007134

#007134
(0,113,52)
#177D46
(23,125,70)
#2E8958
(46,137,88)
#45956A
(69,149,106)
#5CA17C
(92,161,124)
#73AD8E
(115,173,142)
#8AB9A0
(138,185,160)
#A1C5B2
(161,197,178)
#B8D1C4
(184,209,196)
#CFDDD6
(207,221,214)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007134 color. Also use rgb(0,113,52) instead hex code.

Text Font Color

.myTextColor { color: #007134; }

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

This text font color is #007134.


Background Color

.myBgColor { background-color: #007134; }

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

This div background color is #007134.


Border color

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

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

This div border color is #007134.


Opacity

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

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

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

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

This text has shadow with #007134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007134 on black background.


Color preview on white background

This text has color #007134 on white background.



Black color preview on #007134 background

This text has black color on #007134 background.


White color preview on #007134 background

This text has white color on #007134 background.