COLOR #25110B

HEX: #25110B RGB: (37,17,11)

Color info

#25110B contains red, green and blue colors in about the same proportion. Web safe color of #25110B is #330000 (or #300).

RGB color model

#25110B color RGB value is (37,17,11).

RGB: (37,17,11) (15%, 7%, 4%)

RGB channels and saturation

R 37 of 255 = 15%
G 17 of 255 = 7%
B 11 of 255 = 4%

37
17
11

R + G + B ~ 9%. #25110B is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 17 + 11 = 65 (100%)
R 37 of 65 ~ 56.92%
G 17 of 65 ~ 26.15%
B 11 of 65 ~ 16.92'%

%56.92
%26.15
%16.92

CMYK color model

#25110B color CMYK value is (0,54,70,85).

  • cyan value is 0.00%
  • magenta value is 54.05%
  • yellow value is 70.27%
  • key color value is 85.49%

CMYK: (0,54,70,85)
C0M54Y70K85 (0%, 54%, 70%, 85%)
(0.00 / 0.54 / 0.70 / 0.85)

CMYK percentages

%0
%54.05
%70.27
%85.49

Codes

Color #25110B in popluar color models

25 11 0B
RGB 37 17 11
HSL 14° 54.17% 9.41%
HSB/HSV 14° 70.27% 14.51%
CMYK 0.00% 54.05% 70.27%
85.49%

Color #25110B in popluar number systems.

HEX 25 11 0B
Decimal 37 17 11
Binary 100101 10001 1011
Octal 45 21 13

Shades and tints

Shades of #25110B

#25110B
(37,17,11)
#22100A
(34,16,10)
#1F0F09
(31,15,9)
#1C0E08
(28,14,8)
#190D07
(25,13,7)
#160C06
(22,12,6)
#130B05
(19,11,5)
#100A04
(16,10,4)
#0D0903
(13,9,3)
#0A0802
(10,8,2)
#070701
(7,7,1)
#000000
(0,0,0)

Tints of #25110B

#25110B
(37,17,11)
#382621
(56,38,33)
#4B3B37
(75,59,55)
#5E504D
(94,80,77)
#716563
(113,101,99)
#847A79
(132,122,121)
#978F8F
(151,143,143)
#AAA4A5
(170,164,165)
#BDB9BB
(189,185,187)
#D0CED1
(208,206,209)
#E3E3E7
(227,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25110B color. Also use rgb(37,17,11) instead hex code.

Text Font Color

.myTextColor { color: #25110B; }

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

This text font color is #25110B.

Background Color

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

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

This div background color is #25110B.

Border color

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

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

This div border color is #25110B.

Opacity

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

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

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

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

This text has shadow with #25110B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25110B.

Preview

Color preview on black background

This text has color #25110B on black background.


Color preview on white background

This text has color #25110B on white background.


Black color preview on #25110B background

This text has black color on #25110B background.


White color preview on #25110B background

This text has white color on #25110B background.


Related colors

Complementary color

Complementary color for #hex is #DAEEF4.


I love getcolorcode.com

Triadic colors

1 #0B2511 and #110B25 with #25110B are triadic colors.

2 #0B1125 and #11250B with #25110B are triadic colors.