COLOR #25062D

HEX: #25062D RGB: (37,6,45)

Color info

#25062D contains red, green and blue colors in about the same proportion. Web safe color of #25062D is #330033 (or #303).

RGB color model

#25062D color RGB value is (37,6,45).

RGB: (37,6,45) (15%, 2%, 18%)

RGB channels and saturation

R 37 of 255 = 15%
G 6 of 255 = 2%
B 45 of 255 = 18%

37
6
45

R + G + B ~ 12%. #25062D is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 6 + 45 = 88 (100%)
R 37 of 88 ~ 42.05%
G 6 of 88 ~ 6.82%
B 45 of 88 ~ 51.14'%

%42.05
%51.14

CMYK color model

#25062D color CMYK value is (18,87,0,82).

  • cyan value is 17.78%
  • magenta value is 86.67%
  • yellow value is 0.00%
  • key color value is 82.35%

CMYK: (18,87,0,82)
C18M87Y0K82 (18%, 87%, 0%, 82%)
(0.18 / 0.87 / 0.00 / 0.82)

CMYK percentages

%17.78
%86.67
%0
%82.35

Codes

Color #25062D in popluar color models

25 06 2D
RGB 37 6 45
HSL 288° 76.47% 10.00%
HSB/HSV 288° 86.67% 17.65%
CMYK 17.78% 86.67% 0.00%
82.35%

Color #25062D in popluar number systems.

HEX 25 06 2D
Decimal 37 6 45
Binary 100101 110 101101
Octal 45 6 55

Shades and tints

Shades of #25062D

#25062D
(37,6,45)
#220629
(34,6,41)
#1F0625
(31,6,37)
#1C0621
(28,6,33)
#19061D
(25,6,29)
#160619
(22,6,25)
#130615
(19,6,21)
#100611
(16,6,17)
#0D060D
(13,6,13)
#0A0609
(10,6,9)
#070605
(7,6,5)
#000000
(0,0,0)

Tints of #25062D

#25062D
(37,6,45)
#381C40
(56,28,64)
#4B3253
(75,50,83)
#5E4866
(94,72,102)
#715E79
(113,94,121)
#84748C
(132,116,140)
#978A9F
(151,138,159)
#AAA0B2
(170,160,178)
#BDB6C5
(189,182,197)
#D0CCD8
(208,204,216)
#E3E2EB
(227,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25062D color. Also use rgb(37,6,45) instead hex code.

Text Font Color

.myTextColor { color: #25062D; }

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

This text font color is #25062D.

Background Color

.myBgColor { background-color: #25062D; }

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

This div background color is #25062D.

Border color

.myBorderColor { border: 1px solid #25062D; }

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

This div border color is #25062D.

Opacity

.myOpacity80 { color: #25062D; opacity: 0.8; }

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

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

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

This text has shadow with #25062D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25062D.

Preview

Color preview on black background

This text has color #25062D on black background.


Color preview on white background

This text has color #25062D on white background.


Black color preview on #25062D background

This text has black color on #25062D background.


White color preview on #25062D background

This text has white color on #25062D background.


Related colors

Complementary color

Complementary color for #hex is #DAF9D2.


I love getcolorcode.com

Triadic colors

1 #2D2506 and #062D25 with #25062D are triadic colors.

2 #2D0625 and #06252D with #25062D are triadic colors.