COLOR #07450A

HEX: #07450A RGB: (7,69,10)

Color info

#07450A contains mainly green and blue colors. Web safe color of #07450A is #003300 (or #030).

RGB color model

#07450A color RGB value is (7,69,10).

RGB: (7,69,10) (3%, 27%, 4%)

RGB channels and saturation

R 7 of 255 = 3%
G 69 of 255 = 27%
B 10 of 255 = 4%

7
69
10

R + G + B ~ 11%. #07450A is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 69 + 10 = 86 (100%)
R 7 of 86 ~ 8.14%
G 69 of 86 ~ 80.23%
B 10 of 86 ~ 11.63'%

%80.23
%11.63

CMYK color model

#07450A color CMYK value is (90,0,86,73).

  • cyan value is 89.86%
  • magenta value is 0.00%
  • yellow value is 85.51%
  • key color value is 72.94%

CMYK: (90,0,86,73)
C90M0Y86K73 (90%, 0%, 86%, 73%)
(0.90 / 0.00 / 0.86 / 0.73)

CMYK percentages

%89.86
%0
%85.51
%72.94

Codes

Color #07450A in popluar color models

07 45 0A
RGB 7 69 10
HSL 123° 81.58% 14.90%
HSB/HSV 123° 89.86% 27.06%
CMYK 89.86% 0.00% 85.51%
72.94%

Color #07450A in popluar number systems.

HEX 07 45 0A
Decimal 7 69 10
Binary 111 1000101 1010
Octal 7 105 12

Shades and tints

Shades of #07450A

#07450A
(7,69,10)
#073F0A
(7,63,10)
#07390A
(7,57,10)
#07330A
(7,51,10)
#072D0A
(7,45,10)
#07270A
(7,39,10)
#07210A
(7,33,10)
#071B0A
(7,27,10)
#07150A
(7,21,10)
#070F0A
(7,15,10)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #07450A

#07450A
(7,69,10)
#1D5520
(29,85,32)
#336536
(51,101,54)
#49754C
(73,117,76)
#5F8562
(95,133,98)
#759578
(117,149,120)
#8BA58E
(139,165,142)
#A1B5A4
(161,181,164)
#B7C5BA
(183,197,186)
#CDD5D0
(205,213,208)
#E3E5E6
(227,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07450A color. Also use rgb(7,69,10) instead hex code.

Text Font Color

.myTextColor { color: #07450A; }

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

This text font color is #07450A.

Background Color

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

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

This div background color is #07450A.

Border color

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

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

This div border color is #07450A.

Opacity

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

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

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

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

This text has shadow with #07450A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07450A.

Preview

Color preview on black background

This text has color #07450A on black background.


Color preview on white background

This text has color #07450A on white background.


Black color preview on #07450A background

This text has black color on #07450A background.


White color preview on #07450A background

This text has white color on #07450A background.


Related colors

Complementary color

Complementary color for #hex is #F8BAF5.


I love getcolorcode.com

Triadic colors

1 #0A0745 and #450A07 with #07450A are triadic colors.

2 #0A4507 and #45070A with #07450A are triadic colors.