COLOR #273427

HEX: #273427
RGB: (39,52,39)

Color info

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

RGB color model

#273427 color RGB value is (39,52,39).

  • red value is 39;
  • green value is 52;
  • blue value is 39.
RGB:
(39,52,39)
(15%,20%,15%)

RGB channels and saturation

R 39 of 255 = 15%
G 52 of 255 = 20%
B 39 of 255 = 15%

39
52
39

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

Portions of RGB colors in percentages

R + G + B =
39 + 52 + 39 = 130 (100%)
R 39 of 130 ~ 30%
G 52 of 130 ~ 40%
B 39 of 130 ~ 30%

%30
%40
%30

CMYK color model

#273427 color CMYK value is (25,0,25,80).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 79.61%
CMYK:
(25,0,25,80)
C25M0Y25K80 
(25%,0%,25%,80%)
(0.25/0.00/0.25/0.80)	

CMYK percentages

%25
%0
%25
%79.61

Codes

Color #273427 in popluar color models

273427
RGB395239
HSL120°14.29%17.84%
HSB/HSV120°25.00%20.39%
CMYK25.00%0.00%25.00%
79.61%

Color #273427 in popluar number systems.

HEX273427
Decimal395239
Binary100111110100100111
Octal476447

Shades and tints

Shades of #273427

#273427
(39,52,39)
#243024
(36,48,36)
#212C21
(33,44,33)
#1E281E
(30,40,30)
#1B241B
(27,36,27)
#182018
(24,32,24)
#151C15
(21,28,21)
#121812
(18,24,18)
#0F140F
(15,20,15)
#0C100C
(12,16,12)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #273427

#273427
(39,52,39)
#3A463A
(58,70,58)
#4D584D
(77,88,77)
#606A60
(96,106,96)
#737C73
(115,124,115)
#868E86
(134,142,134)
#99A099
(153,160,153)
#ACB2AC
(172,178,172)
#BFC4BF
(191,196,191)
#D2D6D2
(210,214,210)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273427; }

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

This text font color is #273427.


Background Color

.myBgColor { background-color: #273427; }

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

This div background color is #273427.


Border color

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

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

This div border color is #273427.


Opacity

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

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

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

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

This text has shadow with #273427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273427 on black background.


Color preview on white background

This text has color #273427 on white background.



Black color preview on #273427 background

This text has black color on #273427 background.


White color preview on #273427 background

This text has white color on #273427 background.