COLOR #075F3B

HEX: #075F3B RGB: (7,95,59)

Color info

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

RGB color model

#075F3B color RGB value is (7,95,59).

RGB: (7,95,59) (3%, 37%, 23%)

RGB channels and saturation

R 7 of 255 = 3%
G 95 of 255 = 37%
B 59 of 255 = 23%

7
95
59

R + G + B ~ 21%. #075F3B is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 95 + 59 = 161 (100%)
R 7 of 161 ~ 4.35%
G 95 of 161 ~ 59.01%
B 59 of 161 ~ 36.65'%

%59.01
%36.65

CMYK color model

#075F3B color CMYK value is (93,0,38,63).

  • cyan value is 92.63%
  • magenta value is 0.00%
  • yellow value is 37.89%
  • key color value is 62.75%

CMYK: (93,0,38,63)
C93M0Y38K63 (93%, 0%, 38%, 63%)
(0.93 / 0.00 / 0.38 / 0.63)

CMYK percentages

%92.63
%0
%37.89
%62.75

Codes

Color #075F3B in popluar color models

07 5F 3B
RGB 7 95 59
HSL 155° 86.27% 20.00%
HSB/HSV 155° 92.63% 37.25%
CMYK 92.63% 0.00% 37.89%
62.75%

Color #075F3B in popluar number systems.

HEX 07 5F 3B
Decimal 7 95 59
Binary 111 1011111 111011
Octal 7 137 73

Shades and tints

Shades of #075F3B

#075F3B
(7,95,59)
#075736
(7,87,54)
#074F31
(7,79,49)
#07472C
(7,71,44)
#073F27
(7,63,39)
#073722
(7,55,34)
#072F1D
(7,47,29)
#072718
(7,39,24)
#071F13
(7,31,19)
#07170E
(7,23,14)
#070F09
(7,15,9)
#000000
(0,0,0)

Tints of #075F3B

#075F3B
(7,95,59)
#1D6D4C
(29,109,76)
#337B5D
(51,123,93)
#49896E
(73,137,110)
#5F977F
(95,151,127)
#75A590
(117,165,144)
#8BB3A1
(139,179,161)
#A1C1B2
(161,193,178)
#B7CFC3
(183,207,195)
#CDDDD4
(205,221,212)
#E3EBE5
(227,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #075F3B; }

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

This text font color is #075F3B.

Background Color

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

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

This div background color is #075F3B.

Border color

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

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

This div border color is #075F3B.

Opacity

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

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

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

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

This text has shadow with #075F3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #075F3B.

Preview

Color preview on black background

This text has color #075F3B on black background.


Color preview on white background

This text has color #075F3B on white background.


Black color preview on #075F3B background

This text has black color on #075F3B background.


White color preview on #075F3B background

This text has white color on #075F3B background.


Related colors

Complementary color

Complementary color for #hex is #F8A0C4.


I love getcolorcode.com

Triadic colors

1 #3B075F and #5F3B07 with #075F3B are triadic colors.

2 #3B5F07 and #5F073B with #075F3B are triadic colors.