COLOR #256042

HEX: #256042
RGB: (37,96,66)

Color info

#256042 contains red, green and blue colors in about the same proportion. Web safe color of #256042 is #336633 (or #363).

RGB color model

#256042 color RGB value is (37,96,66).

  • red value is 37;
  • green value is 96;
  • blue value is 66.
RGB:
(37,96,66)
(15%,38%,26%)

RGB channels and saturation

R 37 of 255 = 15%
G 96 of 255 = 38%
B 66 of 255 = 26%

37
96
66

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

Portions of RGB colors in percentages

R + G + B =
37 + 96 + 66 = 199 (100%)
R 37 of 199 ~ 18.59%
G 96 of 199 ~ 48.24%
B 66 of 199 ~ 33.17%

%18.59
%48.24
%33.17

CMYK color model

#256042 color CMYK value is (61,0,31,62).

  • cyan value is 61.46%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 62.35%
CMYK:
(61,0,31,62)
C61M0Y31K62 
(61%,0%,31%,62%)
(0.61/0.00/0.31/0.62)	

CMYK percentages

%61.46
%0
%31.25
%62.35

Codes

Color #256042 in popluar color models

256042
RGB379666
HSL149°44.36%26.08%
HSB/HSV149°61.46%37.65%
CMYK61.46%0.00%31.25%
62.35%

Color #256042 in popluar number systems.

HEX256042
Decimal379666
Binary10010111000001000010
Octal45140102

Shades and tints

Shades of #256042

#256042
(37,96,66)
#22583C
(34,88,60)
#1F5036
(31,80,54)
#1C4830
(28,72,48)
#19402A
(25,64,42)
#163824
(22,56,36)
#13301E
(19,48,30)
#102818
(16,40,24)
#0D2012
(13,32,18)
#0A180C
(10,24,12)
#071006
(7,16,6)
#000000
(0,0,0)

Tints of #256042

#256042
(37,96,66)
#386E53
(56,110,83)
#4B7C64
(75,124,100)
#5E8A75
(94,138,117)
#719886
(113,152,134)
#84A697
(132,166,151)
#97B4A8
(151,180,168)
#AAC2B9
(170,194,185)
#BDD0CA
(189,208,202)
#D0DEDB
(208,222,219)
#E3ECEC
(227,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256042 color. Also use rgb(37,96,66) instead hex code.

Text Font Color

.myTextColor { color: #256042; }

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

This text font color is #256042.


Background Color

.myBgColor { background-color: #256042; }

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

This div background color is #256042.


Border color

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

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

This div border color is #256042.


Opacity

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

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

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

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

This text has shadow with #256042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256042 on black background.


Color preview on white background

This text has color #256042 on white background.



Black color preview on #256042 background

This text has black color on #256042 background.


White color preview on #256042 background

This text has white color on #256042 background.