COLOR #272800

HEX: #272800 RGB: (39,40,0)

Color info

#272800 contains only red and green colors. Web safe color of #272800 is #333300 (or #330).

RGB color model

#272800 color RGB value is (39,40,0).

RGB: (39,40,0) (15%, 16%, 0%)

RGB channels and saturation

R 39 of 255 = 15%
G 40 of 255 = 16%
B 0 of 255 = 0%

39
40
0

R + G + B ~ 10%. #272800 is dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 40 + 0 = 79 (100%)
R 39 of 79 ~ 49.37%
G 40 of 79 ~ 50.63%
B 0 of 79 ~ 0'%

%49.37
%50.63

CMYK color model

#272800 color CMYK value is (2,0,100,84).

  • cyan value is 2.50%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 84.31%

CMYK: (2,0,100,84)
C2M0Y100K84 (2%, 0%, 100%, 84%)
(0.02 / 0.00 / 1.00 / 0.84)

CMYK percentages

%2.5
%0
%100
%84.31

Codes

Color #272800 in popluar color models

27 28 00
RGB 39 40 0
HSL 62° 100.00% 7.84%
HSB/HSV 62° 100.00% 15.69%
CMYK 2.50% 0.00% 100.00%
84.31%

Color #272800 in popluar number systems.

HEX 27 28 00
Decimal 39 40 0
Binary 100111 101000 0
Octal 47 50 0

Shades and tints

Shades of #272800

#272800
(39,40,0)
#242500
(36,37,0)
#212200
(33,34,0)
#1E1F00
(30,31,0)
#1B1C00
(27,28,0)
#181900
(24,25,0)
#151600
(21,22,0)
#121300
(18,19,0)
#0F1000
(15,16,0)
#0C0D00
(12,13,0)
#090A00
(9,10,0)
#000000
(0,0,0)

Tints of #272800

#272800
(39,40,0)
#3A3B17
(58,59,23)
#4D4E2E
(77,78,46)
#606145
(96,97,69)
#73745C
(115,116,92)
#868773
(134,135,115)
#999A8A
(153,154,138)
#ACADA1
(172,173,161)
#BFC0B8
(191,192,184)
#D2D3CF
(210,211,207)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #272800 color. Also use rgb(39,40,0) instead hex code.

Text Font Color

.myTextColor { color: #272800; }

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

This text font color is #272800.

Background Color

.myBgColor { background-color: #272800; }

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

This div background color is #272800.

Border color

.myBorderColor { border: 1px solid #272800; }

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

This div border color is #272800.

Opacity

.myOpacity80 { color: #272800; opacity: 0.8; }

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

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

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

This text has shadow with #272800 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #272800.

Preview

Color preview on black background

This text has color #272800 on black background.


Color preview on white background

This text has color #272800 on white background.


Black color preview on #272800 background

This text has black color on #272800 background.


White color preview on #272800 background

This text has white color on #272800 background.


Related colors

Complementary color

Complementary color for #hex is #D8D7FF.


I love getcolorcode.com

Triadic colors

1 #002728 and #280027 with #272800 are triadic colors.

2 #002827 and #282700 with #272800 are triadic colors.