COLOR #259480

HEX: #259480
RGB: (37,148,128)

Color info

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

RGB color model

#259480 color RGB value is (37,148,128).

  • red value is 37;
  • green value is 148;
  • blue value is 128.
RGB:
(37,148,128)
(15%,58%,50%)

RGB channels and saturation

R 37 of 255 = 15%
G 148 of 255 = 58%
B 128 of 255 = 50%

37
148
128

R + G + B ~ 41%. #259480 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
37 + 148 + 128 = 313 (100%)
R 37 of 313 ~ 11.82%
G 148 of 313 ~ 47.28%
B 128 of 313 ~ 40.89%

%11.82
%47.28
%40.89

CMYK color model

#259480 color CMYK value is (75,0,14,42).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 41.96%
CMYK:
(75,0,14,42)
C75M0Y14K42 
(75%,0%,14%,42%)
(0.75/0.00/0.14/0.42)	

CMYK percentages

%75
%0
%13.51
%41.96

Codes

Color #259480 in popluar color models

259480
RGB37148128
HSL169°60.00%36.27%
HSB/HSV169°75.00%58.04%
CMYK75.00%0.00%13.51%
41.96%

Color #259480 in popluar number systems.

HEX259480
Decimal37148128
Binary1001011001010010000000
Octal45224200

Shades and tints

Shades of #259480

#259480
(37,148,128)
#228775
(34,135,117)
#1F7A6A
(31,122,106)
#1C6D5F
(28,109,95)
#196054
(25,96,84)
#165349
(22,83,73)
#13463E
(19,70,62)
#103933
(16,57,51)
#0D2C28
(13,44,40)
#0A1F1D
(10,31,29)
#071212
(7,18,18)
#000000
(0,0,0)

Tints of #259480

#259480
(37,148,128)
#389D8B
(56,157,139)
#4BA696
(75,166,150)
#5EAFA1
(94,175,161)
#71B8AC
(113,184,172)
#84C1B7
(132,193,183)
#97CAC2
(151,202,194)
#AAD3CD
(170,211,205)
#BDDCD8
(189,220,216)
#D0E5E3
(208,229,227)
#E3EEEE
(227,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #259480 color. Also use rgb(37,148,128) instead hex code.

Text Font Color

.myTextColor { color: #259480; }

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

This text font color is #259480.


Background Color

.myBgColor { background-color: #259480; }

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

This div background color is #259480.


Border color

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

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

This div border color is #259480.


Opacity

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

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

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

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

This text has shadow with #259480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #259480 on black background.


Color preview on white background

This text has color #259480 on white background.



Black color preview on #259480 background

This text has black color on #259480 background.


White color preview on #259480 background

This text has white color on #259480 background.