COLOR #08250A

HEX: #08250A
RGB: (8,37,10)

Color info

#08250A contains red, green and blue colors in about the same proportion. Web safe color of #08250A is #003300 (or #030).

RGB color model

#08250A color RGB value is (8,37,10).

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

RGB channels and saturation

R 8 of 255 = 3%
G 37 of 255 = 15%
B 10 of 255 = 4%

8
37
10

R + G + B ~ 7%. #08250A is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 37 + 10 = 55 (100%)
R 8 of 55 ~ 14.55%
G 37 of 55 ~ 67.27%
B 10 of 55 ~ 18.18%

%14.55
%67.27
%18.18

CMYK color model

#08250A color CMYK value is (78,0,73,85).

  • cyan value is 78.38%
  • magenta value is 0.00%
  • yellow value is 72.97%
  • key color value is 85.49%
CMYK:
(78,0,73,85)
C78M0Y73K85 
(78%,0%,73%,85%)
(0.78/0.00/0.73/0.85)	

CMYK percentages

%78.38
%0
%72.97
%85.49

Codes

Color #08250A in popluar color models

08250A
RGB83710
HSL124°64.44%8.82%
HSB/HSV124°78.38%14.51%
CMYK78.38%0.00%72.97%
85.49%

Color #08250A in popluar number systems.

HEX08250A
Decimal83710
Binary10001001011010
Octal104512

Shades and tints

Shades of #08250A

#08250A
(8,37,10)
#08220A
(8,34,10)
#081F0A
(8,31,10)
#081C0A
(8,28,10)
#08190A
(8,25,10)
#08160A
(8,22,10)
#08130A
(8,19,10)
#08100A
(8,16,10)
#080D0A
(8,13,10)
#080A0A
(8,10,10)
#08070A
(8,7,10)
#000000
(0,0,0)

Tints of #08250A

#08250A
(8,37,10)
#1E3820
(30,56,32)
#344B36
(52,75,54)
#4A5E4C
(74,94,76)
#607162
(96,113,98)
#768478
(118,132,120)
#8C978E
(140,151,142)
#A2AAA4
(162,170,164)
#B8BDBA
(184,189,186)
#CED0D0
(206,208,208)
#E4E3E6
(228,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08250A color. Also use rgb(8,37,10) instead hex code.

Text Font Color

.myTextColor { color: #08250A; }

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

This text font color is #08250A.


Background Color

.myBgColor { background-color: #08250A; }

<div style="background-color:#08250A">Inner text</div>

This div background color is #08250A.


Border color

.myBorderColor { border: 1px solid #08250A; }

<div style="border:3px solid #08250A">Div</div>

This div border color is #08250A.


Opacity

.myOpacity80 { color: #08250A; opacity: 0.8; }

<p style="color:#08250A;opacity:0.8;">80%</p>

Text with #08250A 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 #08250A;}

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

This text has shadow with #08250A color.

.textShadow {text-shadow: 3px 3px 1px #08250A, 3px 3px 1px red;}

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

This text has shadow with #08250A primary color and red secondary color.


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

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

This text has shadow with #08250A and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #08250A;
-webkit-box-shadow: 1px 1px 3px 2px #08250A;
box-shadow:1px 1px 3px 2px #08250A;">
Div content here</div>
This div box has shadow with color #08250A.

Preview

Color preview on black background

This text has color #08250A on black background.


Color preview on white background

This text has color #08250A on white background.



Black color preview on #08250A background

This text has black color on #08250A background.


White color preview on #08250A background

This text has white color on #08250A background.