COLOR #077B34

HEX: #077B34
RGB: (7,123,52)

Color info

#077B34 contains mainly green color. Web safe color of #077B34 is #006633 (or #063).

RGB color model

#077B34 color RGB value is (7,123,52).

  • red value is 7;
  • green value is 123;
  • blue value is 52.
RGB:
(7,123,52)
(3%,48%,20%)

RGB channels and saturation

R 7 of 255 = 3%
G 123 of 255 = 48%
B 52 of 255 = 20%

7
123
52

R + G + B ~ 24%. #077B34 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 123 + 52 = 182 (100%)
R 7 of 182 ~ 3.85%
G 123 of 182 ~ 67.58%
B 52 of 182 ~ 28.57%

%67.58
%28.57

CMYK color model

#077B34 color CMYK value is (94,0,58,52).

  • cyan value is 94.31%
  • magenta value is 0.00%
  • yellow value is 57.72%
  • key color value is 51.76%
CMYK:
(94,0,58,52)
C94M0Y58K52 
(94%,0%,58%,52%)
(0.94/0.00/0.58/0.52)	

CMYK percentages

%94.31
%0
%57.72
%51.76

Codes

Color #077B34 in popluar color models

077B34
RGB712352
HSL143°89.23%25.49%
HSB/HSV143°94.31%48.24%
CMYK94.31%0.00%57.72%
51.76%

Color #077B34 in popluar number systems.

HEX077B34
Decimal712352
Binary1111111011110100
Octal717364

Shades and tints

Shades of #077B34

#077B34
(7,123,52)
#077030
(7,112,48)
#07652C
(7,101,44)
#075A28
(7,90,40)
#074F24
(7,79,36)
#074420
(7,68,32)
#07391C
(7,57,28)
#072E18
(7,46,24)
#072314
(7,35,20)
#071810
(7,24,16)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #077B34

#077B34
(7,123,52)
#1D8746
(29,135,70)
#339358
(51,147,88)
#499F6A
(73,159,106)
#5FAB7C
(95,171,124)
#75B78E
(117,183,142)
#8BC3A0
(139,195,160)
#A1CFB2
(161,207,178)
#B7DBC4
(183,219,196)
#CDE7D6
(205,231,214)
#E3F3E8
(227,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #077B34 color. Also use rgb(7,123,52) instead hex code.

Text Font Color

.myTextColor { color: #077B34; }

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

This text font color is #077B34.


Background Color

.myBgColor { background-color: #077B34; }

<div style="background-color:#077B34">Inner text</div>

This div background color is #077B34.


Border color

.myBorderColor { border: 1px solid #077B34; }

<div style="border:3px solid #077B34">Div</div>

This div border color is #077B34.


Opacity

.myOpacity80 { color: #077B34; opacity: 0.8; }

<p style="color:#077B34;opacity:0.8;">80%</p>

Text with #077B34 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 #077B34;}

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

This text has shadow with #077B34 color.

.textShadow {text-shadow: 3px 3px 1px #077B34, 3px 3px 1px red;}

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

This text has shadow with #077B34 primary color and red secondary color.


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

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

This text has shadow with #077B34 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #077B34 on black background.


Color preview on white background

This text has color #077B34 on white background.



Black color preview on #077B34 background

This text has black color on #077B34 background.


White color preview on #077B34 background

This text has white color on #077B34 background.