COLOR #075E29

HEX: #075E29
RGB: (7,94,41)

Color info

#075E29 contains mainly green and blue colors. Web safe color of #075E29 is #006633 (or #063).

RGB color model

#075E29 color RGB value is (7,94,41).

  • red value is 7;
  • green value is 94;
  • blue value is 41.
RGB:
(7,94,41)
(3%,37%,16%)

RGB channels and saturation

R 7 of 255 = 3%
G 94 of 255 = 37%
B 41 of 255 = 16%

7
94
41

R + G + B ~ 19%. #075E29 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 94 + 41 = 142 (100%)
R 7 of 142 ~ 4.93%
G 94 of 142 ~ 66.2%
B 41 of 142 ~ 28.87%

%66.2
%28.87

CMYK color model

#075E29 color CMYK value is (93,0,56,63).

  • cyan value is 92.55%
  • magenta value is 0.00%
  • yellow value is 56.38%
  • key color value is 63.14%
CMYK:
(93,0,56,63)
C93M0Y56K63 
(93%,0%,56%,63%)
(0.93/0.00/0.56/0.63)	

CMYK percentages

%92.55
%0
%56.38
%63.14

Codes

Color #075E29 in popluar color models

075E29
RGB79441
HSL143°86.14%19.80%
HSB/HSV143°92.55%36.86%
CMYK92.55%0.00%56.38%
63.14%

Color #075E29 in popluar number systems.

HEX075E29
Decimal79441
Binary1111011110101001
Octal713651

Shades and tints

Shades of #075E29

#075E29
(7,94,41)
#075626
(7,86,38)
#074E23
(7,78,35)
#074620
(7,70,32)
#073E1D
(7,62,29)
#07361A
(7,54,26)
#072E17
(7,46,23)
#072614
(7,38,20)
#071E11
(7,30,17)
#07160E
(7,22,14)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #075E29

#075E29
(7,94,41)
#1D6C3C
(29,108,60)
#337A4F
(51,122,79)
#498862
(73,136,98)
#5F9675
(95,150,117)
#75A488
(117,164,136)
#8BB29B
(139,178,155)
#A1C0AE
(161,192,174)
#B7CEC1
(183,206,193)
#CDDCD4
(205,220,212)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075E29 color. Also use rgb(7,94,41) instead hex code.

Text Font Color

.myTextColor { color: #075E29; }

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

This text font color is #075E29.


Background Color

.myBgColor { background-color: #075E29; }

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

This div background color is #075E29.


Border color

.myBorderColor { border: 1px solid #075E29; }

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

This div border color is #075E29.


Opacity

.myOpacity80 { color: #075E29; opacity: 0.8; }

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

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

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

This text has shadow with #075E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075E29 on black background.


Color preview on white background

This text has color #075E29 on white background.



Black color preview on #075E29 background

This text has black color on #075E29 background.


White color preview on #075E29 background

This text has white color on #075E29 background.