COLOR #280C0C

HEX: #280C0C
RGB: (40,12,12)

Color info

#280C0C contains red, green and blue colors in about the same proportion. Web safe color of #280C0C is #330000 (or #300).

RGB color model

#280C0C color RGB value is (40,12,12).

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

RGB channels and saturation

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

40
12
12

R + G + B ~ 9%. #280C0C is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 12 + 12 = 64 (100%)
R 40 of 64 ~ 62.5%
G 12 of 64 ~ 18.75%
B 12 of 64 ~ 18.75%

%62.5
%18.75
%18.75

CMYK color model

#280C0C color CMYK value is (0,70,70,84).

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

CMYK percentages

%0
%70
%70
%84.31

Codes

Color #280C0C in popluar color models

280C0C
RGB401212
HSL53.85%10.20%
HSB/HSV70.00%15.69%
CMYK0.00%70.00%70.00%
84.31%

Color #280C0C in popluar number systems.

HEX280C0C
Decimal401212
Binary10100011001100
Octal501414

Shades and tints

Shades of #280C0C

#280C0C
(40,12,12)
#250B0B
(37,11,11)
#220A0A
(34,10,10)
#1F0909
(31,9,9)
#1C0808
(28,8,8)
#190707
(25,7,7)
#160606
(22,6,6)
#130505
(19,5,5)
#100404
(16,4,4)
#0D0303
(13,3,3)
#0A0202
(10,2,2)
#000000
(0,0,0)

Tints of #280C0C

#280C0C
(40,12,12)
#3B2222
(59,34,34)
#4E3838
(78,56,56)
#614E4E
(97,78,78)
#746464
(116,100,100)
#877A7A
(135,122,122)
#9A9090
(154,144,144)
#ADA6A6
(173,166,166)
#C0BCBC
(192,188,188)
#D3D2D2
(211,210,210)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #280C0C; }

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

This text font color is #280C0C.


Background Color

.myBgColor { background-color: #280C0C; }

<div style="background-color:#280C0C">Inner text</div>

This div background color is #280C0C.


Border color

.myBorderColor { border: 1px solid #280C0C; }

<div style="border:3px solid #280C0C">Div</div>

This div border color is #280C0C.


Opacity

.myOpacity80 { color: #280C0C; opacity: 0.8; }

<p style="color:#280C0C;opacity:0.8;">80%</p>

Text with #280C0C 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 #280C0C;}

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

This text has shadow with #280C0C color.

.textShadow {text-shadow: 3px 3px 1px #280C0C, 3px 3px 1px red;}

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

This text has shadow with #280C0C primary color and red secondary color.


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

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

This text has shadow with #280C0C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280C0C on black background.


Color preview on white background

This text has color #280C0C on white background.



Black color preview on #280C0C background

This text has black color on #280C0C background.


White color preview on #280C0C background

This text has white color on #280C0C background.