COLOR #259155

HEX: #259155
RGB: (37,145,85)

Color info

#259155 contains mainly green color. Web safe color of #259155 is #339966 (or #396).

RGB color model

#259155 color RGB value is (37,145,85).

  • red value is 37;
  • green value is 145;
  • blue value is 85.
RGB:
(37,145,85)
(15%,57%,33%)

RGB channels and saturation

R 37 of 255 = 15%
G 145 of 255 = 57%
B 85 of 255 = 33%

37
145
85

R + G + B ~ 35%. #259155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 145 + 85 = 267 (100%)
R 37 of 267 ~ 13.86%
G 145 of 267 ~ 54.31%
B 85 of 267 ~ 31.84%

%13.86
%54.31
%31.84

CMYK color model

#259155 color CMYK value is (74,0,41,43).

  • cyan value is 74.48%
  • magenta value is 0.00%
  • yellow value is 41.38%
  • key color value is 43.14%
CMYK:
(74,0,41,43)
C74M0Y41K43 
(74%,0%,41%,43%)
(0.74/0.00/0.41/0.43)	

CMYK percentages

%74.48
%0
%41.38
%43.14

Codes

Color #259155 in popluar color models

259155
RGB3714585
HSL147°59.34%35.69%
HSB/HSV147°74.48%56.86%
CMYK74.48%0.00%41.38%
43.14%

Color #259155 in popluar number systems.

HEX259155
Decimal3714585
Binary100101100100011010101
Octal45221125

Shades and tints

Shades of #259155

#259155
(37,145,85)
#22844E
(34,132,78)
#1F7747
(31,119,71)
#1C6A40
(28,106,64)
#195D39
(25,93,57)
#165032
(22,80,50)
#13432B
(19,67,43)
#103624
(16,54,36)
#0D291D
(13,41,29)
#0A1C16
(10,28,22)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #259155

#259155
(37,145,85)
#389B64
(56,155,100)
#4BA573
(75,165,115)
#5EAF82
(94,175,130)
#71B991
(113,185,145)
#84C3A0
(132,195,160)
#97CDAF
(151,205,175)
#AAD7BE
(170,215,190)
#BDE1CD
(189,225,205)
#D0EBDC
(208,235,220)
#E3F5EB
(227,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #259155 color. Also use rgb(37,145,85) instead hex code.

Text Font Color

.myTextColor { color: #259155; }

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

This text font color is #259155.


Background Color

.myBgColor { background-color: #259155; }

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

This div background color is #259155.


Border color

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

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

This div border color is #259155.


Opacity

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

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

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

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

This text has shadow with #259155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #259155 on black background.


Color preview on white background

This text has color #259155 on white background.



Black color preview on #259155 background

This text has black color on #259155 background.


White color preview on #259155 background

This text has white color on #259155 background.