COLOR #257D6E

HEX: #257D6E
RGB: (37,125,110)

Color info

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

RGB color model

#257D6E color RGB value is (37,125,110).

  • red value is 37;
  • green value is 125;
  • blue value is 110.
RGB:
(37,125,110)
(15%,49%,43%)

RGB channels and saturation

R 37 of 255 = 15%
G 125 of 255 = 49%
B 110 of 255 = 43%

37
125
110

R + G + B ~ 36%. #257D6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 125 + 110 = 272 (100%)
R 37 of 272 ~ 13.6%
G 125 of 272 ~ 45.96%
B 110 of 272 ~ 40.44%

%13.6
%45.96
%40.44

CMYK color model

#257D6E color CMYK value is (70,0,12,51).

  • cyan value is 70.40%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 50.98%
CMYK:
(70,0,12,51)
C70M0Y12K51 
(70%,0%,12%,51%)
(0.70/0.00/0.12/0.51)	

CMYK percentages

%70.4
%0
%12
%50.98

Codes

Color #257D6E in popluar color models

257D6E
RGB37125110
HSL170°54.32%31.76%
HSB/HSV170°70.40%49.02%
CMYK70.40%0.00%12.00%
50.98%

Color #257D6E in popluar number systems.

HEX257D6E
Decimal37125110
Binary10010111111011101110
Octal45175156

Shades and tints

Shades of #257D6E

#257D6E
(37,125,110)
#227264
(34,114,100)
#1F675A
(31,103,90)
#1C5C50
(28,92,80)
#195146
(25,81,70)
#16463C
(22,70,60)
#133B32
(19,59,50)
#103028
(16,48,40)
#0D251E
(13,37,30)
#0A1A14
(10,26,20)
#070F0A
(7,15,10)
#000000
(0,0,0)

Tints of #257D6E

#257D6E
(37,125,110)
#38887B
(56,136,123)
#4B9388
(75,147,136)
#5E9E95
(94,158,149)
#71A9A2
(113,169,162)
#84B4AF
(132,180,175)
#97BFBC
(151,191,188)
#AACAC9
(170,202,201)
#BDD5D6
(189,213,214)
#D0E0E3
(208,224,227)
#E3EBF0
(227,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #257D6E color. Also use rgb(37,125,110) instead hex code.

Text Font Color

.myTextColor { color: #257D6E; }

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

This text font color is #257D6E.


Background Color

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

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

This div background color is #257D6E.


Border color

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

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

This div border color is #257D6E.


Opacity

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

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

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

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

This text has shadow with #257D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #257D6E on black background.


Color preview on white background

This text has color #257D6E on white background.



Black color preview on #257D6E background

This text has black color on #257D6E background.


White color preview on #257D6E background

This text has white color on #257D6E background.