COLOR #259665

HEX: #259665
RGB: (37,150,101)

Color info

#259665 contains mainly green and blue colors. Web safe color of #259665 is #339966 (or #396).

RGB color model

#259665 color RGB value is (37,150,101).

  • red value is 37;
  • green value is 150;
  • blue value is 101.
RGB:
(37,150,101)
(15%,59%,40%)

RGB channels and saturation

R 37 of 255 = 15%
G 150 of 255 = 59%
B 101 of 255 = 40%

37
150
101

R + G + B ~ 38%. #259665 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 150 + 101 = 288 (100%)
R 37 of 288 ~ 12.85%
G 150 of 288 ~ 52.08%
B 101 of 288 ~ 35.07%

%12.85
%52.08
%35.07

CMYK color model

#259665 color CMYK value is (75,0,33,41).

  • cyan value is 75.33%
  • magenta value is 0.00%
  • yellow value is 32.67%
  • key color value is 41.18%
CMYK:
(75,0,33,41)
C75M0Y33K41 
(75%,0%,33%,41%)
(0.75/0.00/0.33/0.41)	

CMYK percentages

%75.33
%0
%32.67
%41.18

Codes

Color #259665 in popluar color models

259665
RGB37150101
HSL154°60.43%36.67%
HSB/HSV154°75.33%58.82%
CMYK75.33%0.00%32.67%
41.18%

Color #259665 in popluar number systems.

HEX259665
Decimal37150101
Binary100101100101101100101
Octal45226145

Shades and tints

Shades of #259665

#259665
(37,150,101)
#22895C
(34,137,92)
#1F7C53
(31,124,83)
#1C6F4A
(28,111,74)
#196241
(25,98,65)
#165538
(22,85,56)
#13482F
(19,72,47)
#103B26
(16,59,38)
#0D2E1D
(13,46,29)
#0A2114
(10,33,20)
#07140B
(7,20,11)
#000000
(0,0,0)

Tints of #259665

#259665
(37,150,101)
#389F73
(56,159,115)
#4BA881
(75,168,129)
#5EB18F
(94,177,143)
#71BA9D
(113,186,157)
#84C3AB
(132,195,171)
#97CCB9
(151,204,185)
#AAD5C7
(170,213,199)
#BDDED5
(189,222,213)
#D0E7E3
(208,231,227)
#E3F0F1
(227,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #259665 color. Also use rgb(37,150,101) instead hex code.

Text Font Color

.myTextColor { color: #259665; }

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

This text font color is #259665.


Background Color

.myBgColor { background-color: #259665; }

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

This div background color is #259665.


Border color

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

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

This div border color is #259665.


Opacity

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

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

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

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

This text has shadow with #259665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #259665 on black background.


Color preview on white background

This text has color #259665 on white background.



Black color preview on #259665 background

This text has black color on #259665 background.


White color preview on #259665 background

This text has white color on #259665 background.