COLOR #007258

HEX: #007258
RGB: (0,114,88)

Color info

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

RGB color model

#007258 color RGB value is (0,114,88).

  • red value is 0;
  • green value is 114;
  • blue value is 88.
RGB:
(0,114,88)
(0%,45%,35%)

RGB channels and saturation

R 0 of 255 = 0%
G 114 of 255 = 45%
B 88 of 255 = 35%

0
114
88

R + G + B ~ 27%. #007258 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 114 + 88 = 202 (100%)
R 0 of 202 ~ 0%
G 114 of 202 ~ 56.44%
B 88 of 202 ~ 43.56%

%56.44
%43.56

CMYK color model

#007258 color CMYK value is (100,0,23,55).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 22.81%
  • key color value is 55.29%
CMYK:
(100,0,23,55)
C100M0Y23K55 
(100%,0%,23%,55%)
(1.00/0.00/0.23/0.55)	

CMYK percentages

%100
%0
%22.81
%55.29

Codes

Color #007258 in popluar color models

007258
RGB011488
HSL166°100.00%22.35%
HSB/HSV166°100.00%44.71%
CMYK100.00%0.00%22.81%
55.29%

Color #007258 in popluar number systems.

HEX007258
Decimal011488
Binary011100101011000
Octal0162130

Shades and tints

Shades of #007258

#007258
(0,114,88)
#006850
(0,104,80)
#005E48
(0,94,72)
#005440
(0,84,64)
#004A38
(0,74,56)
#004030
(0,64,48)
#003628
(0,54,40)
#002C20
(0,44,32)
#002218
(0,34,24)
#001810
(0,24,16)
#000E08
(0,14,8)
#000000
(0,0,0)

Tints of #007258

#007258
(0,114,88)
#177E67
(23,126,103)
#2E8A76
(46,138,118)
#459685
(69,150,133)
#5CA294
(92,162,148)
#73AEA3
(115,174,163)
#8ABAB2
(138,186,178)
#A1C6C1
(161,198,193)
#B8D2D0
(184,210,208)
#CFDEDF
(207,222,223)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007258 color. Also use rgb(0,114,88) instead hex code.

Text Font Color

.myTextColor { color: #007258; }

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

This text font color is #007258.


Background Color

.myBgColor { background-color: #007258; }

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

This div background color is #007258.


Border color

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

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

This div border color is #007258.


Opacity

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

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

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

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

This text has shadow with #007258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007258 on black background.


Color preview on white background

This text has color #007258 on white background.



Black color preview on #007258 background

This text has black color on #007258 background.


White color preview on #007258 background

This text has white color on #007258 background.