COLOR #256861

HEX: #256861 RGB: (37,104,97)

Color info

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

RGB color model

#256861 color RGB value is (37,104,97).

RGB: (37,104,97) (15%, 41%, 38%)

RGB channels and saturation

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

37
104
97

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

Portions of RGB colors in percentages

R + G + B = 37 + 104 + 97 = 238 (100%)
R 37 of 238 ~ 15.55%
G 104 of 238 ~ 43.7%
B 97 of 238 ~ 40.76'%

%15.55
%43.7
%40.76

CMYK color model

#256861 color CMYK value is (64,0,7,59).

  • cyan value is 64.42%
  • magenta value is 0.00%
  • yellow value is 6.73%
  • key color value is 59.22%

CMYK: (64,0,7,59)
C64M0Y7K59 (64%, 0%, 7%, 59%)
(0.64 / 0.00 / 0.07 / 0.59)

CMYK percentages

%64.42
%0
%6.73
%59.22

Codes

Color #256861 in popluar color models

25 68 61
RGB 37 104 97
HSL 174° 47.52% 27.65%
HSB/HSV 174° 64.42% 40.78%
CMYK 64.42% 0.00% 6.73%
59.22%

Color #256861 in popluar number systems.

HEX 25 68 61
Decimal 37 104 97
Binary 100101 1101000 1100001
Octal 45 150 141

Shades and tints

Shades of #256861

#256861
(37,104,97)
#225F59
(34,95,89)
#1F5651
(31,86,81)
#1C4D49
(28,77,73)
#194441
(25,68,65)
#163B39
(22,59,57)
#133231
(19,50,49)
#102929
(16,41,41)
#0D2021
(13,32,33)
#0A1719
(10,23,25)
#070E11
(7,14,17)
#000000
(0,0,0)

Tints of #256861

#256861
(37,104,97)
#38756F
(56,117,111)
#4B827D
(75,130,125)
#5E8F8B
(94,143,139)
#719C99
(113,156,153)
#84A9A7
(132,169,167)
#97B6B5
(151,182,181)
#AAC3C3
(170,195,195)
#BDD0D1
(189,208,209)
#D0DDDF
(208,221,223)
#E3EAED
(227,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #256861; }

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

This text font color is #256861.

Background Color

.myBgColor { background-color: #256861; }

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

This div background color is #256861.

Border color

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

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

This div border color is #256861.

Opacity

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

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

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

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

This text has shadow with #256861 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #256861.

Preview

Color preview on black background

This text has color #256861 on black background.


Color preview on white background

This text has color #256861 on white background.


Black color preview on #256861 background

This text has black color on #256861 background.


White color preview on #256861 background

This text has white color on #256861 background.


Related colors

Complementary color

Complementary color for #hex is #DA979E.


I love getcolorcode.com

Triadic colors

1 #612568 and #686125 with #256861 are triadic colors.

2 #616825 and #682561 with #256861 are triadic colors.