COLOR #252600

HEX: #252600 RGB: (37,38,0)

Color info

#252600 contains only red and green colors. Web safe color of #252600 is #333300 (or #330).

RGB color model

#252600 color RGB value is (37,38,0).

RGB: (37,38,0) (15%, 15%, 0%)

RGB channels and saturation

R 37 of 255 = 15%
G 38 of 255 = 15%
B 0 of 255 = 0%

37
38
0

R + G + B ~ 10%. #252600 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 38 + 0 = 75 (100%)
R 37 of 75 ~ 49.33%
G 38 of 75 ~ 50.67%
B 0 of 75 ~ 0'%

%49.33
%50.67

CMYK color model

#252600 color CMYK value is (3,0,100,85).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 85.10%
CMYK: (3,0,100,85) C3M0Y100K85 (3%,0%,100%,85%) (0.03/0.00/1.00/0.85) 

CMYK percentages

%2.63
%0
%100
%85.1

Codes

Color #252600 in popluar color models

25 26 00
RGB 37 38 0
HSL 62° 100.00% 7.45%
HSB/HSV 62° 100.00% 14.90%
CMYK 2.63% 0.00% 100.00%
85.10%

Color #252600 in popluar number systems.

HEX 25 26 00
Decimal 37 38 0
Binary 100101 100110 0
Octal 45 46 0

Shades and tints

Shades of #252600

#252600
(37,38,0)
#222300
(34,35,0)
#1F2000
(31,32,0)
#1C1D00
(28,29,0)
#191A00
(25,26,0)
#161700
(22,23,0)
#131400
(19,20,0)
#101100
(16,17,0)
#0D0E00
(13,14,0)
#0A0B00
(10,11,0)
#070800
(7,8,0)
#000000
(0,0,0)

Tints of #252600

#252600
(37,38,0)
#383917
(56,57,23)
#4B4C2E
(75,76,46)
#5E5F45
(94,95,69)
#71725C
(113,114,92)
#848573
(132,133,115)
#97988A
(151,152,138)
#AAABA1
(170,171,161)
#BDBEB8
(189,190,184)
#D0D1CF
(208,209,207)
#E3E4E6
(227,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252600; }

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

This text font color is #252600.

Background Color

.myBgColor { background-color: #252600; }

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

This div background color is #252600.

Border color

.myBorderColor { border: 1px solid #252600; }

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

This div border color is #252600.

Opacity

.myOpacity80 { color: #252600; opacity: 0.8; }

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

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

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

This text has shadow with #252600 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252600.

Preview

Color preview on black background

This text has color #252600 on black background.


Color preview on white background

This text has color #252600 on white background.


Black color preview on #252600 background

This text has black color on #252600 background.


White color preview on #252600 background

This text has white color on #252600 background.


Related colors

Complementary color

Complementary color for #hex is #DAD9FF.


I love getcolorcode.com

Triadic colors

1 #002526 and #260025 with #252600 are triadic colors.

2 #002625 and #262500 with #252600 are triadic colors.