COLOR #074832

HEX: #074832
RGB: (7,72,50)

Color info

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

RGB color model

#074832 color RGB value is (7,72,50).

  • red value is 7;
  • green value is 72;
  • blue value is 50.
RGB:
(7,72,50)
(3%,28%,20%)

RGB channels and saturation

R 7 of 255 = 3%
G 72 of 255 = 28%
B 50 of 255 = 20%

7
72
50

R + G + B ~ 17%. #074832 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 72 + 50 = 129 (100%)
R 7 of 129 ~ 5.43%
G 72 of 129 ~ 55.81%
B 50 of 129 ~ 38.76%

%55.81
%38.76

CMYK color model

#074832 color CMYK value is (90,0,31,72).

  • cyan value is 90.28%
  • magenta value is 0.00%
  • yellow value is 30.56%
  • key color value is 71.76%
CMYK:
(90,0,31,72)
C90M0Y31K72 
(90%,0%,31%,72%)
(0.90/0.00/0.31/0.72)	

CMYK percentages

%90.28
%0
%30.56
%71.76

Codes

Color #074832 in popluar color models

074832
RGB77250
HSL160°82.28%15.49%
HSB/HSV160°90.28%28.24%
CMYK90.28%0.00%30.56%
71.76%

Color #074832 in popluar number systems.

HEX074832
Decimal77250
Binary1111001000110010
Octal711062

Shades and tints

Shades of #074832

#074832
(7,72,50)
#07422E
(7,66,46)
#073C2A
(7,60,42)
#073626
(7,54,38)
#073022
(7,48,34)
#072A1E
(7,42,30)
#07241A
(7,36,26)
#071E16
(7,30,22)
#071812
(7,24,18)
#07120E
(7,18,14)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #074832

#074832
(7,72,50)
#1D5844
(29,88,68)
#336856
(51,104,86)
#497868
(73,120,104)
#5F887A
(95,136,122)
#75988C
(117,152,140)
#8BA89E
(139,168,158)
#A1B8B0
(161,184,176)
#B7C8C2
(183,200,194)
#CDD8D4
(205,216,212)
#E3E8E6
(227,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074832 color. Also use rgb(7,72,50) instead hex code.

Text Font Color

.myTextColor { color: #074832; }

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

This text font color is #074832.


Background Color

.myBgColor { background-color: #074832; }

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

This div background color is #074832.


Border color

.myBorderColor { border: 1px solid #074832; }

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

This div border color is #074832.


Opacity

.myOpacity80 { color: #074832; opacity: 0.8; }

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

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

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

This text has shadow with #074832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074832 on black background.


Color preview on white background

This text has color #074832 on white background.



Black color preview on #074832 background

This text has black color on #074832 background.


White color preview on #074832 background

This text has white color on #074832 background.