COLOR #08253F

HEX: #08253F
RGB: (8,37,63)

Color info

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

RGB color model

#08253F color RGB value is (8,37,63).

  • red value is 8;
  • green value is 37;
  • blue value is 63.
RGB: (8,37,63) (3%,15%,25%)

RGB channels and saturation

R 8 of 255 = 3%
G 37 of 255 = 15%
B 63 of 255 = 25%

8
37
63

R + G + B ~ 14%. #08253F is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 37 + 63 = 108 (100%)
R 8 of 108 ~ 7.41%
G 37 of 108 ~ 34.26%
B 63 of 108 ~ 58.33%

%34.26
%58.33

CMYK color model

#08253F color CMYK value is (87,41,0,75).

  • cyan value is 87.30%
  • magenta value is 41.27%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK: (87,41,0,75) C87M41Y0K75 (87%,41%,0%,75%) (0.87/0.41/0.00/0.75)

CMYK percentages

%87.3
%41.27
%0
%75.29

Codes

Color #08253F in popluar color models

08253F
RGB83763
HSL208°77.46%13.92%
HSB/HSV208°87.30%24.71%
CMYK87.30%41.27%0.00%
75.29%

Color #08253F in popluar number systems.

HEX08253F
Decimal83763
Binary1000100101111111
Octal104577

Shades and tints

Shades of #08253F

#08253F
(8,37,63)
#08223A
(8,34,58)
#081F35
(8,31,53)
#081C30
(8,28,48)
#08192B
(8,25,43)
#081626
(8,22,38)
#081321
(8,19,33)
#08101C
(8,16,28)
#080D17
(8,13,23)
#080A12
(8,10,18)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #08253F

#08253F
(8,37,63)
#1E3850
(30,56,80)
#344B61
(52,75,97)
#4A5E72
(74,94,114)
#607183
(96,113,131)
#768494
(118,132,148)
#8C97A5
(140,151,165)
#A2AAB6
(162,170,182)
#B8BDC7
(184,189,199)
#CED0D8
(206,208,216)
#E4E3E9
(228,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08253F color. Also use rgb(8,37,63) instead hex code.

Text Font Color

.myTextColor { color: #08253F; }

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

This text font color is #08253F.


Background Color

.myBgColor { background-color: #08253F; }

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

This div background color is #08253F.


Border color

.myBorderColor { border: 1px solid #08253F; }

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

This div border color is #08253F.


Opacity

.myOpacity80 { color: #08253F; opacity: 0.8; }

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

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

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

This text has shadow with #08253F color.

.textShadow {text-shadow: 3px 3px 1px #08253F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #08253F; -webkit-box-shadow:	1px 1px 3px 2px #08253F; box-shadow:	1px 1px 3px 2px #08253F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #08253F; -webkit-box-shadow: 1px 1px 3px 2px #08253F; box-shadow:1px 1px 3px 2px #08253F;">
Div content here</div>
This div box has shadow with color #08253F.

Preview

Color preview on black background

This text has color #08253F on black background.


Color preview on white background

This text has color #08253F on white background.



Black color preview on #08253F background

This text has black color on #08253F background.


White color preview on #08253F background

This text has white color on #08253F background.