COLOR #256B32

HEX: #256B32 RGB: (37,107,50)

Color info

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

RGB color model

#256B32 color RGB value is (37,107,50).

RGB: (37,107,50) (15%, 42%, 20%)

RGB channels and saturation

R 37 of 255 = 15%
G 107 of 255 = 42%
B 50 of 255 = 20%

37
107
50

R + G + B ~ 26%. #256B32 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 107 + 50 = 194 (100%)
R 37 of 194 ~ 19.07%
G 107 of 194 ~ 55.15%
B 50 of 194 ~ 25.77'%

%19.07
%55.15
%25.77

CMYK color model

#256B32 color CMYK value is (65,0,53,58).

  • cyan value is 65.42%
  • magenta value is 0.00%
  • yellow value is 53.27%
  • key color value is 58.04%
CMYK: (65,0,53,58) C65M0Y53K58 (65%,0%,53%,58%) (0.65/0.00/0.53/0.58) 

CMYK percentages

%65.42
%0
%53.27
%58.04

Codes

Color #256B32 in popluar color models

25 6B 32
RGB 37 107 50
HSL 131° 48.61% 28.24%
HSB/HSV 131° 65.42% 41.96%
CMYK 65.42% 0.00% 53.27%
58.04%

Color #256B32 in popluar number systems.

HEX 25 6B 32
Decimal 37 107 50
Binary 100101 1101011 110010
Octal 45 153 62

Shades and tints

Shades of #256B32

#256B32
(37,107,50)
#22622E
(34,98,46)
#1F592A
(31,89,42)
#1C5026
(28,80,38)
#194722
(25,71,34)
#163E1E
(22,62,30)
#13351A
(19,53,26)
#102C16
(16,44,22)
#0D2312
(13,35,18)
#0A1A0E
(10,26,14)
#07110A
(7,17,10)
#000000
(0,0,0)

Tints of #256B32

#256B32
(37,107,50)
#387844
(56,120,68)
#4B8556
(75,133,86)
#5E9268
(94,146,104)
#719F7A
(113,159,122)
#84AC8C
(132,172,140)
#97B99E
(151,185,158)
#AAC6B0
(170,198,176)
#BDD3C2
(189,211,194)
#D0E0D4
(208,224,212)
#E3EDE6
(227,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256B32 color. Also use rgb(37,107,50) instead hex code.

Text Font Color

.myTextColor { color: #256B32; }

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

This text font color is #256B32.

Background Color

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

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

This div background color is #256B32.

Border color

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

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

This div border color is #256B32.

Opacity

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

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

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

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

This text has shadow with #256B32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #256B32.

Preview

Color preview on black background

This text has color #256B32 on black background.


Color preview on white background

This text has color #256B32 on white background.


Black color preview on #256B32 background

This text has black color on #256B32 background.


White color preview on #256B32 background

This text has white color on #256B32 background.


Related colors

Complementary color

Complementary color for #hex is #DA94CD.


I love getcolorcode.com

Triadic colors

1 #32256B and #6B3225 with #256B32 are triadic colors.

2 #326B25 and #6B2532 with #256B32 are triadic colors.