COLOR #257971

HEX: #257971 RGB: (37,121,113)

Color info

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

RGB color model

#257971 color RGB value is (37,121,113).

RGB: (37,121,113) (15%, 47%, 44%)

RGB channels and saturation

R 37 of 255 = 15%
G 121 of 255 = 47%
B 113 of 255 = 44%

37
121
113

R + G + B ~ 35%. #257971 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 121 + 113 = 271 (100%)
R 37 of 271 ~ 13.65%
G 121 of 271 ~ 44.65%
B 113 of 271 ~ 41.7'%

%13.65
%44.65
%41.7

CMYK color model

#257971 color CMYK value is (69,0,7,53).

  • cyan value is 69.42%
  • magenta value is 0.00%
  • yellow value is 6.61%
  • key color value is 52.55%
CMYK: (69,0,7,53) C69M0Y7K53 (69%,0%,7%,53%) (0.69/0.00/0.07/0.53) 

CMYK percentages

%69.42
%0
%6.61
%52.55

Codes

Color #257971 in popluar color models

25 79 71
RGB 37 121 113
HSL 174° 53.16% 30.98%
HSB/HSV 174° 69.42% 47.45%
CMYK 69.42% 0.00% 6.61%
52.55%

Color #257971 in popluar number systems.

HEX 25 79 71
Decimal 37 121 113
Binary 100101 1111001 1110001
Octal 45 171 161

Shades and tints

Shades of #257971

#257971
(37,121,113)
#226E67
(34,110,103)
#1F635D
(31,99,93)
#1C5853
(28,88,83)
#194D49
(25,77,73)
#16423F
(22,66,63)
#133735
(19,55,53)
#102C2B
(16,44,43)
#0D2121
(13,33,33)
#0A1617
(10,22,23)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #257971

#257971
(37,121,113)
#38857D
(56,133,125)
#4B9189
(75,145,137)
#5E9D95
(94,157,149)
#71A9A1
(113,169,161)
#84B5AD
(132,181,173)
#97C1B9
(151,193,185)
#AACDC5
(170,205,197)
#BDD9D1
(189,217,209)
#D0E5DD
(208,229,221)
#E3F1E9
(227,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #257971; }

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

This text font color is #257971.

Background Color

.myBgColor { background-color: #257971; }

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

This div background color is #257971.

Border color

.myBorderColor { border: 1px solid #257971; }

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

This div border color is #257971.

Opacity

.myOpacity80 { color: #257971; opacity: 0.8; }

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

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

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

This text has shadow with #257971 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #257971.

Preview

Color preview on black background

This text has color #257971 on black background.


Color preview on white background

This text has color #257971 on white background.


Black color preview on #257971 background

This text has black color on #257971 background.


White color preview on #257971 background

This text has white color on #257971 background.


Related colors

Complementary color

Complementary color for #hex is #DA868E.


I love getcolorcode.com

Triadic colors

1 #712579 and #797125 with #257971 are triadic colors.

2 #717925 and #792571 with #257971 are triadic colors.