COLOR #256470

HEX: #256470
RGB: (37,100,112)

Color info

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

RGB color model

#256470 color RGB value is (37,100,112).

  • red value is 37;
  • green value is 100;
  • blue value is 112.
RGB:
(37,100,112)
(15%,39%,44%)

RGB channels and saturation

R 37 of 255 = 15%
G 100 of 255 = 39%
B 112 of 255 = 44%

37
100
112

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

Portions of RGB colors in percentages

R + G + B =
37 + 100 + 112 = 249 (100%)
R 37 of 249 ~ 14.86%
G 100 of 249 ~ 40.16%
B 112 of 249 ~ 44.98%

%14.86
%40.16
%44.98

CMYK color model

#256470 color CMYK value is (67,11,0,56).

  • cyan value is 66.96%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(67,11,0,56)
C67M11Y0K56 
(67%,11%,0%,56%)
(0.67/0.11/0.00/0.56)	

CMYK percentages

%66.96
%10.71
%0
%56.08

Codes

Color #256470 in popluar color models

256470
RGB37100112
HSL190°50.34%29.22%
HSB/HSV190°66.96%43.92%
CMYK66.96%10.71%0.00%
56.08%

Color #256470 in popluar number systems.

HEX256470
Decimal37100112
Binary10010111001001110000
Octal45144160

Shades and tints

Shades of #256470

#256470
(37,100,112)
#225B66
(34,91,102)
#1F525C
(31,82,92)
#1C4952
(28,73,82)
#194048
(25,64,72)
#16373E
(22,55,62)
#132E34
(19,46,52)
#10252A
(16,37,42)
#0D1C20
(13,28,32)
#0A1316
(10,19,22)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #256470

#256470
(37,100,112)
#38727D
(56,114,125)
#4B808A
(75,128,138)
#5E8E97
(94,142,151)
#719CA4
(113,156,164)
#84AAB1
(132,170,177)
#97B8BE
(151,184,190)
#AAC6CB
(170,198,203)
#BDD4D8
(189,212,216)
#D0E2E5
(208,226,229)
#E3F0F2
(227,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256470 color. Also use rgb(37,100,112) instead hex code.

Text Font Color

.myTextColor { color: #256470; }

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

This text font color is #256470.


Background Color

.myBgColor { background-color: #256470; }

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

This div background color is #256470.


Border color

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

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

This div border color is #256470.


Opacity

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

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

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

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

This text has shadow with #256470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256470 on black background.


Color preview on white background

This text has color #256470 on white background.



Black color preview on #256470 background

This text has black color on #256470 background.


White color preview on #256470 background

This text has white color on #256470 background.