COLOR #273C15

HEX: #273C15
RGB: (39,60,21)

Color info

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

RGB color model

#273C15 color RGB value is (39,60,21).

  • red value is 39;
  • green value is 60;
  • blue value is 21.
RGB:
(39,60,21)
(15%,24%,8%)

RGB channels and saturation

R 39 of 255 = 15%
G 60 of 255 = 24%
B 21 of 255 = 8%

39
60
21

R + G + B ~ 16%. #273C15 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 60 + 21 = 120 (100%)
R 39 of 120 ~ 32.5%
G 60 of 120 ~ 50%
B 21 of 120 ~ 17.5%

%32.5
%50
%17.5

CMYK color model

#273C15 color CMYK value is (35,0,65,76).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 65.00%
  • key color value is 76.47%
CMYK:
(35,0,65,76)
C35M0Y65K76 
(35%,0%,65%,76%)
(0.35/0.00/0.65/0.76)	

CMYK percentages

%35
%0
%65
%76.47

Codes

Color #273C15 in popluar color models

273C15
RGB396021
HSL92°48.15%15.88%
HSB/HSV92°65.00%23.53%
CMYK35.00%0.00%65.00%
76.47%

Color #273C15 in popluar number systems.

HEX273C15
Decimal396021
Binary10011111110010101
Octal477425

Shades and tints

Shades of #273C15

#273C15
(39,60,21)
#243714
(36,55,20)
#213213
(33,50,19)
#1E2D12
(30,45,18)
#1B2811
(27,40,17)
#182310
(24,35,16)
#151E0F
(21,30,15)
#12190E
(18,25,14)
#0F140D
(15,20,13)
#0C0F0C
(12,15,12)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #273C15

#273C15
(39,60,21)
#3A4D2A
(58,77,42)
#4D5E3F
(77,94,63)
#606F54
(96,111,84)
#738069
(115,128,105)
#86917E
(134,145,126)
#99A293
(153,162,147)
#ACB3A8
(172,179,168)
#BFC4BD
(191,196,189)
#D2D5D2
(210,213,210)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #273C15 color. Also use rgb(39,60,21) instead hex code.

Text Font Color

.myTextColor { color: #273C15; }

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

This text font color is #273C15.


Background Color

.myBgColor { background-color: #273C15; }

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

This div background color is #273C15.


Border color

.myBorderColor { border: 1px solid #273C15; }

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

This div border color is #273C15.


Opacity

.myOpacity80 { color: #273C15; opacity: 0.8; }

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

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

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

This text has shadow with #273C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273C15 on black background.


Color preview on white background

This text has color #273C15 on white background.



Black color preview on #273C15 background

This text has black color on #273C15 background.


White color preview on #273C15 background

This text has white color on #273C15 background.