COLOR #280E3D

HEX: #280E3D
RGB: (40,14,61)

Color info

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

RGB color model

#280E3D color RGB value is (40,14,61).

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

RGB channels and saturation

R 40 of 255 = 16%
G 14 of 255 = 5%
B 61 of 255 = 24%

40
14
61

R + G + B ~ 15%. #280E3D is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 14 + 61 = 115 (100%)
R 40 of 115 ~ 34.78%
G 14 of 115 ~ 12.17%
B 61 of 115 ~ 53.04%

%34.78
%12.17
%53.04

CMYK color model

#280E3D color CMYK value is (34,77,0,76).

  • cyan value is 34.43%
  • magenta value is 77.05%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(34,77,0,76)
C34M77Y0K76 
(34%,77%,0%,76%)
(0.34/0.77/0.00/0.76)	

CMYK percentages

%34.43
%77.05
%0
%76.08

Codes

Color #280E3D in popluar color models

280E3D
RGB401461
HSL273°62.67%14.71%
HSB/HSV273°77.05%23.92%
CMYK34.43%77.05%0.00%
76.08%

Color #280E3D in popluar number systems.

HEX280E3D
Decimal401461
Binary1010001110111101
Octal501675

Shades and tints

Shades of #280E3D

#280E3D
(40,14,61)
#250D38
(37,13,56)
#220C33
(34,12,51)
#1F0B2E
(31,11,46)
#1C0A29
(28,10,41)
#190924
(25,9,36)
#16081F
(22,8,31)
#13071A
(19,7,26)
#100615
(16,6,21)
#0D0510
(13,5,16)
#0A040B
(10,4,11)
#000000
(0,0,0)

Tints of #280E3D

#280E3D
(40,14,61)
#3B234E
(59,35,78)
#4E385F
(78,56,95)
#614D70
(97,77,112)
#746281
(116,98,129)
#877792
(135,119,146)
#9A8CA3
(154,140,163)
#ADA1B4
(173,161,180)
#C0B6C5
(192,182,197)
#D3CBD6
(211,203,214)
#E6E0E7
(230,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #280E3D; }

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

This text font color is #280E3D.


Background Color

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

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

This div background color is #280E3D.


Border color

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

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

This div border color is #280E3D.


Opacity

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

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

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

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

This text has shadow with #280E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280E3D on black background.


Color preview on white background

This text has color #280E3D on white background.



Black color preview on #280E3D background

This text has black color on #280E3D background.


White color preview on #280E3D background

This text has white color on #280E3D background.