COLOR #256166

HEX: #256166
RGB: (37,97,102)

Color info

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

RGB color model

#256166 color RGB value is (37,97,102).

  • red value is 37;
  • green value is 97;
  • blue value is 102.
RGB:
(37,97,102)
(15%,38%,40%)

RGB channels and saturation

R 37 of 255 = 15%
G 97 of 255 = 38%
B 102 of 255 = 40%

37
97
102

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

Portions of RGB colors in percentages

R + G + B =
37 + 97 + 102 = 236 (100%)
R 37 of 236 ~ 15.68%
G 97 of 236 ~ 41.1%
B 102 of 236 ~ 43.22%

%15.68
%41.1
%43.22

CMYK color model

#256166 color CMYK value is (64,5,0,60).

  • cyan value is 63.73%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(64,5,0,60)
C64M5Y0K60 
(64%,5%,0%,60%)
(0.64/0.05/0.00/0.60)	

CMYK percentages

%63.73
%4.9
%0
%60

Codes

Color #256166 in popluar color models

256166
RGB3797102
HSL185°46.76%27.25%
HSB/HSV185°63.73%40.00%
CMYK63.73%4.90%0.00%
60.00%

Color #256166 in popluar number systems.

HEX256166
Decimal3797102
Binary10010111000011100110
Octal45141146

Shades and tints

Shades of #256166

#256166
(37,97,102)
#22595D
(34,89,93)
#1F5154
(31,81,84)
#1C494B
(28,73,75)
#194142
(25,65,66)
#163939
(22,57,57)
#133130
(19,49,48)
#102927
(16,41,39)
#0D211E
(13,33,30)
#0A1915
(10,25,21)
#07110C
(7,17,12)
#000000
(0,0,0)

Tints of #256166

#256166
(37,97,102)
#386F73
(56,111,115)
#4B7D80
(75,125,128)
#5E8B8D
(94,139,141)
#71999A
(113,153,154)
#84A7A7
(132,167,167)
#97B5B4
(151,181,180)
#AAC3C1
(170,195,193)
#BDD1CE
(189,209,206)
#D0DFDB
(208,223,219)
#E3EDE8
(227,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256166 color. Also use rgb(37,97,102) instead hex code.

Text Font Color

.myTextColor { color: #256166; }

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

This text font color is #256166.


Background Color

.myBgColor { background-color: #256166; }

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

This div background color is #256166.


Border color

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

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

This div border color is #256166.


Opacity

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

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

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

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

This text has shadow with #256166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256166 on black background.


Color preview on white background

This text has color #256166 on white background.



Black color preview on #256166 background

This text has black color on #256166 background.


White color preview on #256166 background

This text has white color on #256166 background.