COLOR #075E3B

HEX: #075E3B RGB: (7,94,59)

Color info

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

RGB color model

#075E3B color RGB value is (7,94,59).

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

RGB channels and saturation

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

7
94
59

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

Portions of RGB colors in percentages

R + G + B = 7 + 94 + 59 = 160 (100%)
R 7 of 160 ~ 4.38%
G 94 of 160 ~ 58.75%
B 59 of 160 ~ 36.88'%

%58.75
%36.88

CMYK color model

#075E3B color CMYK value is (93,0,37,63).

  • cyan value is 92.55%
  • magenta value is 0.00%
  • yellow value is 37.23%
  • key color value is 63.14%

CMYK: (93,0,37,63)
C93M0Y37K63 (93%, 0%, 37%, 63%)
(0.93 / 0.00 / 0.37 / 0.63)

CMYK percentages

%92.55
%0
%37.23
%63.14

Codes

Color #075E3B in popluar color models

07 5E 3B
RGB 7 94 59
HSL 156° 86.14% 19.80%
HSB/HSV 156° 92.55% 36.86%
CMYK 92.55% 0.00% 37.23%
63.14%

Color #075E3B in popluar number systems.

HEX 07 5E 3B
Decimal 7 94 59
Binary 111 1011110 111011
Octal 7 136 73

Shades and tints

Shades of #075E3B

#075E3B
(7,94,59)
#075636
(7,86,54)
#074E31
(7,78,49)
#07462C
(7,70,44)
#073E27
(7,62,39)
#073622
(7,54,34)
#072E1D
(7,46,29)
#072618
(7,38,24)
#071E13
(7,30,19)
#07160E
(7,22,14)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #075E3B

#075E3B
(7,94,59)
#1D6C4C
(29,108,76)
#337A5D
(51,122,93)
#49886E
(73,136,110)
#5F967F
(95,150,127)
#75A490
(117,164,144)
#8BB2A1
(139,178,161)
#A1C0B2
(161,192,178)
#B7CEC3
(183,206,195)
#CDDCD4
(205,220,212)
#E3EAE5
(227,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #075E3B; }

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

This text font color is #075E3B.

Background Color

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

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

This div background color is #075E3B.

Border color

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

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

This div border color is #075E3B.

Opacity

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

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

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

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

This text has shadow with #075E3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #075E3B.

Preview

Color preview on black background

This text has color #075E3B on black background.


Color preview on white background

This text has color #075E3B on white background.


Black color preview on #075E3B background

This text has black color on #075E3B background.


White color preview on #075E3B background

This text has white color on #075E3B background.


Related colors

Complementary color

Complementary color for #hex is #F8A1C4.


I love getcolorcode.com

Triadic colors

1 #3B075E and #5E3B07 with #075E3B are triadic colors.

2 #3B5E07 and #5E073B with #075E3B are triadic colors.