COLOR #256B52

HEX: #256B52
RGB: (37,107,82)

Color info

#256B52 contains mainly green and blue colors. Web safe color of #256B52 is #336666 (or #366).

RGB color model

#256B52 color RGB value is (37,107,82).

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

RGB channels and saturation

R 37 of 255 = 15%
G 107 of 255 = 42%
B 82 of 255 = 32%

37
107
82

R + G + B ~ 30%. #256B52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 107 + 82 = 226 (100%)
R 37 of 226 ~ 16.37%
G 107 of 226 ~ 47.35%
B 82 of 226 ~ 36.28%

%16.37
%47.35
%36.28

CMYK color model

#256B52 color CMYK value is (65,0,23,58).

  • cyan value is 65.42%
  • magenta value is 0.00%
  • yellow value is 23.36%
  • key color value is 58.04%
CMYK:
(65,0,23,58)
C65M0Y23K58 
(65%,0%,23%,58%)
(0.65/0.00/0.23/0.58)	

CMYK percentages

%65.42
%0
%23.36
%58.04

Codes

Color #256B52 in popluar color models

256B52
RGB3710782
HSL159°48.61%28.24%
HSB/HSV159°65.42%41.96%
CMYK65.42%0.00%23.36%
58.04%

Color #256B52 in popluar number systems.

HEX256B52
Decimal3710782
Binary10010111010111010010
Octal45153122

Shades and tints

Shades of #256B52

#256B52
(37,107,82)
#22624B
(34,98,75)
#1F5944
(31,89,68)
#1C503D
(28,80,61)
#194736
(25,71,54)
#163E2F
(22,62,47)
#133528
(19,53,40)
#102C21
(16,44,33)
#0D231A
(13,35,26)
#0A1A13
(10,26,19)
#07110C
(7,17,12)
#000000
(0,0,0)

Tints of #256B52

#256B52
(37,107,82)
#387861
(56,120,97)
#4B8570
(75,133,112)
#5E927F
(94,146,127)
#719F8E
(113,159,142)
#84AC9D
(132,172,157)
#97B9AC
(151,185,172)
#AAC6BB
(170,198,187)
#BDD3CA
(189,211,202)
#D0E0D9
(208,224,217)
#E3EDE8
(227,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #256B52; }

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

This text font color is #256B52.


Background Color

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

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

This div background color is #256B52.


Border color

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

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

This div border color is #256B52.


Opacity

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

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

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

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

This text has shadow with #256B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256B52 on black background.


Color preview on white background

This text has color #256B52 on white background.



Black color preview on #256B52 background

This text has black color on #256B52 background.


White color preview on #256B52 background

This text has white color on #256B52 background.