COLOR #075D2F

HEX: #075D2F
RGB: (7,93,47)

Color info

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

RGB color model

#075D2F color RGB value is (7,93,47).

  • red value is 7;
  • green value is 93;
  • blue value is 47.
RGB:
(7,93,47)
(3%,36%,18%)

RGB channels and saturation

R 7 of 255 = 3%
G 93 of 255 = 36%
B 47 of 255 = 18%

7
93
47

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

Portions of RGB colors in percentages

R + G + B =
7 + 93 + 47 = 147 (100%)
R 7 of 147 ~ 4.76%
G 93 of 147 ~ 63.27%
B 47 of 147 ~ 31.97%

%63.27
%31.97

CMYK color model

#075D2F color CMYK value is (92,0,49,64).

  • cyan value is 92.47%
  • magenta value is 0.00%
  • yellow value is 49.46%
  • key color value is 63.53%
CMYK:
(92,0,49,64)
C92M0Y49K64 
(92%,0%,49%,64%)
(0.92/0.00/0.49/0.64)	

CMYK percentages

%92.47
%0
%49.46
%63.53

Codes

Color #075D2F in popluar color models

075D2F
RGB79347
HSL148°86.00%19.61%
HSB/HSV148°92.47%36.47%
CMYK92.47%0.00%49.46%
63.53%

Color #075D2F in popluar number systems.

HEX075D2F
Decimal79347
Binary1111011101101111
Octal713557

Shades and tints

Shades of #075D2F

#075D2F
(7,93,47)
#07552B
(7,85,43)
#074D27
(7,77,39)
#074523
(7,69,35)
#073D1F
(7,61,31)
#07351B
(7,53,27)
#072D17
(7,45,23)
#072513
(7,37,19)
#071D0F
(7,29,15)
#07150B
(7,21,11)
#070D07
(7,13,7)
#000000
(0,0,0)

Tints of #075D2F

#075D2F
(7,93,47)
#1D6B41
(29,107,65)
#337953
(51,121,83)
#498765
(73,135,101)
#5F9577
(95,149,119)
#75A389
(117,163,137)
#8BB19B
(139,177,155)
#A1BFAD
(161,191,173)
#B7CDBF
(183,205,191)
#CDDBD1
(205,219,209)
#E3E9E3
(227,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075D2F color. Also use rgb(7,93,47) instead hex code.

Text Font Color

.myTextColor { color: #075D2F; }

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

This text font color is #075D2F.


Background Color

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

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

This div background color is #075D2F.


Border color

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

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

This div border color is #075D2F.


Opacity

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

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

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

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

This text has shadow with #075D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075D2F on black background.


Color preview on white background

This text has color #075D2F on white background.



Black color preview on #075D2F background

This text has black color on #075D2F background.


White color preview on #075D2F background

This text has white color on #075D2F background.