COLOR #257B6C

HEX: #257B6C
RGB: (37,123,108)

Color info

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

RGB color model

#257B6C color RGB value is (37,123,108).

  • red value is 37;
  • green value is 123;
  • blue value is 108.
RGB:
(37,123,108)
(15%,48%,42%)

RGB channels and saturation

R 37 of 255 = 15%
G 123 of 255 = 48%
B 108 of 255 = 42%

37
123
108

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

Portions of RGB colors in percentages

R + G + B =
37 + 123 + 108 = 268 (100%)
R 37 of 268 ~ 13.81%
G 123 of 268 ~ 45.9%
B 108 of 268 ~ 40.3%

%13.81
%45.9
%40.3

CMYK color model

#257B6C color CMYK value is (70,0,12,52).

  • cyan value is 69.92%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 51.76%
CMYK:
(70,0,12,52)
C70M0Y12K52 
(70%,0%,12%,52%)
(0.70/0.00/0.12/0.52)	

CMYK percentages

%69.92
%0
%12.2
%51.76

Codes

Color #257B6C in popluar color models

257B6C
RGB37123108
HSL170°53.75%31.37%
HSB/HSV170°69.92%48.24%
CMYK69.92%0.00%12.20%
51.76%

Color #257B6C in popluar number systems.

HEX257B6C
Decimal37123108
Binary10010111110111101100
Octal45173154

Shades and tints

Shades of #257B6C

#257B6C
(37,123,108)
#227063
(34,112,99)
#1F655A
(31,101,90)
#1C5A51
(28,90,81)
#194F48
(25,79,72)
#16443F
(22,68,63)
#133936
(19,57,54)
#102E2D
(16,46,45)
#0D2324
(13,35,36)
#0A181B
(10,24,27)
#070D12
(7,13,18)
#000000
(0,0,0)

Tints of #257B6C

#257B6C
(37,123,108)
#388779
(56,135,121)
#4B9386
(75,147,134)
#5E9F93
(94,159,147)
#71ABA0
(113,171,160)
#84B7AD
(132,183,173)
#97C3BA
(151,195,186)
#AACFC7
(170,207,199)
#BDDBD4
(189,219,212)
#D0E7E1
(208,231,225)
#E3F3EE
(227,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #257B6C color. Also use rgb(37,123,108) instead hex code.

Text Font Color

.myTextColor { color: #257B6C; }

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

This text font color is #257B6C.


Background Color

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

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

This div background color is #257B6C.


Border color

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

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

This div border color is #257B6C.


Opacity

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

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

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

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

This text has shadow with #257B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #257B6C on black background.


Color preview on white background

This text has color #257B6C on white background.



Black color preview on #257B6C background

This text has black color on #257B6C background.


White color preview on #257B6C background

This text has white color on #257B6C background.