COLOR #273129

HEX: #273129
RGB: (39,49,41)

Color info

#273129 contains red, green and blue colors in about the same proportion. Web safe color of #273129 is #333333 (or #333).

RGB color model

#273129 color RGB value is (39,49,41).

  • red value is 39;
  • green value is 49;
  • blue value is 41.
RGB:
(39,49,41)
(15%,19%,16%)

RGB channels and saturation

R 39 of 255 = 15%
G 49 of 255 = 19%
B 41 of 255 = 16%

39
49
41

R + G + B ~ 17%. #273129 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 49 + 41 = 129 (100%)
R 39 of 129 ~ 30.23%
G 49 of 129 ~ 37.98%
B 41 of 129 ~ 31.78%

%30.23
%37.98
%31.78

CMYK color model

#273129 color CMYK value is (20,0,16,81).

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 80.78%
CMYK:
(20,0,16,81)
C20M0Y16K81 
(20%,0%,16%,81%)
(0.20/0.00/0.16/0.81)	

CMYK percentages

%20.41
%0
%16.33
%80.78

Codes

Color #273129 in popluar color models

273129
RGB394941
HSL132°11.36%17.25%
HSB/HSV132°20.41%19.22%
CMYK20.41%0.00%16.33%
80.78%

Color #273129 in popluar number systems.

HEX273129
Decimal394941
Binary100111110001101001
Octal476151

Shades and tints

Shades of #273129

#273129
(39,49,41)
#242D26
(36,45,38)
#212923
(33,41,35)
#1E2520
(30,37,32)
#1B211D
(27,33,29)
#181D1A
(24,29,26)
#151917
(21,25,23)
#121514
(18,21,20)
#0F1111
(15,17,17)
#0C0D0E
(12,13,14)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #273129

#273129
(39,49,41)
#3A433C
(58,67,60)
#4D554F
(77,85,79)
#606762
(96,103,98)
#737975
(115,121,117)
#868B88
(134,139,136)
#999D9B
(153,157,155)
#ACAFAE
(172,175,174)
#BFC1C1
(191,193,193)
#D2D3D4
(210,211,212)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #273129 color. Also use rgb(39,49,41) instead hex code.

Text Font Color

.myTextColor { color: #273129; }

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

This text font color is #273129.


Background Color

.myBgColor { background-color: #273129; }

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

This div background color is #273129.


Border color

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

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

This div border color is #273129.


Opacity

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

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

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

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

This text has shadow with #273129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273129 on black background.


Color preview on white background

This text has color #273129 on white background.



Black color preview on #273129 background

This text has black color on #273129 background.


White color preview on #273129 background

This text has white color on #273129 background.