COLOR #256350

HEX: #256350
RGB: (37,99,80)

Color info

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

RGB color model

#256350 color RGB value is (37,99,80).

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

RGB channels and saturation

R 37 of 255 = 15%
G 99 of 255 = 39%
B 80 of 255 = 31%

37
99
80

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

Portions of RGB colors in percentages

R + G + B =
37 + 99 + 80 = 216 (100%)
R 37 of 216 ~ 17.13%
G 99 of 216 ~ 45.83%
B 80 of 216 ~ 37.04%

%17.13
%45.83
%37.04

CMYK color model

#256350 color CMYK value is (63,0,19,61).

  • cyan value is 62.63%
  • magenta value is 0.00%
  • yellow value is 19.19%
  • key color value is 61.18%
CMYK:
(63,0,19,61)
C63M0Y19K61 
(63%,0%,19%,61%)
(0.63/0.00/0.19/0.61)	

CMYK percentages

%62.63
%0
%19.19
%61.18

Codes

Color #256350 in popluar color models

256350
RGB379980
HSL162°45.59%26.67%
HSB/HSV162°62.63%38.82%
CMYK62.63%0.00%19.19%
61.18%

Color #256350 in popluar number systems.

HEX256350
Decimal379980
Binary10010111000111010000
Octal45143120

Shades and tints

Shades of #256350

#256350
(37,99,80)
#225A49
(34,90,73)
#1F5142
(31,81,66)
#1C483B
(28,72,59)
#193F34
(25,63,52)
#16362D
(22,54,45)
#132D26
(19,45,38)
#10241F
(16,36,31)
#0D1B18
(13,27,24)
#0A1211
(10,18,17)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #256350

#256350
(37,99,80)
#38715F
(56,113,95)
#4B7F6E
(75,127,110)
#5E8D7D
(94,141,125)
#719B8C
(113,155,140)
#84A99B
(132,169,155)
#97B7AA
(151,183,170)
#AAC5B9
(170,197,185)
#BDD3C8
(189,211,200)
#D0E1D7
(208,225,215)
#E3EFE6
(227,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #256350; }

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

This text font color is #256350.


Background Color

.myBgColor { background-color: #256350; }

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

This div background color is #256350.


Border color

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

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

This div border color is #256350.


Opacity

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

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

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

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

This text has shadow with #256350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256350 on black background.


Color preview on white background

This text has color #256350 on white background.



Black color preview on #256350 background

This text has black color on #256350 background.


White color preview on #256350 background

This text has white color on #256350 background.