COLOR #259F65

HEX: #259F65
RGB: (37,159,101)

Color info

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

RGB color model

#259F65 color RGB value is (37,159,101).

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

RGB channels and saturation

R 37 of 255 = 15%
G 159 of 255 = 62%
B 101 of 255 = 40%

37
159
101

R + G + B ~ 39%. #259F65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 159 + 101 = 297 (100%)
R 37 of 297 ~ 12.46%
G 159 of 297 ~ 53.54%
B 101 of 297 ~ 34.01%

%12.46
%53.54
%34.01

CMYK color model

#259F65 color CMYK value is (77,0,36,38).

  • cyan value is 76.73%
  • magenta value is 0.00%
  • yellow value is 36.48%
  • key color value is 37.65%
CMYK:
(77,0,36,38)
C77M0Y36K38 
(77%,0%,36%,38%)
(0.77/0.00/0.36/0.38)	

CMYK percentages

%76.73
%0
%36.48
%37.65

Codes

Color #259F65 in popluar color models

259F65
RGB37159101
HSL151°62.24%38.43%
HSB/HSV151°76.73%62.35%
CMYK76.73%0.00%36.48%
37.65%

Color #259F65 in popluar number systems.

HEX259F65
Decimal37159101
Binary100101100111111100101
Octal45237145

Shades and tints

Shades of #259F65

#259F65
(37,159,101)
#22915C
(34,145,92)
#1F8353
(31,131,83)
#1C754A
(28,117,74)
#196741
(25,103,65)
#165938
(22,89,56)
#134B2F
(19,75,47)
#103D26
(16,61,38)
#0D2F1D
(13,47,29)
#0A2114
(10,33,20)
#07130B
(7,19,11)
#000000
(0,0,0)

Tints of #259F65

#259F65
(37,159,101)
#38A773
(56,167,115)
#4BAF81
(75,175,129)
#5EB78F
(94,183,143)
#71BF9D
(113,191,157)
#84C7AB
(132,199,171)
#97CFB9
(151,207,185)
#AAD7C7
(170,215,199)
#BDDFD5
(189,223,213)
#D0E7E3
(208,231,227)
#E3EFF1
(227,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #259F65; }

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

This text font color is #259F65.


Background Color

.myBgColor { background-color: #259F65; }

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

This div background color is #259F65.


Border color

.myBorderColor { border: 1px solid #259F65; }

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

This div border color is #259F65.


Opacity

.myOpacity80 { color: #259F65; opacity: 0.8; }

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

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

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

This text has shadow with #259F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #259F65 on black background.


Color preview on white background

This text has color #259F65 on white background.



Black color preview on #259F65 background

This text has black color on #259F65 background.


White color preview on #259F65 background

This text has white color on #259F65 background.