COLOR #273306

HEX: #273306 RGB: (39,51,6)

Color info

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

RGB color model

#273306 color RGB value is (39,51,6).

RGB: (39,51,6) (15%, 20%, 2%)

RGB channels and saturation

R 39 of 255 = 15%
G 51 of 255 = 20%
B 6 of 255 = 2%

39
51
6

R + G + B ~ 12%. #273306 is dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 51 + 6 = 96 (100%)
R 39 of 96 ~ 40.63%
G 51 of 96 ~ 53.13%
B 6 of 96 ~ 6.25'%

%40.63
%53.13

CMYK color model

#273306 color CMYK value is (24,0,88,80).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 88.24%
  • key color value is 80.00%

CMYK: (24,0,88,80)
C24M0Y88K80 (24%, 0%, 88%, 80%)
(0.24 / 0.00 / 0.88 / 0.80)

CMYK percentages

%23.53
%0
%88.24
%80

Codes

Color #273306 in popluar color models

27 33 06
RGB 39 51 6
HSL 76° 78.95% 11.18%
HSB/HSV 76° 88.24% 20.00%
CMYK 23.53% 0.00% 88.24%
80.00%

Color #273306 in popluar number systems.

HEX 27 33 06
Decimal 39 51 6
Binary 100111 110011 110
Octal 47 63 6

Shades and tints

Shades of #273306

#273306
(39,51,6)
#242F06
(36,47,6)
#212B06
(33,43,6)
#1E2706
(30,39,6)
#1B2306
(27,35,6)
#181F06
(24,31,6)
#151B06
(21,27,6)
#121706
(18,23,6)
#0F1306
(15,19,6)
#0C0F06
(12,15,6)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #273306

#273306
(39,51,6)
#3A451C
(58,69,28)
#4D5732
(77,87,50)
#606948
(96,105,72)
#737B5E
(115,123,94)
#868D74
(134,141,116)
#999F8A
(153,159,138)
#ACB1A0
(172,177,160)
#BFC3B6
(191,195,182)
#D2D5CC
(210,213,204)
#E5E7E2
(229,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #273306 color. Also use rgb(39,51,6) instead hex code.

Text Font Color

.myTextColor { color: #273306; }

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

This text font color is #273306.

Background Color

.myBgColor { background-color: #273306; }

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

This div background color is #273306.

Border color

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

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

This div border color is #273306.

Opacity

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

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

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

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

This text has shadow with #273306 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #273306.

Preview

Color preview on black background

This text has color #273306 on black background.


Color preview on white background

This text has color #273306 on white background.


Black color preview on #273306 background

This text has black color on #273306 background.


White color preview on #273306 background

This text has white color on #273306 background.


Related colors

Complementary color

Complementary color for #hex is #D8CCF9.


I love getcolorcode.com

Triadic colors

1 #062733 and #330627 with #273306 are triadic colors.

2 #063327 and #332706 with #273306 are triadic colors.