COLOR #273935

HEX: #273935
RGB: (39,57,53)

Color info

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

RGB color model

#273935 color RGB value is (39,57,53).

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

RGB channels and saturation

R 39 of 255 = 15%
G 57 of 255 = 22%
B 53 of 255 = 21%

39
57
53

R + G + B ~ 19%. #273935 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 57 + 53 = 149 (100%)
R 39 of 149 ~ 26.17%
G 57 of 149 ~ 38.26%
B 53 of 149 ~ 35.57%

%26.17
%38.26
%35.57

CMYK color model

#273935 color CMYK value is (32,0,7,78).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 7.02%
  • key color value is 77.65%
CMYK:
(32,0,7,78)
C32M0Y7K78 
(32%,0%,7%,78%)
(0.32/0.00/0.07/0.78)	

CMYK percentages

%31.58
%0
%7.02
%77.65

Codes

Color #273935 in popluar color models

273935
RGB395753
HSL167°18.75%18.82%
HSB/HSV167°31.58%22.35%
CMYK31.58%0.00%7.02%
77.65%

Color #273935 in popluar number systems.

HEX273935
Decimal395753
Binary100111111001110101
Octal477165

Shades and tints

Shades of #273935

#273935
(39,57,53)
#243431
(36,52,49)
#212F2D
(33,47,45)
#1E2A29
(30,42,41)
#1B2525
(27,37,37)
#182021
(24,32,33)
#151B1D
(21,27,29)
#121619
(18,22,25)
#0F1115
(15,17,21)
#0C0C11
(12,12,17)
#09070D
(9,7,13)
#000000
(0,0,0)

Tints of #273935

#273935
(39,57,53)
#3A4B47
(58,75,71)
#4D5D59
(77,93,89)
#606F6B
(96,111,107)
#73817D
(115,129,125)
#86938F
(134,147,143)
#99A5A1
(153,165,161)
#ACB7B3
(172,183,179)
#BFC9C5
(191,201,197)
#D2DBD7
(210,219,215)
#E5EDE9
(229,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273935; }

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

This text font color is #273935.


Background Color

.myBgColor { background-color: #273935; }

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

This div background color is #273935.


Border color

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

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

This div border color is #273935.


Opacity

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

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

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

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

This text has shadow with #273935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273935 on black background.


Color preview on white background

This text has color #273935 on white background.



Black color preview on #273935 background

This text has black color on #273935 background.


White color preview on #273935 background

This text has white color on #273935 background.