COLOR #273529

HEX: #273529
RGB: (39,53,41)

Color info

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

RGB color model

#273529 color RGB value is (39,53,41).

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

RGB channels and saturation

R 39 of 255 = 15%
G 53 of 255 = 21%
B 41 of 255 = 16%

39
53
41

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

Portions of RGB colors in percentages

R + G + B =
39 + 53 + 41 = 133 (100%)
R 39 of 133 ~ 29.32%
G 53 of 133 ~ 39.85%
B 41 of 133 ~ 30.83%

%29.32
%39.85
%30.83

CMYK color model

#273529 color CMYK value is (26,0,23,79).

  • cyan value is 26.42%
  • magenta value is 0.00%
  • yellow value is 22.64%
  • key color value is 79.22%
CMYK:
(26,0,23,79)
C26M0Y23K79 
(26%,0%,23%,79%)
(0.26/0.00/0.23/0.79)	

CMYK percentages

%26.42
%0
%22.64
%79.22

Codes

Color #273529 in popluar color models

273529
RGB395341
HSL129°15.22%18.04%
HSB/HSV129°26.42%20.78%
CMYK26.42%0.00%22.64%
79.22%

Color #273529 in popluar number systems.

HEX273529
Decimal395341
Binary100111110101101001
Octal476551

Shades and tints

Shades of #273529

#273529
(39,53,41)
#243126
(36,49,38)
#212D23
(33,45,35)
#1E2920
(30,41,32)
#1B251D
(27,37,29)
#18211A
(24,33,26)
#151D17
(21,29,23)
#121914
(18,25,20)
#0F1511
(15,21,17)
#0C110E
(12,17,14)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #273529

#273529
(39,53,41)
#3A473C
(58,71,60)
#4D594F
(77,89,79)
#606B62
(96,107,98)
#737D75
(115,125,117)
#868F88
(134,143,136)
#99A19B
(153,161,155)
#ACB3AE
(172,179,174)
#BFC5C1
(191,197,193)
#D2D7D4
(210,215,212)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273529; }

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

This text font color is #273529.


Background Color

.myBgColor { background-color: #273529; }

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

This div background color is #273529.


Border color

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

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

This div border color is #273529.


Opacity

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

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

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

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

This text has shadow with #273529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273529 on black background.


Color preview on white background

This text has color #273529 on white background.



Black color preview on #273529 background

This text has black color on #273529 background.


White color preview on #273529 background

This text has white color on #273529 background.