COLOR #272535

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

39
37
53

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

Portions of RGB colors in percentages

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

%30.23
%28.68
%41.09

CMYK color model

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

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

CMYK percentages

%26.42
%30.19
%0
%79.22

Codes

Color #272535 in popluar color models

272535
RGB393753
HSL248°17.78%17.65%
HSB/HSV248°30.19%20.78%
CMYK26.42%30.19%0.00%
79.22%

Color #272535 in popluar number systems.

HEX272535
Decimal393753
Binary100111100101110101
Octal474565

Shades and tints

Shades of #272535

#272535
(39,37,53)
#242231
(36,34,49)
#211F2D
(33,31,45)
#1E1C29
(30,28,41)
#1B1925
(27,25,37)
#181621
(24,22,33)
#15131D
(21,19,29)
#121019
(18,16,25)
#0F0D15
(15,13,21)
#0C0A11
(12,10,17)
#09070D
(9,7,13)
#000000
(0,0,0)

Tints of #272535

#272535
(39,37,53)
#3A3847
(58,56,71)
#4D4B59
(77,75,89)
#605E6B
(96,94,107)
#73717D
(115,113,125)
#86848F
(134,132,143)
#9997A1
(153,151,161)
#ACAAB3
(172,170,179)
#BFBDC5
(191,189,197)
#D2D0D7
(210,208,215)
#E5E3E9
(229,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272535; }

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

This text font color is #272535.


Background Color

.myBgColor { background-color: #272535; }

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

This div background color is #272535.


Border color

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

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

This div border color is #272535.


Opacity

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

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

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

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

This text has shadow with #272535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272535 on black background.


Color preview on white background

This text has color #272535 on white background.



Black color preview on #272535 background

This text has black color on #272535 background.


White color preview on #272535 background

This text has white color on #272535 background.