COLOR #25250C

HEX: #25250C RGB: (37,37,12)

Color info

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

RGB color model

#25250C color RGB value is (37,37,12).

RGB: (37,37,12) (15%, 15%, 5%)

RGB channels and saturation

R 37 of 255 = 15%
G 37 of 255 = 15%
B 12 of 255 = 5%

37
37
12

R + G + B ~ 12%. #25250C is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 37 + 12 = 86 (100%)
R 37 of 86 ~ 43.02%
G 37 of 86 ~ 43.02%
B 12 of 86 ~ 13.95'%

%43.02
%43.02
%13.95

CMYK color model

#25250C color CMYK value is (0,0,68,85).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 67.57%
  • key color value is 85.49%

CMYK: (0,0,68,85)
C0M0Y68K85 (0%, 0%, 68%, 85%)
(0.00 / 0.00 / 0.68 / 0.85)

CMYK percentages

%0
%0
%67.57
%85.49

Codes

Color #25250C in popluar color models

25 25 0C
RGB 37 37 12
HSL 60° 51.02% 9.61%
HSB/HSV 60° 67.57% 14.51%
CMYK 0.00% 0.00% 67.57%
85.49%

Color #25250C in popluar number systems.

HEX 25 25 0C
Decimal 37 37 12
Binary 100101 100101 1100
Octal 45 45 14

Shades and tints

Shades of #25250C

#25250C
(37,37,12)
#22220B
(34,34,11)
#1F1F0A
(31,31,10)
#1C1C09
(28,28,9)
#191908
(25,25,8)
#161607
(22,22,7)
#131306
(19,19,6)
#101005
(16,16,5)
#0D0D04
(13,13,4)
#0A0A03
(10,10,3)
#070702
(7,7,2)
#000000
(0,0,0)

Tints of #25250C

#25250C
(37,37,12)
#383822
(56,56,34)
#4B4B38
(75,75,56)
#5E5E4E
(94,94,78)
#717164
(113,113,100)
#84847A
(132,132,122)
#979790
(151,151,144)
#AAAAA6
(170,170,166)
#BDBDBC
(189,189,188)
#D0D0D2
(208,208,210)
#E3E3E8
(227,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25250C; }

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

This text font color is #25250C.

Background Color

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

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

This div background color is #25250C.

Border color

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

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

This div border color is #25250C.

Opacity

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

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

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

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

This text has shadow with #25250C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25250C.

Preview

Color preview on black background

This text has color #25250C on black background.


Color preview on white background

This text has color #25250C on white background.


Black color preview on #25250C background

This text has black color on #25250C background.


White color preview on #25250C background

This text has white color on #25250C background.


Related colors

Complementary color

Complementary color for #hex is #DADAF3.


I love getcolorcode.com