COLOR #27465F

HEX: #27465F RGB: (39,70,95)

Color info

#27465F contains red, green and blue colors in about the same proportion. Web safe color of #27465F is #333366 (or #336).

RGB color model

#27465F color RGB value is (39,70,95).

RGB: (39,70,95) (15%, 27%, 37%)

RGB channels and saturation

R 39 of 255 = 15%
G 70 of 255 = 27%
B 95 of 255 = 37%

39
70
95

R + G + B ~ 26%. #27465F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 70 + 95 = 204 (100%)
R 39 of 204 ~ 19.12%
G 70 of 204 ~ 34.31%
B 95 of 204 ~ 46.57'%

%19.12
%34.31
%46.57

CMYK color model

#27465F color CMYK value is (59,26,0,63).

  • cyan value is 58.95%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (59,26,0,63)
C59M26Y0K63 (59%, 26%, 0%, 63%)
(0.59 / 0.26 / 0.00 / 0.63)

CMYK percentages

%58.95
%26.32
%0
%62.75

Codes

Color #27465F in popluar color models

27 46 5F
RGB 39 70 95
HSL 207° 41.79% 26.27%
HSB/HSV 207° 58.95% 37.25%
CMYK 58.95% 26.32% 0.00%
62.75%

Color #27465F in popluar number systems.

HEX 27 46 5F
Decimal 39 70 95
Binary 100111 1000110 1011111
Octal 47 106 137

Shades and tints

Shades of #27465F

#27465F
(39,70,95)
#244057
(36,64,87)
#213A4F
(33,58,79)
#1E3447
(30,52,71)
#1B2E3F
(27,46,63)
#182837
(24,40,55)
#15222F
(21,34,47)
#121C27
(18,28,39)
#0F161F
(15,22,31)
#0C1017
(12,16,23)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #27465F

#27465F
(39,70,95)
#3A566D
(58,86,109)
#4D667B
(77,102,123)
#607689
(96,118,137)
#738697
(115,134,151)
#8696A5
(134,150,165)
#99A6B3
(153,166,179)
#ACB6C1
(172,182,193)
#BFC6CF
(191,198,207)
#D2D6DD
(210,214,221)
#E5E6EB
(229,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27465F color. Also use rgb(39,70,95) instead hex code.

Text Font Color

.myTextColor { color: #27465F; }

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

This text font color is #27465F.

Background Color

.myBgColor { background-color: #27465F; }

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

This div background color is #27465F.

Border color

.myBorderColor { border: 1px solid #27465F; }

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

This div border color is #27465F.

Opacity

.myOpacity80 { color: #27465F; opacity: 0.8; }

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

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

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

This text has shadow with #27465F color.


.textShadow {text-shadow: 3px 3px 1px #27465F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #27465F; -webkit-box-shadow: 1px 1px 3px 2px #27465F; box-shadow:1px 1px 3px 2px #27465F;">
Div content here
</div>

This div box has shadow with color #27465F.

Preview

Color preview on black background

This text has color #27465F on black background.


Color preview on white background

This text has color #27465F on white background.


Black color preview on #27465F background

This text has black color on #27465F background.


White color preview on #27465F background

This text has white color on #27465F background.


Related colors

Complementary color

Complementary color for #hex is #D8B9A0.


I love getcolorcode.com

Triadic colors

1 #5F2746 and #465F27 with #27465F are triadic colors.

2 #5F4627 and #46275F with #27465F are triadic colors.