COLOR #256B68

HEX: #256B68
RGB: (37,107,104)

Color info

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

RGB color model

#256B68 color RGB value is (37,107,104).

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

RGB channels and saturation

R 37 of 255 = 15%
G 107 of 255 = 42%
B 104 of 255 = 41%

37
107
104

R + G + B ~ 33%. #256B68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 107 + 104 = 248 (100%)
R 37 of 248 ~ 14.92%
G 107 of 248 ~ 43.15%
B 104 of 248 ~ 41.94%

%14.92
%43.15
%41.94

CMYK color model

#256B68 color CMYK value is (65,0,3,58).

  • cyan value is 65.42%
  • magenta value is 0.00%
  • yellow value is 2.80%
  • key color value is 58.04%
CMYK:
(65,0,3,58)
C65M0Y3K58 
(65%,0%,3%,58%)
(0.65/0.00/0.03/0.58)	

CMYK percentages

%65.42
%0
%2.8
%58.04

Codes

Color #256B68 in popluar color models

256B68
RGB37107104
HSL177°48.61%28.24%
HSB/HSV177°65.42%41.96%
CMYK65.42%0.00%2.80%
58.04%

Color #256B68 in popluar number systems.

HEX256B68
Decimal37107104
Binary10010111010111101000
Octal45153150

Shades and tints

Shades of #256B68

#256B68
(37,107,104)
#22625F
(34,98,95)
#1F5956
(31,89,86)
#1C504D
(28,80,77)
#194744
(25,71,68)
#163E3B
(22,62,59)
#133532
(19,53,50)
#102C29
(16,44,41)
#0D2320
(13,35,32)
#0A1A17
(10,26,23)
#07110E
(7,17,14)
#000000
(0,0,0)

Tints of #256B68

#256B68
(37,107,104)
#387875
(56,120,117)
#4B8582
(75,133,130)
#5E928F
(94,146,143)
#719F9C
(113,159,156)
#84ACA9
(132,172,169)
#97B9B6
(151,185,182)
#AAC6C3
(170,198,195)
#BDD3D0
(189,211,208)
#D0E0DD
(208,224,221)
#E3EDEA
(227,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #256B68; }

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

This text font color is #256B68.


Background Color

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

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

This div background color is #256B68.


Border color

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

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

This div border color is #256B68.


Opacity

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

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

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

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

This text has shadow with #256B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256B68 on black background.


Color preview on white background

This text has color #256B68 on white background.



Black color preview on #256B68 background

This text has black color on #256B68 background.


White color preview on #256B68 background

This text has white color on #256B68 background.