COLOR #27353F

HEX: #27353F RGB: (39,53,63)

Color info

#27353F contains red, green and blue colors in about the same proportion. Web safe color of #27353F is #333333 (or #333).

RGB color model

#27353F color RGB value is (39,53,63).

RGB: (39,53,63) (15%, 21%, 25%)

RGB channels and saturation

R 39 of 255 = 15%
G 53 of 255 = 21%
B 63 of 255 = 25%

39
53
63

R + G + B ~ 20%. #27353F is dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 53 + 63 = 155 (100%)
R 39 of 155 ~ 25.16%
G 53 of 155 ~ 34.19%
B 63 of 155 ~ 40.65'%

%25.16
%34.19
%40.65

CMYK color model

#27353F color CMYK value is (38,16,0,75).

  • cyan value is 38.10%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (38,16,0,75)
C38M16Y0K75 (38%, 16%, 0%, 75%)
(0.38 / 0.16 / 0.00 / 0.75)

CMYK percentages

%38.1
%15.87
%0
%75.29

Codes

Color #27353F in popluar color models

27 35 3F
RGB 39 53 63
HSL 205° 23.53% 20.00%
HSB/HSV 205° 38.10% 24.71%
CMYK 38.10% 15.87% 0.00%
75.29%

Color #27353F in popluar number systems.

HEX 27 35 3F
Decimal 39 53 63
Binary 100111 110101 111111
Octal 47 65 77

Shades and tints

Shades of #27353F

#27353F
(39,53,63)
#24313A
(36,49,58)
#212D35
(33,45,53)
#1E2930
(30,41,48)
#1B252B
(27,37,43)
#182126
(24,33,38)
#151D21
(21,29,33)
#12191C
(18,25,28)
#0F1517
(15,21,23)
#0C1112
(12,17,18)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #27353F

#27353F
(39,53,63)
#3A4750
(58,71,80)
#4D5961
(77,89,97)
#606B72
(96,107,114)
#737D83
(115,125,131)
#868F94
(134,143,148)
#99A1A5
(153,161,165)
#ACB3B6
(172,179,182)
#BFC5C7
(191,197,199)
#D2D7D8
(210,215,216)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27353F color. Also use rgb(39,53,63) instead hex code.

Text Font Color

.myTextColor { color: #27353F; }

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

This text font color is #27353F.

Background Color

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

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

This div background color is #27353F.

Border color

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

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

This div border color is #27353F.

Opacity

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

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

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

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

This text has shadow with #27353F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #27353F.

Preview

Color preview on black background

This text has color #27353F on black background.


Color preview on white background

This text has color #27353F on white background.


Black color preview on #27353F background

This text has black color on #27353F background.


White color preview on #27353F background

This text has white color on #27353F background.


Related colors

Complementary color

Complementary color for #hex is #D8CAC0.


I love getcolorcode.com

Triadic colors

1 #3F2735 and #353F27 with #27353F are triadic colors.

2 #3F3527 and #35273F with #27353F are triadic colors.