COLOR #258B58

HEX: #258B58
RGB: (37,139,88)

Color info

#258B58 contains mainly green and blue colors. Web safe color of #258B58 is #339966 (or #396).

RGB color model

#258B58 color RGB value is (37,139,88).

  • red value is 37;
  • green value is 139;
  • blue value is 88.
RGB:
(37,139,88)
(15%,55%,35%)

RGB channels and saturation

R 37 of 255 = 15%
G 139 of 255 = 55%
B 88 of 255 = 35%

37
139
88

R + G + B ~ 35%. #258B58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 139 + 88 = 264 (100%)
R 37 of 264 ~ 14.02%
G 139 of 264 ~ 52.65%
B 88 of 264 ~ 33.33%

%14.02
%52.65
%33.33

CMYK color model

#258B58 color CMYK value is (73,0,37,45).

  • cyan value is 73.38%
  • magenta value is 0.00%
  • yellow value is 36.69%
  • key color value is 45.49%
CMYK:
(73,0,37,45)
C73M0Y37K45 
(73%,0%,37%,45%)
(0.73/0.00/0.37/0.45)	

CMYK percentages

%73.38
%0
%36.69
%45.49

Codes

Color #258B58 in popluar color models

258B58
RGB3713988
HSL150°57.95%34.51%
HSB/HSV150°73.38%54.51%
CMYK73.38%0.00%36.69%
45.49%

Color #258B58 in popluar number systems.

HEX258B58
Decimal3713988
Binary100101100010111011000
Octal45213130

Shades and tints

Shades of #258B58

#258B58
(37,139,88)
#227F50
(34,127,80)
#1F7348
(31,115,72)
#1C6740
(28,103,64)
#195B38
(25,91,56)
#164F30
(22,79,48)
#134328
(19,67,40)
#103720
(16,55,32)
#0D2B18
(13,43,24)
#0A1F10
(10,31,16)
#071308
(7,19,8)
#000000
(0,0,0)

Tints of #258B58

#258B58
(37,139,88)
#389567
(56,149,103)
#4B9F76
(75,159,118)
#5EA985
(94,169,133)
#71B394
(113,179,148)
#84BDA3
(132,189,163)
#97C7B2
(151,199,178)
#AAD1C1
(170,209,193)
#BDDBD0
(189,219,208)
#D0E5DF
(208,229,223)
#E3EFEE
(227,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #258B58 color. Also use rgb(37,139,88) instead hex code.

Text Font Color

.myTextColor { color: #258B58; }

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

This text font color is #258B58.


Background Color

.myBgColor { background-color: #258B58; }

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

This div background color is #258B58.


Border color

.myBorderColor { border: 1px solid #258B58; }

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

This div border color is #258B58.


Opacity

.myOpacity80 { color: #258B58; opacity: 0.8; }

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

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

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

This text has shadow with #258B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #258B58 on black background.


Color preview on white background

This text has color #258B58 on white background.



Black color preview on #258B58 background

This text has black color on #258B58 background.


White color preview on #258B58 background

This text has white color on #258B58 background.