COLOR #07441C

HEX: #07441C
RGB: (7,68,28)

Color info

#07441C contains mainly green and blue colors. Web safe color of #07441C is #003333 (or #033).

RGB color model

#07441C color RGB value is (7,68,28).

  • red value is 7;
  • green value is 68;
  • blue value is 28.
RGB:
(7,68,28)
(3%,27%,11%)

RGB channels and saturation

R 7 of 255 = 3%
G 68 of 255 = 27%
B 28 of 255 = 11%

7
68
28

R + G + B ~ 14%. #07441C is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 68 + 28 = 103 (100%)
R 7 of 103 ~ 6.8%
G 68 of 103 ~ 66.02%
B 28 of 103 ~ 27.18%

%66.02
%27.18

CMYK color model

#07441C color CMYK value is (90,0,59,73).

  • cyan value is 89.71%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 73.33%
CMYK:
(90,0,59,73)
C90M0Y59K73 
(90%,0%,59%,73%)
(0.90/0.00/0.59/0.73)	

CMYK percentages

%89.71
%0
%58.82
%73.33

Codes

Color #07441C in popluar color models

07441C
RGB76828
HSL141°81.33%14.71%
HSB/HSV141°89.71%26.67%
CMYK89.71%0.00%58.82%
73.33%

Color #07441C in popluar number systems.

HEX07441C
Decimal76828
Binary111100010011100
Octal710434

Shades and tints

Shades of #07441C

#07441C
(7,68,28)
#073E1A
(7,62,26)
#073818
(7,56,24)
#073216
(7,50,22)
#072C14
(7,44,20)
#072612
(7,38,18)
#072010
(7,32,16)
#071A0E
(7,26,14)
#07140C
(7,20,12)
#070E0A
(7,14,10)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #07441C

#07441C
(7,68,28)
#1D5530
(29,85,48)
#336644
(51,102,68)
#497758
(73,119,88)
#5F886C
(95,136,108)
#759980
(117,153,128)
#8BAA94
(139,170,148)
#A1BBA8
(161,187,168)
#B7CCBC
(183,204,188)
#CDDDD0
(205,221,208)
#E3EEE4
(227,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07441C color. Also use rgb(7,68,28) instead hex code.

Text Font Color

.myTextColor { color: #07441C; }

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

This text font color is #07441C.


Background Color

.myBgColor { background-color: #07441C; }

<div style="background-color:#07441C">Inner text</div>

This div background color is #07441C.


Border color

.myBorderColor { border: 1px solid #07441C; }

<div style="border:3px solid #07441C">Div</div>

This div border color is #07441C.


Opacity

.myOpacity80 { color: #07441C; opacity: 0.8; }

<p style="color:#07441C;opacity:0.8;">80%</p>

Text with #07441C 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 #07441C;}

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

This text has shadow with #07441C color.

.textShadow {text-shadow: 3px 3px 1px #07441C, 3px 3px 1px red;}

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

This text has shadow with #07441C primary color and red secondary color.


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

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

This text has shadow with #07441C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07441C on black background.


Color preview on white background

This text has color #07441C on white background.



Black color preview on #07441C background

This text has black color on #07441C background.


White color preview on #07441C background

This text has white color on #07441C background.