COLOR #27363D

HEX: #27363D RGB: (39,54,61)

Color info

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

RGB color model

#27363D color RGB value is (39,54,61).

RGB: (39,54,61) (15%, 21%, 24%)

RGB channels and saturation

R 39 of 255 = 15%
G 54 of 255 = 21%
B 61 of 255 = 24%

39
54
61

R + G + B ~ 20%. #27363D is dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 54 + 61 = 154 (100%)
R 39 of 154 ~ 25.32%
G 54 of 154 ~ 35.06%
B 61 of 154 ~ 39.61'%

%25.32
%35.06
%39.61

CMYK color model

#27363D color CMYK value is (36,11,0,76).

  • cyan value is 36.07%
  • magenta value is 11.48%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (36,11,0,76)
C36M11Y0K76 (36%, 11%, 0%, 76%)
(0.36 / 0.11 / 0.00 / 0.76)

CMYK percentages

%36.07
%11.48
%0
%76.08

Codes

Color #27363D in popluar color models

27 36 3D
RGB 39 54 61
HSL 199° 22.00% 19.61%
HSB/HSV 199° 36.07% 23.92%
CMYK 36.07% 11.48% 0.00%
76.08%

Color #27363D in popluar number systems.

HEX 27 36 3D
Decimal 39 54 61
Binary 100111 110110 111101
Octal 47 66 75

Shades and tints

Shades of #27363D

#27363D
(39,54,61)
#243238
(36,50,56)
#212E33
(33,46,51)
#1E2A2E
(30,42,46)
#1B2629
(27,38,41)
#182224
(24,34,36)
#151E1F
(21,30,31)
#121A1A
(18,26,26)
#0F1615
(15,22,21)
#0C1210
(12,18,16)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #27363D

#27363D
(39,54,61)
#3A484E
(58,72,78)
#4D5A5F
(77,90,95)
#606C70
(96,108,112)
#737E81
(115,126,129)
#869092
(134,144,146)
#99A2A3
(153,162,163)
#ACB4B4
(172,180,180)
#BFC6C5
(191,198,197)
#D2D8D6
(210,216,214)
#E5EAE7
(229,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27363D color. Also use rgb(39,54,61) instead hex code.

Text Font Color

.myTextColor { color: #27363D; }

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

This text font color is #27363D.

Background Color

.myBgColor { background-color: #27363D; }

<div style="background-color:#27363D">Inner text</div>

This div background color is #27363D.

Border color

.myBorderColor { border: 1px solid #27363D; }

<div style="border:3px solid #27363D">Div</div>

This div border color is #27363D.

Opacity

.myOpacity80 { color: #27363D; opacity: 0.8; }

<p style="color:#27363D;opacity:0.8;">80%</p>

Text with #27363D 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 #27363D;}

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

This text has shadow with #27363D color.


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

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

This text has shadow with #27363D primary color and red secondary color.


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

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

This text has shadow with #27363D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #27363D.

Preview

Color preview on black background

This text has color #27363D on black background.


Color preview on white background

This text has color #27363D on white background.


Black color preview on #27363D background

This text has black color on #27363D background.


White color preview on #27363D background

This text has white color on #27363D background.


Related colors

Complementary color

Complementary color for #hex is #D8C9C2.


I love getcolorcode.com

Triadic colors

1 #3D2736 and #363D27 with #27363D are triadic colors.

2 #3D3627 and #36273D with #27363D are triadic colors.