COLOR #25775B

HEX: #25775B
RGB: (37,119,91)

Color info

#25775B contains mainly green and blue colors. Web safe color of #25775B is #336666 (or #366).

RGB color model

#25775B color RGB value is (37,119,91).

  • red value is 37;
  • green value is 119;
  • blue value is 91.
RGB:
(37,119,91)
(15%,47%,36%)

RGB channels and saturation

R 37 of 255 = 15%
G 119 of 255 = 47%
B 91 of 255 = 36%

37
119
91

R + G + B ~ 33%. #25775B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 119 + 91 = 247 (100%)
R 37 of 247 ~ 14.98%
G 119 of 247 ~ 48.18%
B 91 of 247 ~ 36.84%

%14.98
%48.18
%36.84

CMYK color model

#25775B color CMYK value is (69,0,24,53).

  • cyan value is 68.91%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 53.33%
CMYK:
(69,0,24,53)
C69M0Y24K53 
(69%,0%,24%,53%)
(0.69/0.00/0.24/0.53)	

CMYK percentages

%68.91
%0
%23.53
%53.33

Codes

Color #25775B in popluar color models

25775B
RGB3711991
HSL160°52.56%30.59%
HSB/HSV160°68.91%46.67%
CMYK68.91%0.00%23.53%
53.33%

Color #25775B in popluar number systems.

HEX25775B
Decimal3711991
Binary10010111101111011011
Octal45167133

Shades and tints

Shades of #25775B

#25775B
(37,119,91)
#226D53
(34,109,83)
#1F634B
(31,99,75)
#1C5943
(28,89,67)
#194F3B
(25,79,59)
#164533
(22,69,51)
#133B2B
(19,59,43)
#103123
(16,49,35)
#0D271B
(13,39,27)
#0A1D13
(10,29,19)
#07130B
(7,19,11)
#000000
(0,0,0)

Tints of #25775B

#25775B
(37,119,91)
#388369
(56,131,105)
#4B8F77
(75,143,119)
#5E9B85
(94,155,133)
#71A793
(113,167,147)
#84B3A1
(132,179,161)
#97BFAF
(151,191,175)
#AACBBD
(170,203,189)
#BDD7CB
(189,215,203)
#D0E3D9
(208,227,217)
#E3EFE7
(227,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25775B color. Also use rgb(37,119,91) instead hex code.

Text Font Color

.myTextColor { color: #25775B; }

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

This text font color is #25775B.


Background Color

.myBgColor { background-color: #25775B; }

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

This div background color is #25775B.


Border color

.myBorderColor { border: 1px solid #25775B; }

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

This div border color is #25775B.


Opacity

.myOpacity80 { color: #25775B; opacity: 0.8; }

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

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

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

This text has shadow with #25775B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25775B on black background.


Color preview on white background

This text has color #25775B on white background.



Black color preview on #25775B background

This text has black color on #25775B background.


White color preview on #25775B background

This text has white color on #25775B background.