COLOR #257F58

HEX: #257F58 RGB: (37,127,88)

Color info

#257F58 contains mainly green and blue colors. Web safe color of #257F58 is #336666 (or #366).

RGB color model

#257F58 color RGB value is (37,127,88).

RGB: (37,127,88) (15%, 50%, 35%)

RGB channels and saturation

R 37 of 255 = 15%
G 127 of 255 = 50%
B 88 of 255 = 35%

37
127
88

R + G + B ~ 33%. #257F58 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 127 + 88 = 252 (100%)
R 37 of 252 ~ 14.68%
G 127 of 252 ~ 50.4%
B 88 of 252 ~ 34.92'%

%14.68
%50.4
%34.92

CMYK color model

#257F58 color CMYK value is (71,0,31,50).

  • cyan value is 70.87%
  • magenta value is 0.00%
  • yellow value is 30.71%
  • key color value is 50.20%

CMYK: (71,0,31,50)
C71M0Y31K50 (71%, 0%, 31%, 50%)
(0.71 / 0.00 / 0.31 / 0.50)

CMYK percentages

%70.87
%0
%30.71
%50.2

Codes

Color #257F58 in popluar color models

25 7F 58
RGB 37 127 88
HSL 154° 54.88% 32.16%
HSB/HSV 154° 70.87% 49.80%
CMYK 70.87% 0.00% 30.71%
50.20%

Color #257F58 in popluar number systems.

HEX 25 7F 58
Decimal 37 127 88
Binary 100101 1111111 1011000
Octal 45 177 130

Shades and tints

Shades of #257F58

#257F58
(37,127,88)
#227450
(34,116,80)
#1F6948
(31,105,72)
#1C5E40
(28,94,64)
#195338
(25,83,56)
#164830
(22,72,48)
#133D28
(19,61,40)
#103220
(16,50,32)
#0D2718
(13,39,24)
#0A1C10
(10,28,16)
#071108
(7,17,8)
#000000
(0,0,0)

Tints of #257F58

#257F58
(37,127,88)
#388A67
(56,138,103)
#4B9576
(75,149,118)
#5EA085
(94,160,133)
#71AB94
(113,171,148)
#84B6A3
(132,182,163)
#97C1B2
(151,193,178)
#AACCC1
(170,204,193)
#BDD7D0
(189,215,208)
#D0E2DF
(208,226,223)
#E3EDEE
(227,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #257F58 color. Also use rgb(37,127,88) instead hex code.

Text Font Color

.myTextColor { color: #257F58; }

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

This text font color is #257F58.

Background Color

.myBgColor { background-color: #257F58; }

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

This div background color is #257F58.

Border color

.myBorderColor { border: 1px solid #257F58; }

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

This div border color is #257F58.

Opacity

.myOpacity80 { color: #257F58; opacity: 0.8; }

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

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

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

This text has shadow with #257F58 color.


.textShadow {text-shadow: 3px 3px 1px #257F58', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #257F58; -webkit-box-shadow: 1px 1px 3px 2px #257F58; box-shadow:1px 1px 3px 2px #257F58;">
Div content here
</div>

This div box has shadow with color #257F58.

Preview

Color preview on black background

This text has color #257F58 on black background.


Color preview on white background

This text has color #257F58 on white background.


Black color preview on #257F58 background

This text has black color on #257F58 background.


White color preview on #257F58 background

This text has white color on #257F58 background.


Related colors

Complementary color

Complementary color for #hex is #DA80A7.


I love getcolorcode.com

Triadic colors

1 #58257F and #7F5825 with #257F58 are triadic colors.

2 #587F25 and #7F2558 with #257F58 are triadic colors.