COLOR #257375

HEX: #257375
RGB: (37,115,117)

Color info

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

RGB color model

#257375 color RGB value is (37,115,117).

  • red value is 37;
  • green value is 115;
  • blue value is 117.
RGB:
(37,115,117)
(15%,45%,46%)

RGB channels and saturation

R 37 of 255 = 15%
G 115 of 255 = 45%
B 117 of 255 = 46%

37
115
117

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

Portions of RGB colors in percentages

R + G + B =
37 + 115 + 117 = 269 (100%)
R 37 of 269 ~ 13.75%
G 115 of 269 ~ 42.75%
B 117 of 269 ~ 43.49%

%13.75
%42.75
%43.49

CMYK color model

#257375 color CMYK value is (68,2,0,54).

  • cyan value is 68.38%
  • magenta value is 1.71%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(68,2,0,54)
C68M2Y0K54 
(68%,2%,0%,54%)
(0.68/0.02/0.00/0.54)	

CMYK percentages

%68.38
%1.71
%0
%54.12

Codes

Color #257375 in popluar color models

257375
RGB37115117
HSL182°51.95%30.20%
HSB/HSV182°68.38%45.88%
CMYK68.38%1.71%0.00%
54.12%

Color #257375 in popluar number systems.

HEX257375
Decimal37115117
Binary10010111100111110101
Octal45163165

Shades and tints

Shades of #257375

#257375
(37,115,117)
#22696B
(34,105,107)
#1F5F61
(31,95,97)
#1C5557
(28,85,87)
#194B4D
(25,75,77)
#164143
(22,65,67)
#133739
(19,55,57)
#102D2F
(16,45,47)
#0D2325
(13,35,37)
#0A191B
(10,25,27)
#070F11
(7,15,17)
#000000
(0,0,0)

Tints of #257375

#257375
(37,115,117)
#387F81
(56,127,129)
#4B8B8D
(75,139,141)
#5E9799
(94,151,153)
#71A3A5
(113,163,165)
#84AFB1
(132,175,177)
#97BBBD
(151,187,189)
#AAC7C9
(170,199,201)
#BDD3D5
(189,211,213)
#D0DFE1
(208,223,225)
#E3EBED
(227,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #257375 color. Also use rgb(37,115,117) instead hex code.

Text Font Color

.myTextColor { color: #257375; }

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

This text font color is #257375.


Background Color

.myBgColor { background-color: #257375; }

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

This div background color is #257375.


Border color

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

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

This div border color is #257375.


Opacity

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

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

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

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

This text has shadow with #257375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #257375 on black background.


Color preview on white background

This text has color #257375 on white background.



Black color preview on #257375 background

This text has black color on #257375 background.


White color preview on #257375 background

This text has white color on #257375 background.