COLOR #27250A

HEX: #27250A
RGB: (39,37,10)

Color info

#27250A contains red, green and blue colors in about the same proportion. Web safe color of #27250A is #333300 (or #330).

RGB color model

#27250A color RGB value is (39,37,10).

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

RGB channels and saturation

R 39 of 255 = 15%
G 37 of 255 = 15%
B 10 of 255 = 4%

39
37
10

R + G + B ~ 11%. #27250A is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 37 + 10 = 86 (100%)
R 39 of 86 ~ 45.35%
G 37 of 86 ~ 43.02%
B 10 of 86 ~ 11.63%

%45.35
%43.02
%11.63

CMYK color model

#27250A color CMYK value is (0,5,74,85).

  • cyan value is 0.00%
  • magenta value is 5.13%
  • yellow value is 74.36%
  • key color value is 84.71%
CMYK:
(0,5,74,85)
C0M5Y74K85 
(0%,5%,74%,85%)
(0.00/0.05/0.74/0.85)	

CMYK percentages

%0
%5.13
%74.36
%84.71

Codes

Color #27250A in popluar color models

27250A
RGB393710
HSL56°59.18%9.61%
HSB/HSV56°74.36%15.29%
CMYK0.00%5.13%74.36%
84.71%

Color #27250A in popluar number systems.

HEX27250A
Decimal393710
Binary1001111001011010
Octal474512

Shades and tints

Shades of #27250A

#27250A
(39,37,10)
#24220A
(36,34,10)
#211F0A
(33,31,10)
#1E1C0A
(30,28,10)
#1B190A
(27,25,10)
#18160A
(24,22,10)
#15130A
(21,19,10)
#12100A
(18,16,10)
#0F0D0A
(15,13,10)
#0C0A0A
(12,10,10)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #27250A

#27250A
(39,37,10)
#3A3820
(58,56,32)
#4D4B36
(77,75,54)
#605E4C
(96,94,76)
#737162
(115,113,98)
#868478
(134,132,120)
#99978E
(153,151,142)
#ACAAA4
(172,170,164)
#BFBDBA
(191,189,186)
#D2D0D0
(210,208,208)
#E5E3E6
(229,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27250A; }

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

This text font color is #27250A.


Background Color

.myBgColor { background-color: #27250A; }

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

This div background color is #27250A.


Border color

.myBorderColor { border: 1px solid #27250A; }

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

This div border color is #27250A.


Opacity

.myOpacity80 { color: #27250A; opacity: 0.8; }

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

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

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

This text has shadow with #27250A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27250A on black background.


Color preview on white background

This text has color #27250A on white background.



Black color preview on #27250A background

This text has black color on #27250A background.


White color preview on #27250A background

This text has white color on #27250A background.