COLOR #272601

HEX: #272601 RGB: (39,38,1)

Color info

#272601 contains red, green and blue colors in about the same proportion. Web safe color of #272601 is #333300 (or #330).

RGB color model

#272601 color RGB value is (39,38,1).

RGB: (39,38,1) (15%, 15%, 0%)

RGB channels and saturation

R 39 of 255 = 15%
G 38 of 255 = 15%
B 1 of 255 = 0%

39
38
1

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

Portions of RGB colors in percentages

R + G + B = 39 + 38 + 1 = 78 (100%)
R 39 of 78 ~ 50%
G 38 of 78 ~ 48.72%
B 1 of 78 ~ 1.28'%

%50
%48.72

CMYK color model

#272601 color CMYK value is (0,3,97,85).

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 97.44%
  • key color value is 84.71%
CMYK: (0,3,97,85) C0M3Y97K85 (0%,3%,97%,85%) (0.00/0.03/0.97/0.85) 

CMYK percentages

%0
%2.56
%97.44
%84.71

Codes

Color #272601 in popluar color models

27 26 01
RGB 39 38 1
HSL 58° 95.00% 7.84%
HSB/HSV 58° 97.44% 15.29%
CMYK 0.00% 2.56% 97.44%
84.71%

Color #272601 in popluar number systems.

HEX 27 26 01
Decimal 39 38 1
Binary 100111 100110 1
Octal 47 46 1

Shades and tints

Shades of #272601

#272601
(39,38,1)
#242301
(36,35,1)
#212001
(33,32,1)
#1E1D01
(30,29,1)
#1B1A01
(27,26,1)
#181701
(24,23,1)
#151401
(21,20,1)
#121101
(18,17,1)
#0F0E01
(15,14,1)
#0C0B01
(12,11,1)
#090801
(9,8,1)
#000000
(0,0,0)

Tints of #272601

#272601
(39,38,1)
#3A3918
(58,57,24)
#4D4C2F
(77,76,47)
#605F46
(96,95,70)
#73725D
(115,114,93)
#868574
(134,133,116)
#99988B
(153,152,139)
#ACABA2
(172,171,162)
#BFBEB9
(191,190,185)
#D2D1D0
(210,209,208)
#E5E4E7
(229,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #272601 color. Also use rgb(39,38,1) instead hex code.

Text Font Color

.myTextColor { color: #272601; }

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

This text font color is #272601.

Background Color

.myBgColor { background-color: #272601; }

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

This div background color is #272601.

Border color

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

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

This div border color is #272601.

Opacity

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

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

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

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

This text has shadow with #272601 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #272601.

Preview

Color preview on black background

This text has color #272601 on black background.


Color preview on white background

This text has color #272601 on white background.


Black color preview on #272601 background

This text has black color on #272601 background.


White color preview on #272601 background

This text has white color on #272601 background.


Related colors

Complementary color

Complementary color for #hex is #D8D9FE.


I love getcolorcode.com

Triadic colors

1 #012726 and #260127 with #272601 are triadic colors.

2 #012627 and #262701 with #272601 are triadic colors.