COLOR #256946

HEX: #256946
RGB: (37,105,70)

Color info

#256946 contains mainly green and blue colors. Web safe color of #256946 is #336633 (or #363).

RGB color model

#256946 color RGB value is (37,105,70).

  • red value is 37;
  • green value is 105;
  • blue value is 70.
RGB:
(37,105,70)
(15%,41%,27%)

RGB channels and saturation

R 37 of 255 = 15%
G 105 of 255 = 41%
B 70 of 255 = 27%

37
105
70

R + G + B ~ 28%. #256946 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 105 + 70 = 212 (100%)
R 37 of 212 ~ 17.45%
G 105 of 212 ~ 49.53%
B 70 of 212 ~ 33.02%

%17.45
%49.53
%33.02

CMYK color model

#256946 color CMYK value is (65,0,33,59).

  • cyan value is 64.76%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 58.82%
CMYK:
(65,0,33,59)
C65M0Y33K59 
(65%,0%,33%,59%)
(0.65/0.00/0.33/0.59)	

CMYK percentages

%64.76
%0
%33.33
%58.82

Codes

Color #256946 in popluar color models

256946
RGB3710570
HSL149°47.89%27.84%
HSB/HSV149°64.76%41.18%
CMYK64.76%0.00%33.33%
58.82%

Color #256946 in popluar number systems.

HEX256946
Decimal3710570
Binary10010111010011000110
Octal45151106

Shades and tints

Shades of #256946

#256946
(37,105,70)
#226040
(34,96,64)
#1F573A
(31,87,58)
#1C4E34
(28,78,52)
#19452E
(25,69,46)
#163C28
(22,60,40)
#133322
(19,51,34)
#102A1C
(16,42,28)
#0D2116
(13,33,22)
#0A1810
(10,24,16)
#070F0A
(7,15,10)
#000000
(0,0,0)

Tints of #256946

#256946
(37,105,70)
#387656
(56,118,86)
#4B8366
(75,131,102)
#5E9076
(94,144,118)
#719D86
(113,157,134)
#84AA96
(132,170,150)
#97B7A6
(151,183,166)
#AAC4B6
(170,196,182)
#BDD1C6
(189,209,198)
#D0DED6
(208,222,214)
#E3EBE6
(227,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256946 color. Also use rgb(37,105,70) instead hex code.

Text Font Color

.myTextColor { color: #256946; }

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

This text font color is #256946.


Background Color

.myBgColor { background-color: #256946; }

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

This div background color is #256946.


Border color

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

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

This div border color is #256946.


Opacity

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

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

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

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

This text has shadow with #256946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256946 on black background.


Color preview on white background

This text has color #256946 on white background.



Black color preview on #256946 background

This text has black color on #256946 background.


White color preview on #256946 background

This text has white color on #256946 background.