COLOR #256C20

HEX: #256C20
RGB: (37,108,32)

Color info

#256C20 contains mainly green color. Web safe color of #256C20 is #336633 (or #363).

RGB color model

#256C20 color RGB value is (37,108,32).

  • red value is 37;
  • green value is 108;
  • blue value is 32.
RGB:
(37,108,32)
(15%,42%,13%)

RGB channels and saturation

R 37 of 255 = 15%
G 108 of 255 = 42%
B 32 of 255 = 13%

37
108
32

R + G + B ~ 23%. #256C20 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 108 + 32 = 177 (100%)
R 37 of 177 ~ 20.9%
G 108 of 177 ~ 61.02%
B 32 of 177 ~ 18.08%

%20.9
%61.02
%18.08

CMYK color model

#256C20 color CMYK value is (66,0,70,58).

  • cyan value is 65.74%
  • magenta value is 0.00%
  • yellow value is 70.37%
  • key color value is 57.65%
CMYK:
(66,0,70,58)
C66M0Y70K58 
(66%,0%,70%,58%)
(0.66/0.00/0.70/0.58)	

CMYK percentages

%65.74
%0
%70.37
%57.65

Codes

Color #256C20 in popluar color models

256C20
RGB3710832
HSL116°54.29%27.45%
HSB/HSV116°70.37%42.35%
CMYK65.74%0.00%70.37%
57.65%

Color #256C20 in popluar number systems.

HEX256C20
Decimal3710832
Binary1001011101100100000
Octal4515440

Shades and tints

Shades of #256C20

#256C20
(37,108,32)
#22631E
(34,99,30)
#1F5A1C
(31,90,28)
#1C511A
(28,81,26)
#194818
(25,72,24)
#163F16
(22,63,22)
#133614
(19,54,20)
#102D12
(16,45,18)
#0D2410
(13,36,16)
#0A1B0E
(10,27,14)
#07120C
(7,18,12)
#000000
(0,0,0)

Tints of #256C20

#256C20
(37,108,32)
#387934
(56,121,52)
#4B8648
(75,134,72)
#5E935C
(94,147,92)
#71A070
(113,160,112)
#84AD84
(132,173,132)
#97BA98
(151,186,152)
#AAC7AC
(170,199,172)
#BDD4C0
(189,212,192)
#D0E1D4
(208,225,212)
#E3EEE8
(227,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256C20 color. Also use rgb(37,108,32) instead hex code.

Text Font Color

.myTextColor { color: #256C20; }

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

This text font color is #256C20.


Background Color

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

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

This div background color is #256C20.


Border color

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

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

This div border color is #256C20.


Opacity

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

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

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

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

This text has shadow with #256C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256C20 on black background.


Color preview on white background

This text has color #256C20 on white background.



Black color preview on #256C20 background

This text has black color on #256C20 background.


White color preview on #256C20 background

This text has white color on #256C20 background.