COLOR #075F31

HEX: #075F31
RGB: (7,95,49)

Color info

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

RGB color model

#075F31 color RGB value is (7,95,49).

  • red value is 7;
  • green value is 95;
  • blue value is 49.
RGB:
(7,95,49)
(3%,37%,19%)

RGB channels and saturation

R 7 of 255 = 3%
G 95 of 255 = 37%
B 49 of 255 = 19%

7
95
49

R + G + B ~ 20%. #075F31 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 95 + 49 = 151 (100%)
R 7 of 151 ~ 4.64%
G 95 of 151 ~ 62.91%
B 49 of 151 ~ 32.45%

%62.91
%32.45

CMYK color model

#075F31 color CMYK value is (93,0,48,63).

  • cyan value is 92.63%
  • magenta value is 0.00%
  • yellow value is 48.42%
  • key color value is 62.75%
CMYK:
(93,0,48,63)
C93M0Y48K63 
(93%,0%,48%,63%)
(0.93/0.00/0.48/0.63)	

CMYK percentages

%92.63
%0
%48.42
%62.75

Codes

Color #075F31 in popluar color models

075F31
RGB79549
HSL149°86.27%20.00%
HSB/HSV149°92.63%37.25%
CMYK92.63%0.00%48.42%
62.75%

Color #075F31 in popluar number systems.

HEX075F31
Decimal79549
Binary1111011111110001
Octal713761

Shades and tints

Shades of #075F31

#075F31
(7,95,49)
#07572D
(7,87,45)
#074F29
(7,79,41)
#074725
(7,71,37)
#073F21
(7,63,33)
#07371D
(7,55,29)
#072F19
(7,47,25)
#072715
(7,39,21)
#071F11
(7,31,17)
#07170D
(7,23,13)
#070F09
(7,15,9)
#000000
(0,0,0)

Tints of #075F31

#075F31
(7,95,49)
#1D6D43
(29,109,67)
#337B55
(51,123,85)
#498967
(73,137,103)
#5F9779
(95,151,121)
#75A58B
(117,165,139)
#8BB39D
(139,179,157)
#A1C1AF
(161,193,175)
#B7CFC1
(183,207,193)
#CDDDD3
(205,221,211)
#E3EBE5
(227,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075F31 color. Also use rgb(7,95,49) instead hex code.

Text Font Color

.myTextColor { color: #075F31; }

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

This text font color is #075F31.


Background Color

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

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

This div background color is #075F31.


Border color

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

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

This div border color is #075F31.


Opacity

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

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

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

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

This text has shadow with #075F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075F31 on black background.


Color preview on white background

This text has color #075F31 on white background.



Black color preview on #075F31 background

This text has black color on #075F31 background.


White color preview on #075F31 background

This text has white color on #075F31 background.