COLOR #273011

HEX: #273011
RGB: (39,48,17)

Color info

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

RGB color model

#273011 color RGB value is (39,48,17).

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

RGB channels and saturation

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

39
48
17

R + G + B ~ 14%. #273011 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 48 + 17 = 104 (100%)
R 39 of 104 ~ 37.5%
G 48 of 104 ~ 46.15%
B 17 of 104 ~ 16.35%

%37.5
%46.15
%16.35

CMYK color model

#273011 color CMYK value is (19,0,65,81).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 64.58%
  • key color value is 81.18%
CMYK:
(19,0,65,81)
C19M0Y65K81 
(19%,0%,65%,81%)
(0.19/0.00/0.65/0.81)	

CMYK percentages

%18.75
%0
%64.58
%81.18

Codes

Color #273011 in popluar color models

273011
RGB394817
HSL77°47.69%12.75%
HSB/HSV77°64.58%18.82%
CMYK18.75%0.00%64.58%
81.18%

Color #273011 in popluar number systems.

HEX273011
Decimal394817
Binary10011111000010001
Octal476021

Shades and tints

Shades of #273011

#273011
(39,48,17)
#242C10
(36,44,16)
#21280F
(33,40,15)
#1E240E
(30,36,14)
#1B200D
(27,32,13)
#181C0C
(24,28,12)
#15180B
(21,24,11)
#12140A
(18,20,10)
#0F1009
(15,16,9)
#0C0C08
(12,12,8)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #273011

#273011
(39,48,17)
#3A4226
(58,66,38)
#4D543B
(77,84,59)
#606650
(96,102,80)
#737865
(115,120,101)
#868A7A
(134,138,122)
#999C8F
(153,156,143)
#ACAEA4
(172,174,164)
#BFC0B9
(191,192,185)
#D2D2CE
(210,210,206)
#E5E4E3
(229,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273011; }

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

This text font color is #273011.


Background Color

.myBgColor { background-color: #273011; }

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

This div background color is #273011.


Border color

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

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

This div border color is #273011.


Opacity

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

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

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

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

This text has shadow with #273011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273011 on black background.


Color preview on white background

This text has color #273011 on white background.



Black color preview on #273011 background

This text has black color on #273011 background.


White color preview on #273011 background

This text has white color on #273011 background.