COLOR #273315

HEX: #273315
RGB: (39,51,21)

Color info

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

RGB color model

#273315 color RGB value is (39,51,21).

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

RGB channels and saturation

R 39 of 255 = 15%
G 51 of 255 = 20%
B 21 of 255 = 8%

39
51
21

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

Portions of RGB colors in percentages

R + G + B =
39 + 51 + 21 = 111 (100%)
R 39 of 111 ~ 35.14%
G 51 of 111 ~ 45.95%
B 21 of 111 ~ 18.92%

%35.14
%45.95
%18.92

CMYK color model

#273315 color CMYK value is (24,0,59,80).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 80.00%
CMYK:
(24,0,59,80)
C24M0Y59K80 
(24%,0%,59%,80%)
(0.24/0.00/0.59/0.80)	

CMYK percentages

%23.53
%0
%58.82
%80

Codes

Color #273315 in popluar color models

273315
RGB395121
HSL84°41.67%14.12%
HSB/HSV84°58.82%20.00%
CMYK23.53%0.00%58.82%
80.00%

Color #273315 in popluar number systems.

HEX273315
Decimal395121
Binary10011111001110101
Octal476325

Shades and tints

Shades of #273315

#273315
(39,51,21)
#242F14
(36,47,20)
#212B13
(33,43,19)
#1E2712
(30,39,18)
#1B2311
(27,35,17)
#181F10
(24,31,16)
#151B0F
(21,27,15)
#12170E
(18,23,14)
#0F130D
(15,19,13)
#0C0F0C
(12,15,12)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #273315

#273315
(39,51,21)
#3A452A
(58,69,42)
#4D573F
(77,87,63)
#606954
(96,105,84)
#737B69
(115,123,105)
#868D7E
(134,141,126)
#999F93
(153,159,147)
#ACB1A8
(172,177,168)
#BFC3BD
(191,195,189)
#D2D5D2
(210,213,210)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273315; }

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

This text font color is #273315.


Background Color

.myBgColor { background-color: #273315; }

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

This div background color is #273315.


Border color

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

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

This div border color is #273315.


Opacity

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

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

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

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

This text has shadow with #273315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273315 on black background.


Color preview on white background

This text has color #273315 on white background.



Black color preview on #273315 background

This text has black color on #273315 background.


White color preview on #273315 background

This text has white color on #273315 background.