COLOR #257876

HEX: #257876
RGB: (37,120,118)

Color info

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

RGB color model

#257876 color RGB value is (37,120,118).

  • red value is 37;
  • green value is 120;
  • blue value is 118.
RGB:
(37,120,118)
(15%,47%,46%)

RGB channels and saturation

R 37 of 255 = 15%
G 120 of 255 = 47%
B 118 of 255 = 46%

37
120
118

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

Portions of RGB colors in percentages

R + G + B =
37 + 120 + 118 = 275 (100%)
R 37 of 275 ~ 13.45%
G 120 of 275 ~ 43.64%
B 118 of 275 ~ 42.91%

%13.45
%43.64
%42.91

CMYK color model

#257876 color CMYK value is (69,0,2,53).

  • cyan value is 69.17%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 52.94%
CMYK:
(69,0,2,53)
C69M0Y2K53 
(69%,0%,2%,53%)
(0.69/0.00/0.02/0.53)	

CMYK percentages

%69.17
%0
%1.67
%52.94

Codes

Color #257876 in popluar color models

257876
RGB37120118
HSL179°52.87%30.78%
HSB/HSV179°69.17%47.06%
CMYK69.17%0.00%1.67%
52.94%

Color #257876 in popluar number systems.

HEX257876
Decimal37120118
Binary10010111110001110110
Octal45170166

Shades and tints

Shades of #257876

#257876
(37,120,118)
#226E6C
(34,110,108)
#1F6462
(31,100,98)
#1C5A58
(28,90,88)
#19504E
(25,80,78)
#164644
(22,70,68)
#133C3A
(19,60,58)
#103230
(16,50,48)
#0D2826
(13,40,38)
#0A1E1C
(10,30,28)
#071412
(7,20,18)
#000000
(0,0,0)

Tints of #257876

#257876
(37,120,118)
#388482
(56,132,130)
#4B908E
(75,144,142)
#5E9C9A
(94,156,154)
#71A8A6
(113,168,166)
#84B4B2
(132,180,178)
#97C0BE
(151,192,190)
#AACCCA
(170,204,202)
#BDD8D6
(189,216,214)
#D0E4E2
(208,228,226)
#E3F0EE
(227,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #257876 color. Also use rgb(37,120,118) instead hex code.

Text Font Color

.myTextColor { color: #257876; }

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

This text font color is #257876.


Background Color

.myBgColor { background-color: #257876; }

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

This div background color is #257876.


Border color

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

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

This div border color is #257876.


Opacity

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

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

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

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

This text has shadow with #257876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #257876 on black background.


Color preview on white background

This text has color #257876 on white background.



Black color preview on #257876 background

This text has black color on #257876 background.


White color preview on #257876 background

This text has white color on #257876 background.