COLOR #256256

HEX: #256256
RGB: (37,98,86)

Color info

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

RGB color model

#256256 color RGB value is (37,98,86).

  • red value is 37;
  • green value is 98;
  • blue value is 86.
RGB:
(37,98,86)
(15%,38%,34%)

RGB channels and saturation

R 37 of 255 = 15%
G 98 of 255 = 38%
B 86 of 255 = 34%

37
98
86

R + G + B ~ 29%. #256256 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 98 + 86 = 221 (100%)
R 37 of 221 ~ 16.74%
G 98 of 221 ~ 44.34%
B 86 of 221 ~ 38.91%

%16.74
%44.34
%38.91

CMYK color model

#256256 color CMYK value is (62,0,12,62).

  • cyan value is 62.24%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • key color value is 61.57%
CMYK:
(62,0,12,62)
C62M0Y12K62 
(62%,0%,12%,62%)
(0.62/0.00/0.12/0.62)	

CMYK percentages

%62.24
%0
%12.24
%61.57

Codes

Color #256256 in popluar color models

256256
RGB379886
HSL168°45.19%26.47%
HSB/HSV168°62.24%38.43%
CMYK62.24%0.00%12.24%
61.57%

Color #256256 in popluar number systems.

HEX256256
Decimal379886
Binary10010111000101010110
Octal45142126

Shades and tints

Shades of #256256

#256256
(37,98,86)
#225A4F
(34,90,79)
#1F5248
(31,82,72)
#1C4A41
(28,74,65)
#19423A
(25,66,58)
#163A33
(22,58,51)
#13322C
(19,50,44)
#102A25
(16,42,37)
#0D221E
(13,34,30)
#0A1A17
(10,26,23)
#071210
(7,18,16)
#000000
(0,0,0)

Tints of #256256

#256256
(37,98,86)
#387065
(56,112,101)
#4B7E74
(75,126,116)
#5E8C83
(94,140,131)
#719A92
(113,154,146)
#84A8A1
(132,168,161)
#97B6B0
(151,182,176)
#AAC4BF
(170,196,191)
#BDD2CE
(189,210,206)
#D0E0DD
(208,224,221)
#E3EEEC
(227,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #256256; }

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

This text font color is #256256.


Background Color

.myBgColor { background-color: #256256; }

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

This div background color is #256256.


Border color

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

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

This div border color is #256256.


Opacity

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

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

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

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

This text has shadow with #256256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256256 on black background.


Color preview on white background

This text has color #256256 on white background.



Black color preview on #256256 background

This text has black color on #256256 background.


White color preview on #256256 background

This text has white color on #256256 background.