COLOR #273319

HEX: #273319
RGB: (39,51,25)

Color info

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

RGB color model

#273319 color RGB value is (39,51,25).

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

RGB channels and saturation

R 39 of 255 = 15%
G 51 of 255 = 20%
B 25 of 255 = 10%

39
51
25

R + G + B ~ 15%. #273319 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 51 + 25 = 115 (100%)
R 39 of 115 ~ 33.91%
G 51 of 115 ~ 44.35%
B 25 of 115 ~ 21.74%

%33.91
%44.35
%21.74

CMYK color model

#273319 color CMYK value is (24,0,51,80).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 50.98%
  • key color value is 80.00%
CMYK:
(24,0,51,80)
C24M0Y51K80 
(24%,0%,51%,80%)
(0.24/0.00/0.51/0.80)	

CMYK percentages

%23.53
%0
%50.98
%80

Codes

Color #273319 in popluar color models

273319
RGB395125
HSL88°34.21%14.90%
HSB/HSV88°50.98%20.00%
CMYK23.53%0.00%50.98%
80.00%

Color #273319 in popluar number systems.

HEX273319
Decimal395125
Binary10011111001111001
Octal476331

Shades and tints

Shades of #273319

#273319
(39,51,25)
#242F17
(36,47,23)
#212B15
(33,43,21)
#1E2713
(30,39,19)
#1B2311
(27,35,17)
#181F0F
(24,31,15)
#151B0D
(21,27,13)
#12170B
(18,23,11)
#0F1309
(15,19,9)
#0C0F07
(12,15,7)
#090B05
(9,11,5)
#000000
(0,0,0)

Tints of #273319

#273319
(39,51,25)
#3A452D
(58,69,45)
#4D5741
(77,87,65)
#606955
(96,105,85)
#737B69
(115,123,105)
#868D7D
(134,141,125)
#999F91
(153,159,145)
#ACB1A5
(172,177,165)
#BFC3B9
(191,195,185)
#D2D5CD
(210,213,205)
#E5E7E1
(229,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273319; }

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

This text font color is #273319.


Background Color

.myBgColor { background-color: #273319; }

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

This div background color is #273319.


Border color

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

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

This div border color is #273319.


Opacity

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

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

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

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

This text has shadow with #273319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273319 on black background.


Color preview on white background

This text has color #273319 on white background.



Black color preview on #273319 background

This text has black color on #273319 background.


White color preview on #273319 background

This text has white color on #273319 background.