COLOR #00250C

HEX: #00250C
RGB: (0,37,12)

Color info

#00250C contains only green and blue colors. Web safe color of #00250C is #003300 (or #030).

RGB color model

#00250C color RGB value is (0,37,12).

  • red value is 0;
  • green value is 37;
  • blue value is 12.
RGB:
(0,37,12)
(0%,15%,5%)

RGB channels and saturation

R 0 of 255 = 0%
G 37 of 255 = 15%
B 12 of 255 = 5%

0
37
12

R + G + B ~ 7%. #00250C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 37 + 12 = 49 (100%)
R 0 of 49 ~ 0%
G 37 of 49 ~ 75.51%
B 12 of 49 ~ 24.49%

%75.51
%24.49

CMYK color model

#00250C color CMYK value is (100,0,68,85).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 67.57%
  • key color value is 85.49%
CMYK:
(100,0,68,85)
C100M0Y68K85 
(100%,0%,68%,85%)
(1.00/0.00/0.68/0.85)	

CMYK percentages

%100
%0
%67.57
%85.49

Codes

Color #00250C in popluar color models

00250C
RGB03712
HSL139°100.00%7.25%
HSB/HSV139°100.00%14.51%
CMYK100.00%0.00%67.57%
85.49%

Color #00250C in popluar number systems.

HEX00250C
Decimal03712
Binary01001011100
Octal04514

Shades and tints

Shades of #00250C

#00250C
(0,37,12)
#00220B
(0,34,11)
#001F0A
(0,31,10)
#001C09
(0,28,9)
#001908
(0,25,8)
#001607
(0,22,7)
#001306
(0,19,6)
#001005
(0,16,5)
#000D04
(0,13,4)
#000A03
(0,10,3)
#000702
(0,7,2)
#000000
(0,0,0)

Tints of #00250C

#00250C
(0,37,12)
#173822
(23,56,34)
#2E4B38
(46,75,56)
#455E4E
(69,94,78)
#5C7164
(92,113,100)
#73847A
(115,132,122)
#8A9790
(138,151,144)
#A1AAA6
(161,170,166)
#B8BDBC
(184,189,188)
#CFD0D2
(207,208,210)
#E6E3E8
(230,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00250C color. Also use rgb(0,37,12) instead hex code.

Text Font Color

.myTextColor { color: #00250C; }

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

This text font color is #00250C.


Background Color

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

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

This div background color is #00250C.


Border color

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

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

This div border color is #00250C.


Opacity

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

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

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

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

This text has shadow with #00250C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00250C on black background.


Color preview on white background

This text has color #00250C on white background.



Black color preview on #00250C background

This text has black color on #00250C background.


White color preview on #00250C background

This text has white color on #00250C background.