COLOR #256311

HEX: #256311
RGB: (37,99,17)

Color info

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

RGB color model

#256311 color RGB value is (37,99,17).

  • red value is 37;
  • green value is 99;
  • blue value is 17.
RGB:
(37,99,17)
(15%,39%,7%)

RGB channels and saturation

R 37 of 255 = 15%
G 99 of 255 = 39%
B 17 of 255 = 7%

37
99
17

R + G + B ~ 20%. #256311 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 99 + 17 = 153 (100%)
R 37 of 153 ~ 24.18%
G 99 of 153 ~ 64.71%
B 17 of 153 ~ 11.11%

%24.18
%64.71
%11.11

CMYK color model

#256311 color CMYK value is (63,0,83,61).

  • cyan value is 62.63%
  • magenta value is 0.00%
  • yellow value is 82.83%
  • key color value is 61.18%
CMYK:
(63,0,83,61)
C63M0Y83K61 
(63%,0%,83%,61%)
(0.63/0.00/0.83/0.61)	

CMYK percentages

%62.63
%0
%82.83
%61.18

Codes

Color #256311 in popluar color models

256311
RGB379917
HSL105°70.69%22.75%
HSB/HSV105°82.83%38.82%
CMYK62.63%0.00%82.83%
61.18%

Color #256311 in popluar number systems.

HEX256311
Decimal379917
Binary100101110001110001
Octal4514321

Shades and tints

Shades of #256311

#256311
(37,99,17)
#225A10
(34,90,16)
#1F510F
(31,81,15)
#1C480E
(28,72,14)
#193F0D
(25,63,13)
#16360C
(22,54,12)
#132D0B
(19,45,11)
#10240A
(16,36,10)
#0D1B09
(13,27,9)
#0A1208
(10,18,8)
#070907
(7,9,7)
#000000
(0,0,0)

Tints of #256311

#256311
(37,99,17)
#387126
(56,113,38)
#4B7F3B
(75,127,59)
#5E8D50
(94,141,80)
#719B65
(113,155,101)
#84A97A
(132,169,122)
#97B78F
(151,183,143)
#AAC5A4
(170,197,164)
#BDD3B9
(189,211,185)
#D0E1CE
(208,225,206)
#E3EFE3
(227,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256311 color. Also use rgb(37,99,17) instead hex code.

Text Font Color

.myTextColor { color: #256311; }

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

This text font color is #256311.


Background Color

.myBgColor { background-color: #256311; }

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

This div background color is #256311.


Border color

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

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

This div border color is #256311.


Opacity

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

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

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

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

This text has shadow with #256311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256311 on black background.


Color preview on white background

This text has color #256311 on white background.



Black color preview on #256311 background

This text has black color on #256311 background.


White color preview on #256311 background

This text has white color on #256311 background.