COLOR #07432A

HEX: #07432A
RGB: (7,67,42)

Color info

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

RGB color model

#07432A color RGB value is (7,67,42).

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

RGB channels and saturation

R 7 of 255 = 3%
G 67 of 255 = 26%
B 42 of 255 = 16%

7
67
42

R + G + B ~ 15%. #07432A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 67 + 42 = 116 (100%)
R 7 of 116 ~ 6.03%
G 67 of 116 ~ 57.76%
B 42 of 116 ~ 36.21%

%57.76
%36.21

CMYK color model

#07432A color CMYK value is (90,0,37,74).

  • cyan value is 89.55%
  • magenta value is 0.00%
  • yellow value is 37.31%
  • key color value is 73.73%
CMYK:
(90,0,37,74)
C90M0Y37K74 
(90%,0%,37%,74%)
(0.90/0.00/0.37/0.74)	

CMYK percentages

%89.55
%0
%37.31
%73.73

Codes

Color #07432A in popluar color models

07432A
RGB76742
HSL155°81.08%14.51%
HSB/HSV155°89.55%26.27%
CMYK89.55%0.00%37.31%
73.73%

Color #07432A in popluar number systems.

HEX07432A
Decimal76742
Binary1111000011101010
Octal710352

Shades and tints

Shades of #07432A

#07432A
(7,67,42)
#073D27
(7,61,39)
#073724
(7,55,36)
#073121
(7,49,33)
#072B1E
(7,43,30)
#07251B
(7,37,27)
#071F18
(7,31,24)
#071915
(7,25,21)
#071312
(7,19,18)
#070D0F
(7,13,15)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #07432A

#07432A
(7,67,42)
#1D543D
(29,84,61)
#336550
(51,101,80)
#497663
(73,118,99)
#5F8776
(95,135,118)
#759889
(117,152,137)
#8BA99C
(139,169,156)
#A1BAAF
(161,186,175)
#B7CBC2
(183,203,194)
#CDDCD5
(205,220,213)
#E3EDE8
(227,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07432A; }

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

This text font color is #07432A.


Background Color

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

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

This div background color is #07432A.


Border color

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

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

This div border color is #07432A.


Opacity

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

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

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

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

This text has shadow with #07432A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07432A on black background.


Color preview on white background

This text has color #07432A on white background.



Black color preview on #07432A background

This text has black color on #07432A background.


White color preview on #07432A background

This text has white color on #07432A background.