COLOR #07242F

HEX: #07242F RGB: (7,36,47)

Color info

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

RGB color model

#07242F color RGB value is (7,36,47).

RGB: (7,36,47) (3%, 14%, 18%)

RGB channels and saturation

R 7 of 255 = 3%
G 36 of 255 = 14%
B 47 of 255 = 18%

7
36
47

R + G + B ~ 12%. #07242F is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 36 + 47 = 90 (100%)
R 7 of 90 ~ 7.78%
G 36 of 90 ~ 40%
B 47 of 90 ~ 52.22'%

%40
%52.22

CMYK color model

#07242F color CMYK value is (85,23,0,82).

  • cyan value is 85.11%
  • magenta value is 23.40%
  • yellow value is 0.00%
  • key color value is 81.57%

CMYK: (85,23,0,82)
C85M23Y0K82 (85%, 23%, 0%, 82%)
(0.85 / 0.23 / 0.00 / 0.82)

CMYK percentages

%85.11
%23.4
%0
%81.57

Codes

Color #07242F in popluar color models

07 24 2F
RGB 7 36 47
HSL 197° 74.07% 10.59%
HSB/HSV 197° 85.11% 18.43%
CMYK 85.11% 23.40% 0.00%
81.57%

Color #07242F in popluar number systems.

HEX 07 24 2F
Decimal 7 36 47
Binary 111 100100 101111
Octal 7 44 57

Shades and tints

Shades of #07242F

#07242F
(7,36,47)
#07212B
(7,33,43)
#071E27
(7,30,39)
#071B23
(7,27,35)
#07181F
(7,24,31)
#07151B
(7,21,27)
#071217
(7,18,23)
#070F13
(7,15,19)
#070C0F
(7,12,15)
#07090B
(7,9,11)
#070607
(7,6,7)
#000000
(0,0,0)

Tints of #07242F

#07242F
(7,36,47)
#1D3741
(29,55,65)
#334A53
(51,74,83)
#495D65
(73,93,101)
#5F7077
(95,112,119)
#758389
(117,131,137)
#8B969B
(139,150,155)
#A1A9AD
(161,169,173)
#B7BCBF
(183,188,191)
#CDCFD1
(205,207,209)
#E3E2E3
(227,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07242F color. Also use rgb(7,36,47) instead hex code.

Text Font Color

.myTextColor { color: #07242F; }

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

This text font color is #07242F.

Background Color

.myBgColor { background-color: #07242F; }

<div style="background-color:#07242F">Inner text</div>

This div background color is #07242F.

Border color

.myBorderColor { border: 1px solid #07242F; }

<div style="border:3px solid #07242F">Div</div>

This div border color is #07242F.

Opacity

.myOpacity80 { color: #07242F; opacity: 0.8; }

<p style="color:#07242F;opacity:0.8;">80%</p>

Text with #07242F 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 #07242F;}

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

This text has shadow with #07242F color.


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

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

This text has shadow with #07242F primary color and red secondary color.


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

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

This text has shadow with #07242F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #07242F.

Preview

Color preview on black background

This text has color #07242F on black background.


Color preview on white background

This text has color #07242F on white background.


Black color preview on #07242F background

This text has black color on #07242F background.


White color preview on #07242F background

This text has white color on #07242F background.


Related colors

Complementary color

Complementary color for #hex is #F8DBD0.


I love getcolorcode.com

Triadic colors

1 #2F0724 and #242F07 with #07242F are triadic colors.

2 #2F2407 and #24072F with #07242F are triadic colors.