COLOR #256E62

HEX: #256E62 RGB: (37,110,98)

Color info

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

RGB color model

#256E62 color RGB value is (37,110,98).

RGB: (37,110,98) (15%, 43%, 38%)

RGB channels and saturation

R 37 of 255 = 15%
G 110 of 255 = 43%
B 98 of 255 = 38%

37
110
98

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

Portions of RGB colors in percentages

R + G + B = 37 + 110 + 98 = 245 (100%)
R 37 of 245 ~ 15.1%
G 110 of 245 ~ 44.9%
B 98 of 245 ~ 40'%

%15.1
%44.9
%40

CMYK color model

#256E62 color CMYK value is (66,0,11,57).

  • cyan value is 66.36%
  • magenta value is 0.00%
  • yellow value is 10.91%
  • key color value is 56.86%

CMYK: (66,0,11,57)
C66M0Y11K57 (66%, 0%, 11%, 57%)
(0.66 / 0.00 / 0.11 / 0.57)

CMYK percentages

%66.36
%0
%10.91
%56.86

Codes

Color #256E62 in popluar color models

25 6E 62
RGB 37 110 98
HSL 170° 49.66% 28.82%
HSB/HSV 170° 66.36% 43.14%
CMYK 66.36% 0.00% 10.91%
56.86%

Color #256E62 in popluar number systems.

HEX 25 6E 62
Decimal 37 110 98
Binary 100101 1101110 1100010
Octal 45 156 142

Shades and tints

Shades of #256E62

#256E62
(37,110,98)
#22645A
(34,100,90)
#1F5A52
(31,90,82)
#1C504A
(28,80,74)
#194642
(25,70,66)
#163C3A
(22,60,58)
#133232
(19,50,50)
#10282A
(16,40,42)
#0D1E22
(13,30,34)
#0A141A
(10,20,26)
#070A12
(7,10,18)
#000000
(0,0,0)

Tints of #256E62

#256E62
(37,110,98)
#387B70
(56,123,112)
#4B887E
(75,136,126)
#5E958C
(94,149,140)
#71A29A
(113,162,154)
#84AFA8
(132,175,168)
#97BCB6
(151,188,182)
#AAC9C4
(170,201,196)
#BDD6D2
(189,214,210)
#D0E3E0
(208,227,224)
#E3F0EE
(227,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256E62 color. Also use rgb(37,110,98) instead hex code.

Text Font Color

.myTextColor { color: #256E62; }

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

This text font color is #256E62.

Background Color

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

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

This div background color is #256E62.

Border color

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

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

This div border color is #256E62.

Opacity

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

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

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

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

This text has shadow with #256E62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #256E62.

Preview

Color preview on black background

This text has color #256E62 on black background.


Color preview on white background

This text has color #256E62 on white background.


Black color preview on #256E62 background

This text has black color on #256E62 background.


White color preview on #256E62 background

This text has white color on #256E62 background.


Related colors

Complementary color

Complementary color for #hex is #DA919D.


I love getcolorcode.com

Triadic colors

1 #62256E and #6E6225 with #256E62 are triadic colors.

2 #626E25 and #6E2562 with #256E62 are triadic colors.