COLOR #256268

HEX: #256268
RGB: (37,98,104)

Color info

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

RGB color model

#256268 color RGB value is (37,98,104).

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

RGB channels and saturation

R 37 of 255 = 15%
G 98 of 255 = 38%
B 104 of 255 = 41%

37
98
104

R + G + B ~ 31%. #256268 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 98 + 104 = 239 (100%)
R 37 of 239 ~ 15.48%
G 98 of 239 ~ 41%
B 104 of 239 ~ 43.51%

%15.48
%41
%43.51

CMYK color model

#256268 color CMYK value is (64,6,0,59).

  • cyan value is 64.42%
  • magenta value is 5.77%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(64,6,0,59)
C64M6Y0K59 
(64%,6%,0%,59%)
(0.64/0.06/0.00/0.59)	

CMYK percentages

%64.42
%5.77
%0
%59.22

Codes

Color #256268 in popluar color models

256268
RGB3798104
HSL185°47.52%27.65%
HSB/HSV185°64.42%40.78%
CMYK64.42%5.77%0.00%
59.22%

Color #256268 in popluar number systems.

HEX256268
Decimal3798104
Binary10010111000101101000
Octal45142150

Shades and tints

Shades of #256268

#256268
(37,98,104)
#225A5F
(34,90,95)
#1F5256
(31,82,86)
#1C4A4D
(28,74,77)
#194244
(25,66,68)
#163A3B
(22,58,59)
#133232
(19,50,50)
#102A29
(16,42,41)
#0D2220
(13,34,32)
#0A1A17
(10,26,23)
#07120E
(7,18,14)
#000000
(0,0,0)

Tints of #256268

#256268
(37,98,104)
#387075
(56,112,117)
#4B7E82
(75,126,130)
#5E8C8F
(94,140,143)
#719A9C
(113,154,156)
#84A8A9
(132,168,169)
#97B6B6
(151,182,182)
#AAC4C3
(170,196,195)
#BDD2D0
(189,210,208)
#D0E0DD
(208,224,221)
#E3EEEA
(227,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #256268; }

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

This text font color is #256268.


Background Color

.myBgColor { background-color: #256268; }

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

This div background color is #256268.


Border color

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

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

This div border color is #256268.


Opacity

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

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

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

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

This text has shadow with #256268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256268 on black background.


Color preview on white background

This text has color #256268 on white background.



Black color preview on #256268 background

This text has black color on #256268 background.


White color preview on #256268 background

This text has white color on #256268 background.