COLOR #07432E

HEX: #07432E
RGB: (7,67,46)

Color info

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

RGB color model

#07432E color RGB value is (7,67,46).

  • red value is 7;
  • green value is 67;
  • blue value is 46.
RGB:
(7,67,46)
(3%,26%,18%)

RGB channels and saturation

R 7 of 255 = 3%
G 67 of 255 = 26%
B 46 of 255 = 18%

7
67
46

R + G + B ~ 16%. #07432E is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 67 + 46 = 120 (100%)
R 7 of 120 ~ 5.83%
G 67 of 120 ~ 55.83%
B 46 of 120 ~ 38.33%

%55.83
%38.33

CMYK color model

#07432E color CMYK value is (90,0,31,74).

  • cyan value is 89.55%
  • magenta value is 0.00%
  • yellow value is 31.34%
  • key color value is 73.73%
CMYK:
(90,0,31,74)
C90M0Y31K74 
(90%,0%,31%,74%)
(0.90/0.00/0.31/0.74)	

CMYK percentages

%89.55
%0
%31.34
%73.73

Codes

Color #07432E in popluar color models

07432E
RGB76746
HSL159°81.08%14.51%
HSB/HSV159°89.55%26.27%
CMYK89.55%0.00%31.34%
73.73%

Color #07432E in popluar number systems.

HEX07432E
Decimal76746
Binary1111000011101110
Octal710356

Shades and tints

Shades of #07432E

#07432E
(7,67,46)
#073D2A
(7,61,42)
#073726
(7,55,38)
#073122
(7,49,34)
#072B1E
(7,43,30)
#07251A
(7,37,26)
#071F16
(7,31,22)
#071912
(7,25,18)
#07130E
(7,19,14)
#070D0A
(7,13,10)
#070706
(7,7,6)
#000000
(0,0,0)

Tints of #07432E

#07432E
(7,67,46)
#1D5441
(29,84,65)
#336554
(51,101,84)
#497667
(73,118,103)
#5F877A
(95,135,122)
#75988D
(117,152,141)
#8BA9A0
(139,169,160)
#A1BAB3
(161,186,179)
#B7CBC6
(183,203,198)
#CDDCD9
(205,220,217)
#E3EDEC
(227,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07432E color. Also use rgb(7,67,46) instead hex code.

Text Font Color

.myTextColor { color: #07432E; }

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

This text font color is #07432E.


Background Color

.myBgColor { background-color: #07432E; }

<div style="background-color:#07432E">Inner text</div>

This div background color is #07432E.


Border color

.myBorderColor { border: 1px solid #07432E; }

<div style="border:3px solid #07432E">Div</div>

This div border color is #07432E.


Opacity

.myOpacity80 { color: #07432E; opacity: 0.8; }

<p style="color:#07432E;opacity:0.8;">80%</p>

Text with #07432E 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 #07432E;}

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

This text has shadow with #07432E color.

.textShadow {text-shadow: 3px 3px 1px #07432E, 3px 3px 1px red;}

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

This text has shadow with #07432E primary color and red secondary color.


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

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

This text has shadow with #07432E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07432E on black background.


Color preview on white background

This text has color #07432E on white background.



Black color preview on #07432E background

This text has black color on #07432E background.


White color preview on #07432E background

This text has white color on #07432E background.