COLOR #280C38

HEX: #280C38
RGB: (40,12,56)

Color info

#280C38 contains red, green and blue colors in about the same proportion. Web safe color of #280C38 is #330033 (or #303).

RGB color model

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

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

RGB channels and saturation

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

40
12
56

R + G + B ~ 14%. #280C38 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 12 + 56 = 108 (100%)
R 40 of 108 ~ 37.04%
G 12 of 108 ~ 11.11%
B 56 of 108 ~ 51.85%

%37.04
%11.11
%51.85

CMYK color model

#280C38 color CMYK value is (29,79,0,78).

  • cyan value is 28.57%
  • magenta value is 78.57%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(29,79,0,78)
C29M79Y0K78 
(29%,79%,0%,78%)
(0.29/0.79/0.00/0.78)	

CMYK percentages

%28.57
%78.57
%0
%78.04

Codes

Color #280C38 in popluar color models

280C38
RGB401256
HSL278°64.71%13.33%
HSB/HSV278°78.57%21.96%
CMYK28.57%78.57%0.00%
78.04%

Color #280C38 in popluar number systems.

HEX280C38
Decimal401256
Binary1010001100111000
Octal501470

Shades and tints

Shades of #280C38

#280C38
(40,12,56)
#250B33
(37,11,51)
#220A2E
(34,10,46)
#1F0929
(31,9,41)
#1C0824
(28,8,36)
#19071F
(25,7,31)
#16061A
(22,6,26)
#130515
(19,5,21)
#100410
(16,4,16)
#0D030B
(13,3,11)
#0A0206
(10,2,6)
#000000
(0,0,0)

Tints of #280C38

#280C38
(40,12,56)
#3B224A
(59,34,74)
#4E385C
(78,56,92)
#614E6E
(97,78,110)
#746480
(116,100,128)
#877A92
(135,122,146)
#9A90A4
(154,144,164)
#ADA6B6
(173,166,182)
#C0BCC8
(192,188,200)
#D3D2DA
(211,210,218)
#E6E8EC
(230,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #280C38; }

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

This text font color is #280C38.


Background Color

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

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

This div background color is #280C38.


Border color

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

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

This div border color is #280C38.


Opacity

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

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

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

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

This text has shadow with #280C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280C38 on black background.


Color preview on white background

This text has color #280C38 on white background.



Black color preview on #280C38 background

This text has black color on #280C38 background.


White color preview on #280C38 background

This text has white color on #280C38 background.