COLOR #25261B

HEX: #25261B RGB: (37,38,27)

Color info

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

RGB color model

#25261B color RGB value is (37,38,27).

RGB: (37,38,27) (15%, 15%, 11%)

RGB channels and saturation

R 37 of 255 = 15%
G 38 of 255 = 15%
B 27 of 255 = 11%

37
38
27

R + G + B ~ 14%. #25261B is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 38 + 27 = 102 (100%)
R 37 of 102 ~ 36.27%
G 38 of 102 ~ 37.25%
B 27 of 102 ~ 26.47'%

%36.27
%37.25
%26.47

CMYK color model

#25261B color CMYK value is (3,0,29,85).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 85.10%
CMYK: (3,0,29,85) C3M0Y29K85 (3%,0%,29%,85%) (0.03/0.00/0.29/0.85) 

CMYK percentages

%2.63
%0
%28.95
%85.1

Codes

Color #25261B in popluar color models

25 26 1B
RGB 37 38 27
HSL 65° 16.92% 12.75%
HSB/HSV 65° 28.95% 14.90%
CMYK 2.63% 0.00% 28.95%
85.10%

Color #25261B in popluar number systems.

HEX 25 26 1B
Decimal 37 38 27
Binary 100101 100110 11011
Octal 45 46 33

Shades and tints

Shades of #25261B

#25261B
(37,38,27)
#222319
(34,35,25)
#1F2017
(31,32,23)
#1C1D15
(28,29,21)
#191A13
(25,26,19)
#161711
(22,23,17)
#13140F
(19,20,15)
#10110D
(16,17,13)
#0D0E0B
(13,14,11)
#0A0B09
(10,11,9)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #25261B

#25261B
(37,38,27)
#38392F
(56,57,47)
#4B4C43
(75,76,67)
#5E5F57
(94,95,87)
#71726B
(113,114,107)
#84857F
(132,133,127)
#979893
(151,152,147)
#AAABA7
(170,171,167)
#BDBEBB
(189,190,187)
#D0D1CF
(208,209,207)
#E3E4E3
(227,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25261B color. Also use rgb(37,38,27) instead hex code.

Text Font Color

.myTextColor { color: #25261B; }

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

This text font color is #25261B.

Background Color

.myBgColor { background-color: #25261B; }

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

This div background color is #25261B.

Border color

.myBorderColor { border: 1px solid #25261B; }

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

This div border color is #25261B.

Opacity

.myOpacity80 { color: #25261B; opacity: 0.8; }

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

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

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

This text has shadow with #25261B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25261B.

Preview

Color preview on black background

This text has color #25261B on black background.


Color preview on white background

This text has color #25261B on white background.


Black color preview on #25261B background

This text has black color on #25261B background.


White color preview on #25261B background

This text has white color on #25261B background.


Related colors

Complementary color

Complementary color for #hex is #DAD9E4.


I love getcolorcode.com

Triadic colors

1 #1B2526 and #261B25 with #25261B are triadic colors.

2 #1B2625 and #26251B with #25261B are triadic colors.