COLOR #256F57

HEX: #256F57 RGB: (37,111,87)

Color info

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

RGB color model

#256F57 color RGB value is (37,111,87).

RGB: (37,111,87) (15%, 44%, 34%)

RGB channels and saturation

R 37 of 255 = 15%
G 111 of 255 = 44%
B 87 of 255 = 34%

37
111
87

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

Portions of RGB colors in percentages

R + G + B = 37 + 111 + 87 = 235 (100%)
R 37 of 235 ~ 15.74%
G 111 of 235 ~ 47.23%
B 87 of 235 ~ 37.02'%

%15.74
%47.23
%37.02

CMYK color model

#256F57 color CMYK value is (67,0,22,56).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 56.47%

CMYK: (67,0,22,56)
C67M0Y22K56 (67%, 0%, 22%, 56%)
(0.67 / 0.00 / 0.22 / 0.56)

CMYK percentages

%66.67
%0
%21.62
%56.47

Codes

Color #256F57 in popluar color models

25 6F 57
RGB 37 111 87
HSL 161° 50.00% 29.02%
HSB/HSV 161° 66.67% 43.53%
CMYK 66.67% 0.00% 21.62%
56.47%

Color #256F57 in popluar number systems.

HEX 25 6F 57
Decimal 37 111 87
Binary 100101 1101111 1010111
Octal 45 157 127

Shades and tints

Shades of #256F57

#256F57
(37,111,87)
#226550
(34,101,80)
#1F5B49
(31,91,73)
#1C5142
(28,81,66)
#19473B
(25,71,59)
#163D34
(22,61,52)
#13332D
(19,51,45)
#102926
(16,41,38)
#0D1F1F
(13,31,31)
#0A1518
(10,21,24)
#070B11
(7,11,17)
#000000
(0,0,0)

Tints of #256F57

#256F57
(37,111,87)
#387C66
(56,124,102)
#4B8975
(75,137,117)
#5E9684
(94,150,132)
#71A393
(113,163,147)
#84B0A2
(132,176,162)
#97BDB1
(151,189,177)
#AACAC0
(170,202,192)
#BDD7CF
(189,215,207)
#D0E4DE
(208,228,222)
#E3F1ED
(227,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256F57 color. Also use rgb(37,111,87) instead hex code.

Text Font Color

.myTextColor { color: #256F57; }

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

This text font color is #256F57.

Background Color

.myBgColor { background-color: #256F57; }

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

This div background color is #256F57.

Border color

.myBorderColor { border: 1px solid #256F57; }

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

This div border color is #256F57.

Opacity

.myOpacity80 { color: #256F57; opacity: 0.8; }

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

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

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

This text has shadow with #256F57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #256F57.

Preview

Color preview on black background

This text has color #256F57 on black background.


Color preview on white background

This text has color #256F57 on white background.


Black color preview on #256F57 background

This text has black color on #256F57 background.


White color preview on #256F57 background

This text has white color on #256F57 background.


Related colors

Complementary color

Complementary color for #hex is #DA90A8.


I love getcolorcode.com

Triadic colors

1 #57256F and #6F5725 with #256F57 are triadic colors.

2 #576F25 and #6F2557 with #256F57 are triadic colors.