COLOR #273007

HEX: #273007
RGB: (39,48,7)

Color info

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

RGB color model

#273007 color RGB value is (39,48,7).

  • red value is 39;
  • green value is 48;
  • blue value is 7.
RGB:
(39,48,7)
(15%,19%,3%)

RGB channels and saturation

R 39 of 255 = 15%
G 48 of 255 = 19%
B 7 of 255 = 3%

39
48
7

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

Portions of RGB colors in percentages

R + G + B =
39 + 48 + 7 = 94 (100%)
R 39 of 94 ~ 41.49%
G 48 of 94 ~ 51.06%
B 7 of 94 ~ 7.45%

%41.49
%51.06

CMYK color model

#273007 color CMYK value is (19,0,85,81).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 85.42%
  • key color value is 81.18%
CMYK:
(19,0,85,81)
C19M0Y85K81 
(19%,0%,85%,81%)
(0.19/0.00/0.85/0.81)	

CMYK percentages

%18.75
%0
%85.42
%81.18

Codes

Color #273007 in popluar color models

273007
RGB39487
HSL73°74.55%10.78%
HSB/HSV73°85.42%18.82%
CMYK18.75%0.00%85.42%
81.18%

Color #273007 in popluar number systems.

HEX273007
Decimal39487
Binary100111110000111
Octal47607

Shades and tints

Shades of #273007

#273007
(39,48,7)
#242C07
(36,44,7)
#212807
(33,40,7)
#1E2407
(30,36,7)
#1B2007
(27,32,7)
#181C07
(24,28,7)
#151807
(21,24,7)
#121407
(18,20,7)
#0F1007
(15,16,7)
#0C0C07
(12,12,7)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #273007

#273007
(39,48,7)
#3A421D
(58,66,29)
#4D5433
(77,84,51)
#606649
(96,102,73)
#73785F
(115,120,95)
#868A75
(134,138,117)
#999C8B
(153,156,139)
#ACAEA1
(172,174,161)
#BFC0B7
(191,192,183)
#D2D2CD
(210,210,205)
#E5E4E3
(229,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273007; }

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

This text font color is #273007.


Background Color

.myBgColor { background-color: #273007; }

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

This div background color is #273007.


Border color

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

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

This div border color is #273007.


Opacity

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

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

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

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

This text has shadow with #273007 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273007 on black background.


Color preview on white background

This text has color #273007 on white background.



Black color preview on #273007 background

This text has black color on #273007 background.


White color preview on #273007 background

This text has white color on #273007 background.