COLOR #256812

HEX: #256812
RGB: (37,104,18)

Color info

#256812 contains mainly green color. Web safe color of #256812 is #336600 (or #360).

RGB color model

#256812 color RGB value is (37,104,18).

  • red value is 37;
  • green value is 104;
  • blue value is 18.
RGB:
(37,104,18)
(15%,41%,7%)

RGB channels and saturation

R 37 of 255 = 15%
G 104 of 255 = 41%
B 18 of 255 = 7%

37
104
18

R + G + B ~ 21%. #256812 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 104 + 18 = 159 (100%)
R 37 of 159 ~ 23.27%
G 104 of 159 ~ 65.41%
B 18 of 159 ~ 11.32%

%23.27
%65.41
%11.32

CMYK color model

#256812 color CMYK value is (64,0,83,59).

  • cyan value is 64.42%
  • magenta value is 0.00%
  • yellow value is 82.69%
  • key color value is 59.22%
CMYK:
(64,0,83,59)
C64M0Y83K59 
(64%,0%,83%,59%)
(0.64/0.00/0.83/0.59)	

CMYK percentages

%64.42
%0
%82.69
%59.22

Codes

Color #256812 in popluar color models

256812
RGB3710418
HSL107°70.49%23.92%
HSB/HSV107°82.69%40.78%
CMYK64.42%0.00%82.69%
59.22%

Color #256812 in popluar number systems.

HEX256812
Decimal3710418
Binary100101110100010010
Octal4515022

Shades and tints

Shades of #256812

#256812
(37,104,18)
#225F11
(34,95,17)
#1F5610
(31,86,16)
#1C4D0F
(28,77,15)
#19440E
(25,68,14)
#163B0D
(22,59,13)
#13320C
(19,50,12)
#10290B
(16,41,11)
#0D200A
(13,32,10)
#0A1709
(10,23,9)
#070E08
(7,14,8)
#000000
(0,0,0)

Tints of #256812

#256812
(37,104,18)
#387527
(56,117,39)
#4B823C
(75,130,60)
#5E8F51
(94,143,81)
#719C66
(113,156,102)
#84A97B
(132,169,123)
#97B690
(151,182,144)
#AAC3A5
(170,195,165)
#BDD0BA
(189,208,186)
#D0DDCF
(208,221,207)
#E3EAE4
(227,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256812 color. Also use rgb(37,104,18) instead hex code.

Text Font Color

.myTextColor { color: #256812; }

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

This text font color is #256812.


Background Color

.myBgColor { background-color: #256812; }

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

This div background color is #256812.


Border color

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

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

This div border color is #256812.


Opacity

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

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

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

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

This text has shadow with #256812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256812 on black background.


Color preview on white background

This text has color #256812 on white background.



Black color preview on #256812 background

This text has black color on #256812 background.


White color preview on #256812 background

This text has white color on #256812 background.