COLOR #25272C

HEX: #25272C RGB: (37,39,44)

Color info

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

RGB color model

#25272C color RGB value is (37,39,44).

RGB: (37,39,44) (15%, 15%, 17%)

RGB channels and saturation

R 37 of 255 = 15%
G 39 of 255 = 15%
B 44 of 255 = 17%

37
39
44

R + G + B ~ 16%. #25272C is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 39 + 44 = 120 (100%)
R 37 of 120 ~ 30.83%
G 39 of 120 ~ 32.5%
B 44 of 120 ~ 36.67'%

%30.83
%32.5
%36.67

CMYK color model

#25272C color CMYK value is (16,11,0,83).

  • cyan value is 15.91%
  • magenta value is 11.36%
  • yellow value is 0.00%
  • key color value is 82.75%

CMYK: (16,11,0,83)
C16M11Y0K83 (16%, 11%, 0%, 83%)
(0.16 / 0.11 / 0.00 / 0.83)

CMYK percentages

%15.91
%11.36
%0
%82.75

Codes

Color #25272C in popluar color models

25 27 2C
RGB 37 39 44
HSL 223° 8.64% 15.88%
HSB/HSV 223° 15.91% 17.25%
CMYK 15.91% 11.36% 0.00%
82.75%

Color #25272C in popluar number systems.

HEX 25 27 2C
Decimal 37 39 44
Binary 100101 100111 101100
Octal 45 47 54

Shades and tints

Shades of #25272C

#25272C
(37,39,44)
#222428
(34,36,40)
#1F2124
(31,33,36)
#1C1E20
(28,30,32)
#191B1C
(25,27,28)
#161818
(22,24,24)
#131514
(19,21,20)
#101210
(16,18,16)
#0D0F0C
(13,15,12)
#0A0C08
(10,12,8)
#070904
(7,9,4)
#000000
(0,0,0)

Tints of #25272C

#25272C
(37,39,44)
#383A3F
(56,58,63)
#4B4D52
(75,77,82)
#5E6065
(94,96,101)
#717378
(113,115,120)
#84868B
(132,134,139)
#97999E
(151,153,158)
#AAACB1
(170,172,177)
#BDBFC4
(189,191,196)
#D0D2D7
(208,210,215)
#E3E5EA
(227,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25272C; }

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

This text font color is #25272C.

Background Color

.myBgColor { background-color: #25272C; }

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

This div background color is #25272C.

Border color

.myBorderColor { border: 1px solid #25272C; }

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

This div border color is #25272C.

Opacity

.myOpacity80 { color: #25272C; opacity: 0.8; }

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

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

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

This text has shadow with #25272C color.


.textShadow {text-shadow: 3px 3px 1px #25272C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #25272C; -webkit-box-shadow: 1px 1px 3px 2px #25272C; box-shadow:1px 1px 3px 2px #25272C;">
Div content here
</div>

This div box has shadow with color #25272C.

Preview

Color preview on black background

This text has color #25272C on black background.


Color preview on white background

This text has color #25272C on white background.


Black color preview on #25272C background

This text has black color on #25272C background.


White color preview on #25272C background

This text has white color on #25272C background.


Related colors

Complementary color

Complementary color for #hex is #DAD8D3.


I love getcolorcode.com

Triadic colors

1 #2C2527 and #272C25 with #25272C are triadic colors.

2 #2C2725 and #27252C with #25272C are triadic colors.