COLOR #08252E

HEX: #08252E RGB: (8,37,46)

Color info

#08252E contains red, green and blue colors in about the same proportion. Web safe color of #08252E is #003333 (or #033).

RGB color model

#08252E color RGB value is (8,37,46).

RGB: (8,37,46) (3%, 15%, 18%)

RGB channels and saturation

R 8 of 255 = 3%
G 37 of 255 = 15%
B 46 of 255 = 18%

8
37
46

R + G + B ~ 12%. #08252E is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 37 + 46 = 91 (100%)
R 8 of 91 ~ 8.79%
G 37 of 91 ~ 40.66%
B 46 of 91 ~ 50.55'%

%40.66
%50.55

CMYK color model

#08252E color CMYK value is (83,20,0,82).

  • cyan value is 82.61%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 81.96%

CMYK: (83,20,0,82)
C83M20Y0K82 (83%, 20%, 0%, 82%)
(0.83 / 0.20 / 0.00 / 0.82)

CMYK percentages

%82.61
%19.57
%0
%81.96

Codes

Color #08252E in popluar color models

08 25 2E
RGB 8 37 46
HSL 194° 70.37% 10.59%
HSB/HSV 194° 82.61% 18.04%
CMYK 82.61% 19.57% 0.00%
81.96%

Color #08252E in popluar number systems.

HEX 08 25 2E
Decimal 8 37 46
Binary 1000 100101 101110
Octal 10 45 56

Shades and tints

Shades of #08252E

#08252E
(8,37,46)
#08222A
(8,34,42)
#081F26
(8,31,38)
#081C22
(8,28,34)
#08191E
(8,25,30)
#08161A
(8,22,26)
#081316
(8,19,22)
#081012
(8,16,18)
#080D0E
(8,13,14)
#080A0A
(8,10,10)
#080706
(8,7,6)
#000000
(0,0,0)

Tints of #08252E

#08252E
(8,37,46)
#1E3841
(30,56,65)
#344B54
(52,75,84)
#4A5E67
(74,94,103)
#60717A
(96,113,122)
#76848D
(118,132,141)
#8C97A0
(140,151,160)
#A2AAB3
(162,170,179)
#B8BDC6
(184,189,198)
#CED0D9
(206,208,217)
#E4E3EC
(228,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08252E color. Also use rgb(8,37,46) instead hex code.

Text Font Color

.myTextColor { color: #08252E; }

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

This text font color is #08252E.

Background Color

.myBgColor { background-color: #08252E; }

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

This div background color is #08252E.

Border color

.myBorderColor { border: 1px solid #08252E; }

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

This div border color is #08252E.

Opacity

.myOpacity80 { color: #08252E; opacity: 0.8; }

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

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

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

This text has shadow with #08252E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #08252E.

Preview

Color preview on black background

This text has color #08252E on black background.


Color preview on white background

This text has color #08252E on white background.


Black color preview on #08252E background

This text has black color on #08252E background.


White color preview on #08252E background

This text has white color on #08252E background.


Related colors

Complementary color

Complementary color for #hex is #F7DAD1.


I love getcolorcode.com

Triadic colors

1 #2E0825 and #252E08 with #08252E are triadic colors.

2 #2E2508 and #25082E with #08252E are triadic colors.