COLOR #08252C

HEX: #08252C RGB: (8,37,44)

Color info

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

RGB color model

#08252C color RGB value is (8,37,44).

RGB: (8,37,44) (3%, 15%, 17%)

RGB channels and saturation

R 8 of 255 = 3%
G 37 of 255 = 15%
B 44 of 255 = 17%

8
37
44

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

Portions of RGB colors in percentages

R + G + B = 8 + 37 + 44 = 89 (100%)
R 8 of 89 ~ 8.99%
G 37 of 89 ~ 41.57%
B 44 of 89 ~ 49.44'%

%41.57
%49.44

CMYK color model

#08252C color CMYK value is (82,16,0,83).

  • cyan value is 81.82%
  • magenta value is 15.91%
  • yellow value is 0.00%
  • key color value is 82.75%

CMYK: (82,16,0,83)
C82M16Y0K83 (82%, 16%, 0%, 83%)
(0.82 / 0.16 / 0.00 / 0.83)

CMYK percentages

%81.82
%15.91
%0
%82.75

Codes

Color #08252C in popluar color models

08 25 2C
RGB 8 37 44
HSL 192° 69.23% 10.20%
HSB/HSV 192° 81.82% 17.25%
CMYK 81.82% 15.91% 0.00%
82.75%

Color #08252C in popluar number systems.

HEX 08 25 2C
Decimal 8 37 44
Binary 1000 100101 101100
Octal 10 45 54

Shades and tints

Shades of #08252C

#08252C
(8,37,44)
#082228
(8,34,40)
#081F24
(8,31,36)
#081C20
(8,28,32)
#08191C
(8,25,28)
#081618
(8,22,24)
#081314
(8,19,20)
#081010
(8,16,16)
#080D0C
(8,13,12)
#080A08
(8,10,8)
#080704
(8,7,4)
#000000
(0,0,0)

Tints of #08252C

#08252C
(8,37,44)
#1E383F
(30,56,63)
#344B52
(52,75,82)
#4A5E65
(74,94,101)
#607178
(96,113,120)
#76848B
(118,132,139)
#8C979E
(140,151,158)
#A2AAB1
(162,170,177)
#B8BDC4
(184,189,196)
#CED0D7
(206,208,215)
#E4E3EA
(228,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08252C; }

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

This text font color is #08252C.

Background Color

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

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

This div background color is #08252C.

Border color

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

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

This div border color is #08252C.

Opacity

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

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

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

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

This text has shadow with #08252C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #08252C.

Preview

Color preview on black background

This text has color #08252C on black background.


Color preview on white background

This text has color #08252C on white background.


Black color preview on #08252C background

This text has black color on #08252C background.


White color preview on #08252C background

This text has white color on #08252C background.


Related colors

Complementary color

Complementary color for #hex is #F7DAD3.


I love getcolorcode.com

Triadic colors

1 #2C0825 and #252C08 with #08252C are triadic colors.

2 #2C2508 and #25082C with #08252C are triadic colors.