COLOR #257D7C

HEX: #257D7C RGB: (37,125,124)

Color info

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

RGB color model

#257D7C color RGB value is (37,125,124).

RGB: (37,125,124) (15%, 49%, 49%)

RGB channels and saturation

R 37 of 255 = 15%
G 125 of 255 = 49%
B 124 of 255 = 49%

37
125
124

R + G + B ~ 38%. #257D7C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 125 + 124 = 286 (100%)
R 37 of 286 ~ 12.94%
G 125 of 286 ~ 43.71%
B 124 of 286 ~ 43.36'%

%12.94
%43.71
%43.36

CMYK color model

#257D7C color CMYK value is (70,0,1,51).

  • cyan value is 70.40%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 50.98%

CMYK: (70,0,1,51)
C70M0Y1K51 (70%, 0%, 1%, 51%)
(0.70 / 0.00 / 0.01 / 0.51)

CMYK percentages

%70.4
%0
%0.8
%50.98

Codes

Color #257D7C in popluar color models

25 7D 7C
RGB 37 125 124
HSL 179° 54.32% 31.76%
HSB/HSV 179° 70.40% 49.02%
CMYK 70.40% 0.00% 0.80%
50.98%

Color #257D7C in popluar number systems.

HEX 25 7D 7C
Decimal 37 125 124
Binary 100101 1111101 1111100
Octal 45 175 174

Shades and tints

Shades of #257D7C

#257D7C
(37,125,124)
#227271
(34,114,113)
#1F6766
(31,103,102)
#1C5C5B
(28,92,91)
#195150
(25,81,80)
#164645
(22,70,69)
#133B3A
(19,59,58)
#10302F
(16,48,47)
#0D2524
(13,37,36)
#0A1A19
(10,26,25)
#070F0E
(7,15,14)
#000000
(0,0,0)

Tints of #257D7C

#257D7C
(37,125,124)
#388887
(56,136,135)
#4B9392
(75,147,146)
#5E9E9D
(94,158,157)
#71A9A8
(113,169,168)
#84B4B3
(132,180,179)
#97BFBE
(151,191,190)
#AACAC9
(170,202,201)
#BDD5D4
(189,213,212)
#D0E0DF
(208,224,223)
#E3EBEA
(227,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #257D7C; }

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

This text font color is #257D7C.

Background Color

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

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

This div background color is #257D7C.

Border color

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

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

This div border color is #257D7C.

Opacity

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

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

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

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

This text has shadow with #257D7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #257D7C.

Preview

Color preview on black background

This text has color #257D7C on black background.


Color preview on white background

This text has color #257D7C on white background.


Black color preview on #257D7C background

This text has black color on #257D7C background.


White color preview on #257D7C background

This text has white color on #257D7C background.


Related colors

Complementary color

Complementary color for #hex is #DA8283.


I love getcolorcode.com

Triadic colors

1 #7C257D and #7D7C25 with #257D7C are triadic colors.

2 #7C7D25 and #7D257C with #257D7C are triadic colors.