COLOR #257A59

HEX: #257A59
RGB: (37,122,89)

Color info

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

RGB color model

#257A59 color RGB value is (37,122,89).

  • red value is 37;
  • green value is 122;
  • blue value is 89.
RGB:
(37,122,89)
(15%,48%,35%)

RGB channels and saturation

R 37 of 255 = 15%
G 122 of 255 = 48%
B 89 of 255 = 35%

37
122
89

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

Portions of RGB colors in percentages

R + G + B =
37 + 122 + 89 = 248 (100%)
R 37 of 248 ~ 14.92%
G 122 of 248 ~ 49.19%
B 89 of 248 ~ 35.89%

%14.92
%49.19
%35.89

CMYK color model

#257A59 color CMYK value is (70,0,27,52).

  • cyan value is 69.67%
  • magenta value is 0.00%
  • yellow value is 27.05%
  • key color value is 52.16%
CMYK:
(70,0,27,52)
C70M0Y27K52 
(70%,0%,27%,52%)
(0.70/0.00/0.27/0.52)	

CMYK percentages

%69.67
%0
%27.05
%52.16

Codes

Color #257A59 in popluar color models

257A59
RGB3712289
HSL157°53.46%31.18%
HSB/HSV157°69.67%47.84%
CMYK69.67%0.00%27.05%
52.16%

Color #257A59 in popluar number systems.

HEX257A59
Decimal3712289
Binary10010111110101011001
Octal45172131

Shades and tints

Shades of #257A59

#257A59
(37,122,89)
#226F51
(34,111,81)
#1F6449
(31,100,73)
#1C5941
(28,89,65)
#194E39
(25,78,57)
#164331
(22,67,49)
#133829
(19,56,41)
#102D21
(16,45,33)
#0D2219
(13,34,25)
#0A1711
(10,23,17)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #257A59

#257A59
(37,122,89)
#388668
(56,134,104)
#4B9277
(75,146,119)
#5E9E86
(94,158,134)
#71AA95
(113,170,149)
#84B6A4
(132,182,164)
#97C2B3
(151,194,179)
#AACEC2
(170,206,194)
#BDDAD1
(189,218,209)
#D0E6E0
(208,230,224)
#E3F2EF
(227,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #257A59 color. Also use rgb(37,122,89) instead hex code.

Text Font Color

.myTextColor { color: #257A59; }

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

This text font color is #257A59.


Background Color

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

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

This div background color is #257A59.


Border color

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

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

This div border color is #257A59.


Opacity

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

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

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

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

This text has shadow with #257A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #257A59 on black background.


Color preview on white background

This text has color #257A59 on white background.



Black color preview on #257A59 background

This text has black color on #257A59 background.


White color preview on #257A59 background

This text has white color on #257A59 background.