COLOR #07282A

HEX: #07282A RGB: (7,40,42)

Color info

#07282A contains red, green and blue colors in about the same proportion. Web safe color of #07282A is #003333 (or #033).

RGB color model

#07282A color RGB value is (7,40,42).

RGB: (7,40,42) (3%, 16%, 16%)

RGB channels and saturation

R 7 of 255 = 3%
G 40 of 255 = 16%
B 42 of 255 = 16%

7
40
42

R + G + B ~ 12%. #07282A is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 40 + 42 = 89 (100%)
R 7 of 89 ~ 7.87%
G 40 of 89 ~ 44.94%
B 42 of 89 ~ 47.19'%

%44.94
%47.19

CMYK color model

#07282A color CMYK value is (83,5,0,84).

  • cyan value is 83.33%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 83.53%

CMYK: (83,5,0,84)
C83M5Y0K84 (83%, 5%, 0%, 84%)
(0.83 / 0.05 / 0.00 / 0.84)

CMYK percentages

%83.33
%4.76
%0
%83.53

Codes

Color #07282A in popluar color models

07 28 2A
RGB 7 40 42
HSL 183° 71.43% 9.61%
HSB/HSV 183° 83.33% 16.47%
CMYK 83.33% 4.76% 0.00%
83.53%

Color #07282A in popluar number systems.

HEX 07 28 2A
Decimal 7 40 42
Binary 111 101000 101010
Octal 7 50 52

Shades and tints

Shades of #07282A

#07282A
(7,40,42)
#072527
(7,37,39)
#072224
(7,34,36)
#071F21
(7,31,33)
#071C1E
(7,28,30)
#07191B
(7,25,27)
#071618
(7,22,24)
#071315
(7,19,21)
#071012
(7,16,18)
#070D0F
(7,13,15)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #07282A

#07282A
(7,40,42)
#1D3B3D
(29,59,61)
#334E50
(51,78,80)
#496163
(73,97,99)
#5F7476
(95,116,118)
#758789
(117,135,137)
#8B9A9C
(139,154,156)
#A1ADAF
(161,173,175)
#B7C0C2
(183,192,194)
#CDD3D5
(205,211,213)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07282A color. Also use rgb(7,40,42) instead hex code.

Text Font Color

.myTextColor { color: #07282A; }

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

This text font color is #07282A.

Background Color

.myBgColor { background-color: #07282A; }

<div style="background-color:#07282A">Inner text</div>

This div background color is #07282A.

Border color

.myBorderColor { border: 1px solid #07282A; }

<div style="border:3px solid #07282A">Div</div>

This div border color is #07282A.

Opacity

.myOpacity80 { color: #07282A; opacity: 0.8; }

<p style="color:#07282A;opacity:0.8;">80%</p>

Text with #07282A 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 #07282A;}

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

This text has shadow with #07282A color.


.textShadow {text-shadow: 3px 3px 1px #07282A', 3px 3px 1px red;}

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

This text has shadow with #07282A primary color and red secondary color.


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

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

This text has shadow with #07282A and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #07282A; -webkit-box-shadow: 1px 1px 3px 2px #07282A; box-shadow:1px 1px 3px 2px #07282A;">
Div content here
</div>

This div box has shadow with color #07282A.

Preview

Color preview on black background

This text has color #07282A on black background.


Color preview on white background

This text has color #07282A on white background.


Black color preview on #07282A background

This text has black color on #07282A background.


White color preview on #07282A background

This text has white color on #07282A background.


Related colors

Complementary color

Complementary color for #hex is #F8D7D5.


I love getcolorcode.com

Triadic colors

1 #2A0728 and #282A07 with #07282A are triadic colors.

2 #2A2807 and #28072A with #07282A are triadic colors.