COLOR #256D71

HEX: #256D71
RGB: (37,109,113)

Color info

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

RGB color model

#256D71 color RGB value is (37,109,113).

  • red value is 37;
  • green value is 109;
  • blue value is 113.
RGB:
(37,109,113)
(15%,43%,44%)

RGB channels and saturation

R 37 of 255 = 15%
G 109 of 255 = 43%
B 113 of 255 = 44%

37
109
113

R + G + B ~ 34%. #256D71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 109 + 113 = 259 (100%)
R 37 of 259 ~ 14.29%
G 109 of 259 ~ 42.08%
B 113 of 259 ~ 43.63%

%14.29
%42.08
%43.63

CMYK color model

#256D71 color CMYK value is (67,4,0,56).

  • cyan value is 67.26%
  • magenta value is 3.54%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(67,4,0,56)
C67M4Y0K56 
(67%,4%,0%,56%)
(0.67/0.04/0.00/0.56)	

CMYK percentages

%67.26
%3.54
%0
%55.69

Codes

Color #256D71 in popluar color models

256D71
RGB37109113
HSL183°50.67%29.41%
HSB/HSV183°67.26%44.31%
CMYK67.26%3.54%0.00%
55.69%

Color #256D71 in popluar number systems.

HEX256D71
Decimal37109113
Binary10010111011011110001
Octal45155161

Shades and tints

Shades of #256D71

#256D71
(37,109,113)
#226467
(34,100,103)
#1F5B5D
(31,91,93)
#1C5253
(28,82,83)
#194949
(25,73,73)
#16403F
(22,64,63)
#133735
(19,55,53)
#102E2B
(16,46,43)
#0D2521
(13,37,33)
#0A1C17
(10,28,23)
#07130D
(7,19,13)
#000000
(0,0,0)

Tints of #256D71

#256D71
(37,109,113)
#387A7D
(56,122,125)
#4B8789
(75,135,137)
#5E9495
(94,148,149)
#71A1A1
(113,161,161)
#84AEAD
(132,174,173)
#97BBB9
(151,187,185)
#AAC8C5
(170,200,197)
#BDD5D1
(189,213,209)
#D0E2DD
(208,226,221)
#E3EFE9
(227,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256D71 color. Also use rgb(37,109,113) instead hex code.

Text Font Color

.myTextColor { color: #256D71; }

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

This text font color is #256D71.


Background Color

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

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

This div background color is #256D71.


Border color

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

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

This div border color is #256D71.


Opacity

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

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

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

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

This text has shadow with #256D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256D71 on black background.


Color preview on white background

This text has color #256D71 on white background.



Black color preview on #256D71 background

This text has black color on #256D71 background.


White color preview on #256D71 background

This text has white color on #256D71 background.