COLOR #257180

HEX: #257180
RGB: (37,113,128)

Color info

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

RGB color model

#257180 color RGB value is (37,113,128).

  • red value is 37;
  • green value is 113;
  • blue value is 128.
RGB:
(37,113,128)
(15%,44%,50%)

RGB channels and saturation

R 37 of 255 = 15%
G 113 of 255 = 44%
B 128 of 255 = 50%

37
113
128

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

Portions of RGB colors in percentages

R + G + B =
37 + 113 + 128 = 278 (100%)
R 37 of 278 ~ 13.31%
G 113 of 278 ~ 40.65%
B 128 of 278 ~ 46.04%

%13.31
%40.65
%46.04

CMYK color model

#257180 color CMYK value is (71,12,0,50).

  • cyan value is 71.09%
  • magenta value is 11.72%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(71,12,0,50)
C71M12Y0K50 
(71%,12%,0%,50%)
(0.71/0.12/0.00/0.50)	

CMYK percentages

%71.09
%11.72
%0
%49.8

Codes

Color #257180 in popluar color models

257180
RGB37113128
HSL190°55.15%32.35%
HSB/HSV190°71.09%50.20%
CMYK71.09%11.72%0.00%
49.80%

Color #257180 in popluar number systems.

HEX257180
Decimal37113128
Binary100101111000110000000
Octal45161200

Shades and tints

Shades of #257180

#257180
(37,113,128)
#226775
(34,103,117)
#1F5D6A
(31,93,106)
#1C535F
(28,83,95)
#194954
(25,73,84)
#163F49
(22,63,73)
#13353E
(19,53,62)
#102B33
(16,43,51)
#0D2128
(13,33,40)
#0A171D
(10,23,29)
#070D12
(7,13,18)
#000000
(0,0,0)

Tints of #257180

#257180
(37,113,128)
#387D8B
(56,125,139)
#4B8996
(75,137,150)
#5E95A1
(94,149,161)
#71A1AC
(113,161,172)
#84ADB7
(132,173,183)
#97B9C2
(151,185,194)
#AAC5CD
(170,197,205)
#BDD1D8
(189,209,216)
#D0DDE3
(208,221,227)
#E3E9EE
(227,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #257180; }

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

This text font color is #257180.


Background Color

.myBgColor { background-color: #257180; }

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

This div background color is #257180.


Border color

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

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

This div border color is #257180.


Opacity

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

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

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

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

This text has shadow with #257180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #257180 on black background.


Color preview on white background

This text has color #257180 on white background.



Black color preview on #257180 background

This text has black color on #257180 background.


White color preview on #257180 background

This text has white color on #257180 background.