COLOR #256B80

HEX: #256B80
RGB: (37,107,128)

Color info

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

RGB color model

#256B80 color RGB value is (37,107,128).

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

RGB channels and saturation

R 37 of 255 = 15%
G 107 of 255 = 42%
B 128 of 255 = 50%

37
107
128

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

Portions of RGB colors in percentages

R + G + B =
37 + 107 + 128 = 272 (100%)
R 37 of 272 ~ 13.6%
G 107 of 272 ~ 39.34%
B 128 of 272 ~ 47.06%

%13.6
%39.34
%47.06

CMYK color model

#256B80 color CMYK value is (71,16,0,50).

  • cyan value is 71.09%
  • magenta value is 16.41%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(71,16,0,50)
C71M16Y0K50 
(71%,16%,0%,50%)
(0.71/0.16/0.00/0.50)	

CMYK percentages

%71.09
%16.41
%0
%49.8

Codes

Color #256B80 in popluar color models

256B80
RGB37107128
HSL194°55.15%32.35%
HSB/HSV194°71.09%50.20%
CMYK71.09%16.41%0.00%
49.80%

Color #256B80 in popluar number systems.

HEX256B80
Decimal37107128
Binary100101110101110000000
Octal45153200

Shades and tints

Shades of #256B80

#256B80
(37,107,128)
#226275
(34,98,117)
#1F596A
(31,89,106)
#1C505F
(28,80,95)
#194754
(25,71,84)
#163E49
(22,62,73)
#13353E
(19,53,62)
#102C33
(16,44,51)
#0D2328
(13,35,40)
#0A1A1D
(10,26,29)
#071112
(7,17,18)
#000000
(0,0,0)

Tints of #256B80

#256B80
(37,107,128)
#38788B
(56,120,139)
#4B8596
(75,133,150)
#5E92A1
(94,146,161)
#719FAC
(113,159,172)
#84ACB7
(132,172,183)
#97B9C2
(151,185,194)
#AAC6CD
(170,198,205)
#BDD3D8
(189,211,216)
#D0E0E3
(208,224,227)
#E3EDEE
(227,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #256B80; }

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

This text font color is #256B80.


Background Color

.myBgColor { background-color: #256B80; }

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

This div background color is #256B80.


Border color

.myBorderColor { border: 1px solid #256B80; }

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

This div border color is #256B80.


Opacity

.myOpacity80 { color: #256B80; opacity: 0.8; }

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

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

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

This text has shadow with #256B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256B80 on black background.


Color preview on white background

This text has color #256B80 on white background.



Black color preview on #256B80 background

This text has black color on #256B80 background.


White color preview on #256B80 background

This text has white color on #256B80 background.