COLOR #25675B

HEX: #25675B
RGB: (37,103,91)

Color info

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

RGB color model

#25675B color RGB value is (37,103,91).

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

RGB channels and saturation

R 37 of 255 = 15%
G 103 of 255 = 40%
B 91 of 255 = 36%

37
103
91

R + G + B ~ 30%. #25675B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 103 + 91 = 231 (100%)
R 37 of 231 ~ 16.02%
G 103 of 231 ~ 44.59%
B 91 of 231 ~ 39.39%

%16.02
%44.59
%39.39

CMYK color model

#25675B color CMYK value is (64,0,12,60).

  • cyan value is 64.08%
  • magenta value is 0.00%
  • yellow value is 11.65%
  • key color value is 59.61%
CMYK:
(64,0,12,60)
C64M0Y12K60 
(64%,0%,12%,60%)
(0.64/0.00/0.12/0.60)	

CMYK percentages

%64.08
%0
%11.65
%59.61

Codes

Color #25675B in popluar color models

25675B
RGB3710391
HSL169°47.14%27.45%
HSB/HSV169°64.08%40.39%
CMYK64.08%0.00%11.65%
59.61%

Color #25675B in popluar number systems.

HEX25675B
Decimal3710391
Binary10010111001111011011
Octal45147133

Shades and tints

Shades of #25675B

#25675B
(37,103,91)
#225E53
(34,94,83)
#1F554B
(31,85,75)
#1C4C43
(28,76,67)
#19433B
(25,67,59)
#163A33
(22,58,51)
#13312B
(19,49,43)
#102823
(16,40,35)
#0D1F1B
(13,31,27)
#0A1613
(10,22,19)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #25675B

#25675B
(37,103,91)
#387469
(56,116,105)
#4B8177
(75,129,119)
#5E8E85
(94,142,133)
#719B93
(113,155,147)
#84A8A1
(132,168,161)
#97B5AF
(151,181,175)
#AAC2BD
(170,194,189)
#BDCFCB
(189,207,203)
#D0DCD9
(208,220,217)
#E3E9E7
(227,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25675B; }

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

This text font color is #25675B.


Background Color

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

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

This div background color is #25675B.


Border color

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

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

This div border color is #25675B.


Opacity

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

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

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

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

This text has shadow with #25675B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25675B on black background.


Color preview on white background

This text has color #25675B on white background.



Black color preview on #25675B background

This text has black color on #25675B background.


White color preview on #25675B background

This text has white color on #25675B background.