COLOR #27525E

HEX: #27525E
RGB: (39,82,94)

Color info

#27525E contains red, green and blue colors in about the same proportion. Web safe color of #27525E is #336666 (or #366).

RGB color model

#27525E color RGB value is (39,82,94).

  • red value is 39;
  • green value is 82;
  • blue value is 94.
RGB:
(39,82,94)
(15%,32%,37%)

RGB channels and saturation

R 39 of 255 = 15%
G 82 of 255 = 32%
B 94 of 255 = 37%

39
82
94

R + G + B ~ 28%. #27525E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 82 + 94 = 215 (100%)
R 39 of 215 ~ 18.14%
G 82 of 215 ~ 38.14%
B 94 of 215 ~ 43.72%

%18.14
%38.14
%43.72

CMYK color model

#27525E color CMYK value is (59,13,0,63).

  • cyan value is 58.51%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(59,13,0,63)
C59M13Y0K63 
(59%,13%,0%,63%)
(0.59/0.13/0.00/0.63)	

CMYK percentages

%58.51
%12.77
%0
%63.14

Codes

Color #27525E in popluar color models

27525E
RGB398294
HSL193°41.35%26.08%
HSB/HSV193°58.51%36.86%
CMYK58.51%12.77%0.00%
63.14%

Color #27525E in popluar number systems.

HEX27525E
Decimal398294
Binary10011110100101011110
Octal47122136

Shades and tints

Shades of #27525E

#27525E
(39,82,94)
#244B56
(36,75,86)
#21444E
(33,68,78)
#1E3D46
(30,61,70)
#1B363E
(27,54,62)
#182F36
(24,47,54)
#15282E
(21,40,46)
#122126
(18,33,38)
#0F1A1E
(15,26,30)
#0C1316
(12,19,22)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #27525E

#27525E
(39,82,94)
#3A616C
(58,97,108)
#4D707A
(77,112,122)
#607F88
(96,127,136)
#738E96
(115,142,150)
#869DA4
(134,157,164)
#99ACB2
(153,172,178)
#ACBBC0
(172,187,192)
#BFCACE
(191,202,206)
#D2D9DC
(210,217,220)
#E5E8EA
(229,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27525E color. Also use rgb(39,82,94) instead hex code.

Text Font Color

.myTextColor { color: #27525E; }

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

This text font color is #27525E.


Background Color

.myBgColor { background-color: #27525E; }

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

This div background color is #27525E.


Border color

.myBorderColor { border: 1px solid #27525E; }

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

This div border color is #27525E.


Opacity

.myOpacity80 { color: #27525E; opacity: 0.8; }

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

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

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

This text has shadow with #27525E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27525E on black background.


Color preview on white background

This text has color #27525E on white background.



Black color preview on #27525E background

This text has black color on #27525E background.


White color preview on #27525E background

This text has white color on #27525E background.