COLOR #258E79

HEX: #258E79
RGB: (37,142,121)

Color info

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

RGB color model

#258E79 color RGB value is (37,142,121).

  • red value is 37;
  • green value is 142;
  • blue value is 121.
RGB:
(37,142,121)
(15%,56%,47%)

RGB channels and saturation

R 37 of 255 = 15%
G 142 of 255 = 56%
B 121 of 255 = 47%

37
142
121

R + G + B ~ 39%. #258E79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 142 + 121 = 300 (100%)
R 37 of 300 ~ 12.33%
G 142 of 300 ~ 47.33%
B 121 of 300 ~ 40.33%

%12.33
%47.33
%40.33

CMYK color model

#258E79 color CMYK value is (74,0,15,44).

  • cyan value is 73.94%
  • magenta value is 0.00%
  • yellow value is 14.79%
  • key color value is 44.31%
CMYK:
(74,0,15,44)
C74M0Y15K44 
(74%,0%,15%,44%)
(0.74/0.00/0.15/0.44)	

CMYK percentages

%73.94
%0
%14.79
%44.31

Codes

Color #258E79 in popluar color models

258E79
RGB37142121
HSL168°58.66%35.10%
HSB/HSV168°73.94%55.69%
CMYK73.94%0.00%14.79%
44.31%

Color #258E79 in popluar number systems.

HEX258E79
Decimal37142121
Binary100101100011101111001
Octal45216171

Shades and tints

Shades of #258E79

#258E79
(37,142,121)
#22826E
(34,130,110)
#1F7663
(31,118,99)
#1C6A58
(28,106,88)
#195E4D
(25,94,77)
#165242
(22,82,66)
#134637
(19,70,55)
#103A2C
(16,58,44)
#0D2E21
(13,46,33)
#0A2216
(10,34,22)
#07160B
(7,22,11)
#000000
(0,0,0)

Tints of #258E79

#258E79
(37,142,121)
#389885
(56,152,133)
#4BA291
(75,162,145)
#5EAC9D
(94,172,157)
#71B6A9
(113,182,169)
#84C0B5
(132,192,181)
#97CAC1
(151,202,193)
#AAD4CD
(170,212,205)
#BDDED9
(189,222,217)
#D0E8E5
(208,232,229)
#E3F2F1
(227,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #258E79 color. Also use rgb(37,142,121) instead hex code.

Text Font Color

.myTextColor { color: #258E79; }

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

This text font color is #258E79.


Background Color

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

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

This div background color is #258E79.


Border color

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

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

This div border color is #258E79.


Opacity

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

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

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

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

This text has shadow with #258E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #258E79 on black background.


Color preview on white background

This text has color #258E79 on white background.



Black color preview on #258E79 background

This text has black color on #258E79 background.


White color preview on #258E79 background

This text has white color on #258E79 background.