COLOR #256964

HEX: #256964 RGB: (37,105,100)

Color info

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

RGB color model

#256964 color RGB value is (37,105,100).

RGB: (37,105,100) (15%, 41%, 39%)

RGB channels and saturation

R 37 of 255 = 15%
G 105 of 255 = 41%
B 100 of 255 = 39%

37
105
100

R + G + B ~ 32%. #256964 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 105 + 100 = 242 (100%)
R 37 of 242 ~ 15.29%
G 105 of 242 ~ 43.39%
B 100 of 242 ~ 41.32'%

%15.29
%43.39
%41.32

CMYK color model

#256964 color CMYK value is (65,0,5,59).

  • cyan value is 64.76%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 58.82%

CMYK: (65,0,5,59)
C65M0Y5K59 (65%, 0%, 5%, 59%)
(0.65 / 0.00 / 0.05 / 0.59)

CMYK percentages

%64.76
%0
%4.76
%58.82

Codes

Color #256964 in popluar color models

25 69 64
RGB 37 105 100
HSL 176° 47.89% 27.84%
HSB/HSV 176° 64.76% 41.18%
CMYK 64.76% 0.00% 4.76%
58.82%

Color #256964 in popluar number systems.

HEX 25 69 64
Decimal 37 105 100
Binary 100101 1101001 1100100
Octal 45 151 144

Shades and tints

Shades of #256964

#256964
(37,105,100)
#22605B
(34,96,91)
#1F5752
(31,87,82)
#1C4E49
(28,78,73)
#194540
(25,69,64)
#163C37
(22,60,55)
#13332E
(19,51,46)
#102A25
(16,42,37)
#0D211C
(13,33,28)
#0A1813
(10,24,19)
#070F0A
(7,15,10)
#000000
(0,0,0)

Tints of #256964

#256964
(37,105,100)
#387672
(56,118,114)
#4B8380
(75,131,128)
#5E908E
(94,144,142)
#719D9C
(113,157,156)
#84AAAA
(132,170,170)
#97B7B8
(151,183,184)
#AAC4C6
(170,196,198)
#BDD1D4
(189,209,212)
#D0DEE2
(208,222,226)
#E3EBF0
(227,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #256964; }

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

This text font color is #256964.

Background Color

.myBgColor { background-color: #256964; }

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

This div background color is #256964.

Border color

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

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

This div border color is #256964.

Opacity

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

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

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

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

This text has shadow with #256964 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #256964.

Preview

Color preview on black background

This text has color #256964 on black background.


Color preview on white background

This text has color #256964 on white background.


Black color preview on #256964 background

This text has black color on #256964 background.


White color preview on #256964 background

This text has white color on #256964 background.


Related colors

Complementary color

Complementary color for #hex is #DA969B.


I love getcolorcode.com

Triadic colors

1 #642569 and #696425 with #256964 are triadic colors.

2 #646925 and #692564 with #256964 are triadic colors.