COLOR #273307

HEX: #273307 RGB: (39,51,7)

Color info

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

RGB color model

#273307 color RGB value is (39,51,7).

RGB: (39,51,7) (15%, 20%, 3%)

RGB channels and saturation

R 39 of 255 = 15%
G 51 of 255 = 20%
B 7 of 255 = 3%

39
51
7

R + G + B ~ 13%. #273307 is dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 51 + 7 = 97 (100%)
R 39 of 97 ~ 40.21%
G 51 of 97 ~ 52.58%
B 7 of 97 ~ 7.22'%

%40.21
%52.58

CMYK color model

#273307 color CMYK value is (24,0,86,80).

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

CMYK: (24,0,86,80)
C24M0Y86K80 (24%, 0%, 86%, 80%)
(0.24 / 0.00 / 0.86 / 0.80)

CMYK percentages

%23.53
%0
%86.27
%80

Codes

Color #273307 in popluar color models

27 33 07
RGB 39 51 7
HSL 76° 75.86% 11.37%
HSB/HSV 76° 86.27% 20.00%
CMYK 23.53% 0.00% 86.27%
80.00%

Color #273307 in popluar number systems.

HEX 27 33 07
Decimal 39 51 7
Binary 100111 110011 111
Octal 47 63 7

Shades and tints

Shades of #273307

#273307
(39,51,7)
#242F07
(36,47,7)
#212B07
(33,43,7)
#1E2707
(30,39,7)
#1B2307
(27,35,7)
#181F07
(24,31,7)
#151B07
(21,27,7)
#121707
(18,23,7)
#0F1307
(15,19,7)
#0C0F07
(12,15,7)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #273307

#273307
(39,51,7)
#3A451D
(58,69,29)
#4D5733
(77,87,51)
#606949
(96,105,73)
#737B5F
(115,123,95)
#868D75
(134,141,117)
#999F8B
(153,159,139)
#ACB1A1
(172,177,161)
#BFC3B7
(191,195,183)
#D2D5CD
(210,213,205)
#E5E7E3
(229,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273307; }

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

This text font color is #273307.

Background Color

.myBgColor { background-color: #273307; }

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

This div background color is #273307.

Border color

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

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

This div border color is #273307.

Opacity

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

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

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

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

This text has shadow with #273307 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #273307.

Preview

Color preview on black background

This text has color #273307 on black background.


Color preview on white background

This text has color #273307 on white background.


Black color preview on #273307 background

This text has black color on #273307 background.


White color preview on #273307 background

This text has white color on #273307 background.


Related colors

Complementary color

Complementary color for #hex is #D8CCF8.


I love getcolorcode.com

Triadic colors

1 #072733 and #330727 with #273307 are triadic colors.

2 #073327 and #332707 with #273307 are triadic colors.