COLOR #273225

HEX: #273225
RGB: (39,50,37)

Color info

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

RGB color model

#273225 color RGB value is (39,50,37).

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

RGB channels and saturation

R 39 of 255 = 15%
G 50 of 255 = 20%
B 37 of 255 = 15%

39
50
37

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

Portions of RGB colors in percentages

R + G + B =
39 + 50 + 37 = 126 (100%)
R 39 of 126 ~ 30.95%
G 50 of 126 ~ 39.68%
B 37 of 126 ~ 29.37%

%30.95
%39.68
%29.37

CMYK color model

#273225 color CMYK value is (22,0,26,80).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 80.39%
CMYK:
(22,0,26,80)
C22M0Y26K80 
(22%,0%,26%,80%)
(0.22/0.00/0.26/0.80)	

CMYK percentages

%22
%0
%26
%80.39

Codes

Color #273225 in popluar color models

273225
RGB395037
HSL111°14.94%17.06%
HSB/HSV111°26.00%19.61%
CMYK22.00%0.00%26.00%
80.39%

Color #273225 in popluar number systems.

HEX273225
Decimal395037
Binary100111110010100101
Octal476245

Shades and tints

Shades of #273225

#273225
(39,50,37)
#242E22
(36,46,34)
#212A1F
(33,42,31)
#1E261C
(30,38,28)
#1B2219
(27,34,25)
#181E16
(24,30,22)
#151A13
(21,26,19)
#121610
(18,22,16)
#0F120D
(15,18,13)
#0C0E0A
(12,14,10)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #273225

#273225
(39,50,37)
#3A4438
(58,68,56)
#4D564B
(77,86,75)
#60685E
(96,104,94)
#737A71
(115,122,113)
#868C84
(134,140,132)
#999E97
(153,158,151)
#ACB0AA
(172,176,170)
#BFC2BD
(191,194,189)
#D2D4D0
(210,212,208)
#E5E6E3
(229,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273225; }

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

This text font color is #273225.


Background Color

.myBgColor { background-color: #273225; }

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

This div background color is #273225.


Border color

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

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

This div border color is #273225.


Opacity

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

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

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

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

This text has shadow with #273225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273225 on black background.


Color preview on white background

This text has color #273225 on white background.



Black color preview on #273225 background

This text has black color on #273225 background.


White color preview on #273225 background

This text has white color on #273225 background.