COLOR #074108

HEX: #074108
RGB: (7,65,8)

Color info

#074108 contains red, green and blue colors in about the same proportion. Web safe color of #074108 is #003300 (or #030).

RGB color model

#074108 color RGB value is (7,65,8).

  • red value is 7;
  • green value is 65;
  • blue value is 8.
RGB:
(7,65,8)
(3%,25%,3%)

RGB channels and saturation

R 7 of 255 = 3%
G 65 of 255 = 25%
B 8 of 255 = 3%

7
65
8

R + G + B ~ 10%. #074108 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 65 + 8 = 80 (100%)
R 7 of 80 ~ 8.75%
G 65 of 80 ~ 81.25%
B 8 of 80 ~ 10%

%81.25
%10

CMYK color model

#074108 color CMYK value is (89,0,88,75).

  • cyan value is 89.23%
  • magenta value is 0.00%
  • yellow value is 87.69%
  • key color value is 74.51%
CMYK:
(89,0,88,75)
C89M0Y88K75 
(89%,0%,88%,75%)
(0.89/0.00/0.88/0.75)	

CMYK percentages

%89.23
%0
%87.69
%74.51

Codes

Color #074108 in popluar color models

074108
RGB7658
HSL121°80.56%14.12%
HSB/HSV121°89.23%25.49%
CMYK89.23%0.00%87.69%
74.51%

Color #074108 in popluar number systems.

HEX074108
Decimal7658
Binary11110000011000
Octal710110

Shades and tints

Shades of #074108

#074108
(7,65,8)
#073C08
(7,60,8)
#073708
(7,55,8)
#073208
(7,50,8)
#072D08
(7,45,8)
#072808
(7,40,8)
#072308
(7,35,8)
#071E08
(7,30,8)
#071908
(7,25,8)
#071408
(7,20,8)
#070F08
(7,15,8)
#000000
(0,0,0)

Tints of #074108

#074108
(7,65,8)
#1D521E
(29,82,30)
#336334
(51,99,52)
#49744A
(73,116,74)
#5F8560
(95,133,96)
#759676
(117,150,118)
#8BA78C
(139,167,140)
#A1B8A2
(161,184,162)
#B7C9B8
(183,201,184)
#CDDACE
(205,218,206)
#E3EBE4
(227,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074108 color. Also use rgb(7,65,8) instead hex code.

Text Font Color

.myTextColor { color: #074108; }

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

This text font color is #074108.


Background Color

.myBgColor { background-color: #074108; }

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

This div background color is #074108.


Border color

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

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

This div border color is #074108.


Opacity

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

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

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

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

This text has shadow with #074108 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074108 on black background.


Color preview on white background

This text has color #074108 on white background.



Black color preview on #074108 background

This text has black color on #074108 background.


White color preview on #074108 background

This text has white color on #074108 background.