COLOR #252A0A

HEX: #252A0A RGB: (37,42,10)

Color info

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

RGB color model

#252A0A color RGB value is (37,42,10).

RGB: (37,42,10) (15%, 16%, 4%)

RGB channels and saturation

R 37 of 255 = 15%
G 42 of 255 = 16%
B 10 of 255 = 4%

37
42
10

R + G + B ~ 12%. #252A0A is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 42 + 10 = 89 (100%)
R 37 of 89 ~ 41.57%
G 42 of 89 ~ 47.19%
B 10 of 89 ~ 11.24'%

%41.57
%47.19
%11.24

CMYK color model

#252A0A color CMYK value is (12,0,76,84).

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 76.19%
  • key color value is 83.53%

CMYK: (12,0,76,84)
C12M0Y76K84 (12%, 0%, 76%, 84%)
(0.12 / 0.00 / 0.76 / 0.84)

CMYK percentages

%11.9
%0
%76.19
%83.53

Codes

Color #252A0A in popluar color models

25 2A 0A
RGB 37 42 10
HSL 69° 61.54% 10.20%
HSB/HSV 69° 76.19% 16.47%
CMYK 11.90% 0.00% 76.19%
83.53%

Color #252A0A in popluar number systems.

HEX 25 2A 0A
Decimal 37 42 10
Binary 100101 101010 1010
Octal 45 52 12

Shades and tints

Shades of #252A0A

#252A0A
(37,42,10)
#22270A
(34,39,10)
#1F240A
(31,36,10)
#1C210A
(28,33,10)
#191E0A
(25,30,10)
#161B0A
(22,27,10)
#13180A
(19,24,10)
#10150A
(16,21,10)
#0D120A
(13,18,10)
#0A0F0A
(10,15,10)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #252A0A

#252A0A
(37,42,10)
#383D20
(56,61,32)
#4B5036
(75,80,54)
#5E634C
(94,99,76)
#717662
(113,118,98)
#848978
(132,137,120)
#979C8E
(151,156,142)
#AAAFA4
(170,175,164)
#BDC2BA
(189,194,186)
#D0D5D0
(208,213,208)
#E3E8E6
(227,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252A0A color. Also use rgb(37,42,10) instead hex code.

Text Font Color

.myTextColor { color: #252A0A; }

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

This text font color is #252A0A.

Background Color

.myBgColor { background-color: #252A0A; }

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

This div background color is #252A0A.

Border color

.myBorderColor { border: 1px solid #252A0A; }

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

This div border color is #252A0A.

Opacity

.myOpacity80 { color: #252A0A; opacity: 0.8; }

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

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

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

This text has shadow with #252A0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252A0A.

Preview

Color preview on black background

This text has color #252A0A on black background.


Color preview on white background

This text has color #252A0A on white background.


Black color preview on #252A0A background

This text has black color on #252A0A background.


White color preview on #252A0A background

This text has white color on #252A0A background.


Related colors

Complementary color

Complementary color for #hex is #DAD5F5.


I love getcolorcode.com

Triadic colors

1 #0A252A and #2A0A25 with #252A0A are triadic colors.

2 #0A2A25 and #2A250A with #252A0A are triadic colors.