COLOR #273135

HEX: #273135
RGB: (39,49,53)

Color info

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

RGB color model

#273135 color RGB value is (39,49,53).

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

RGB channels and saturation

R 39 of 255 = 15%
G 49 of 255 = 19%
B 53 of 255 = 21%

39
49
53

R + G + B ~ 18%. #273135 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 49 + 53 = 141 (100%)
R 39 of 141 ~ 27.66%
G 49 of 141 ~ 34.75%
B 53 of 141 ~ 37.59%

%27.66
%34.75
%37.59

CMYK color model

#273135 color CMYK value is (26,8,0,79).

  • cyan value is 26.42%
  • magenta value is 7.55%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(26,8,0,79)
C26M8Y0K79 
(26%,8%,0%,79%)
(0.26/0.08/0.00/0.79)	

CMYK percentages

%26.42
%7.55
%0
%79.22

Codes

Color #273135 in popluar color models

273135
RGB394953
HSL197°15.22%18.04%
HSB/HSV197°26.42%20.78%
CMYK26.42%7.55%0.00%
79.22%

Color #273135 in popluar number systems.

HEX273135
Decimal394953
Binary100111110001110101
Octal476165

Shades and tints

Shades of #273135

#273135
(39,49,53)
#242D31
(36,45,49)
#21292D
(33,41,45)
#1E2529
(30,37,41)
#1B2125
(27,33,37)
#181D21
(24,29,33)
#15191D
(21,25,29)
#121519
(18,21,25)
#0F1115
(15,17,21)
#0C0D11
(12,13,17)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #273135

#273135
(39,49,53)
#3A4347
(58,67,71)
#4D5559
(77,85,89)
#60676B
(96,103,107)
#73797D
(115,121,125)
#868B8F
(134,139,143)
#999DA1
(153,157,161)
#ACAFB3
(172,175,179)
#BFC1C5
(191,193,197)
#D2D3D7
(210,211,215)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273135; }

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

This text font color is #273135.


Background Color

.myBgColor { background-color: #273135; }

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

This div background color is #273135.


Border color

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

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

This div border color is #273135.


Opacity

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

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

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

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

This text has shadow with #273135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273135 on black background.


Color preview on white background

This text has color #273135 on white background.



Black color preview on #273135 background

This text has black color on #273135 background.


White color preview on #273135 background

This text has white color on #273135 background.