COLOR #00280C

HEX: #00280C
RGB: (0,40,12)

Color info

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

RGB color model

#00280C color RGB value is (0,40,12).

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

RGB channels and saturation

R 0 of 255 = 0%
G 40 of 255 = 16%
B 12 of 255 = 5%

0
40
12

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

Portions of RGB colors in percentages

R + G + B =
0 + 40 + 12 = 52 (100%)
R 0 of 52 ~ 0%
G 40 of 52 ~ 76.92%
B 12 of 52 ~ 23.08%

%76.92
%23.08

CMYK color model

#00280C color CMYK value is (100,0,70,84).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 84.31%
CMYK:
(100,0,70,84)
C100M0Y70K84 
(100%,0%,70%,84%)
(1.00/0.00/0.70/0.84)	

CMYK percentages

%100
%0
%70
%84.31

Codes

Color #00280C in popluar color models

00280C
RGB04012
HSL138°100.00%7.84%
HSB/HSV138°100.00%15.69%
CMYK100.00%0.00%70.00%
84.31%

Color #00280C in popluar number systems.

HEX00280C
Decimal04012
Binary01010001100
Octal05014

Shades and tints

Shades of #00280C

#00280C
(0,40,12)
#00250B
(0,37,11)
#00220A
(0,34,10)
#001F09
(0,31,9)
#001C08
(0,28,8)
#001907
(0,25,7)
#001606
(0,22,6)
#001305
(0,19,5)
#001004
(0,16,4)
#000D03
(0,13,3)
#000A02
(0,10,2)
#000000
(0,0,0)

Tints of #00280C

#00280C
(0,40,12)
#173B22
(23,59,34)
#2E4E38
(46,78,56)
#45614E
(69,97,78)
#5C7464
(92,116,100)
#73877A
(115,135,122)
#8A9A90
(138,154,144)
#A1ADA6
(161,173,166)
#B8C0BC
(184,192,188)
#CFD3D2
(207,211,210)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00280C; }

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

This text font color is #00280C.


Background Color

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

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

This div background color is #00280C.


Border color

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

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

This div border color is #00280C.


Opacity

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

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

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

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

This text has shadow with #00280C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00280C on black background.


Color preview on white background

This text has color #00280C on white background.



Black color preview on #00280C background

This text has black color on #00280C background.


White color preview on #00280C background

This text has white color on #00280C background.