COLOR #256140

HEX: #256140
RGB: (37,97,64)

Color info

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

RGB color model

#256140 color RGB value is (37,97,64).

  • red value is 37;
  • green value is 97;
  • blue value is 64.
RGB:
(37,97,64)
(15%,38%,25%)

RGB channels and saturation

R 37 of 255 = 15%
G 97 of 255 = 38%
B 64 of 255 = 25%

37
97
64

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

Portions of RGB colors in percentages

R + G + B =
37 + 97 + 64 = 198 (100%)
R 37 of 198 ~ 18.69%
G 97 of 198 ~ 48.99%
B 64 of 198 ~ 32.32%

%18.69
%48.99
%32.32

CMYK color model

#256140 color CMYK value is (62,0,34,62).

  • cyan value is 61.86%
  • magenta value is 0.00%
  • yellow value is 34.02%
  • key color value is 61.96%
CMYK:
(62,0,34,62)
C62M0Y34K62 
(62%,0%,34%,62%)
(0.62/0.00/0.34/0.62)	

CMYK percentages

%61.86
%0
%34.02
%61.96

Codes

Color #256140 in popluar color models

256140
RGB379764
HSL147°44.78%26.27%
HSB/HSV147°61.86%38.04%
CMYK61.86%0.00%34.02%
61.96%

Color #256140 in popluar number systems.

HEX256140
Decimal379764
Binary10010111000011000000
Octal45141100

Shades and tints

Shades of #256140

#256140
(37,97,64)
#22593B
(34,89,59)
#1F5136
(31,81,54)
#1C4931
(28,73,49)
#19412C
(25,65,44)
#163927
(22,57,39)
#133122
(19,49,34)
#10291D
(16,41,29)
#0D2118
(13,33,24)
#0A1913
(10,25,19)
#07110E
(7,17,14)
#000000
(0,0,0)

Tints of #256140

#256140
(37,97,64)
#386F51
(56,111,81)
#4B7D62
(75,125,98)
#5E8B73
(94,139,115)
#719984
(113,153,132)
#84A795
(132,167,149)
#97B5A6
(151,181,166)
#AAC3B7
(170,195,183)
#BDD1C8
(189,209,200)
#D0DFD9
(208,223,217)
#E3EDEA
(227,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256140 color. Also use rgb(37,97,64) instead hex code.

Text Font Color

.myTextColor { color: #256140; }

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

This text font color is #256140.


Background Color

.myBgColor { background-color: #256140; }

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

This div background color is #256140.


Border color

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

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

This div border color is #256140.


Opacity

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

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

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

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

This text has shadow with #256140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256140 on black background.


Color preview on white background

This text has color #256140 on white background.



Black color preview on #256140 background

This text has black color on #256140 background.


White color preview on #256140 background

This text has white color on #256140 background.