COLOR #273525

HEX: #273525
RGB: (39,53,37)

Color info

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

RGB color model

#273525 color RGB value is (39,53,37).

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

RGB channels and saturation

R 39 of 255 = 15%
G 53 of 255 = 21%
B 37 of 255 = 15%

39
53
37

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

Portions of RGB colors in percentages

R + G + B =
39 + 53 + 37 = 129 (100%)
R 39 of 129 ~ 30.23%
G 53 of 129 ~ 41.09%
B 37 of 129 ~ 28.68%

%30.23
%41.09
%28.68

CMYK color model

#273525 color CMYK value is (26,0,30,79).

  • cyan value is 26.42%
  • magenta value is 0.00%
  • yellow value is 30.19%
  • key color value is 79.22%
CMYK:
(26,0,30,79)
C26M0Y30K79 
(26%,0%,30%,79%)
(0.26/0.00/0.30/0.79)	

CMYK percentages

%26.42
%0
%30.19
%79.22

Codes

Color #273525 in popluar color models

273525
RGB395337
HSL113°17.78%17.65%
HSB/HSV113°30.19%20.78%
CMYK26.42%0.00%30.19%
79.22%

Color #273525 in popluar number systems.

HEX273525
Decimal395337
Binary100111110101100101
Octal476545

Shades and tints

Shades of #273525

#273525
(39,53,37)
#243122
(36,49,34)
#212D1F
(33,45,31)
#1E291C
(30,41,28)
#1B2519
(27,37,25)
#182116
(24,33,22)
#151D13
(21,29,19)
#121910
(18,25,16)
#0F150D
(15,21,13)
#0C110A
(12,17,10)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #273525

#273525
(39,53,37)
#3A4738
(58,71,56)
#4D594B
(77,89,75)
#606B5E
(96,107,94)
#737D71
(115,125,113)
#868F84
(134,143,132)
#99A197
(153,161,151)
#ACB3AA
(172,179,170)
#BFC5BD
(191,197,189)
#D2D7D0
(210,215,208)
#E5E9E3
(229,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273525; }

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

This text font color is #273525.


Background Color

.myBgColor { background-color: #273525; }

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

This div background color is #273525.


Border color

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

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

This div border color is #273525.


Opacity

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

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

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

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

This text has shadow with #273525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273525 on black background.


Color preview on white background

This text has color #273525 on white background.



Black color preview on #273525 background

This text has black color on #273525 background.


White color preview on #273525 background

This text has white color on #273525 background.