COLOR #07634A

HEX: #07634A
RGB: (7,99,74)

Color info

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

RGB color model

#07634A color RGB value is (7,99,74).

  • red value is 7;
  • green value is 99;
  • blue value is 74.
RGB:
(7,99,74)
(3%,39%,29%)

RGB channels and saturation

R 7 of 255 = 3%
G 99 of 255 = 39%
B 74 of 255 = 29%

7
99
74

R + G + B ~ 24%. #07634A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 99 + 74 = 180 (100%)
R 7 of 180 ~ 3.89%
G 99 of 180 ~ 55%
B 74 of 180 ~ 41.11%

%55
%41.11

CMYK color model

#07634A color CMYK value is (93,0,25,61).

  • cyan value is 92.93%
  • magenta value is 0.00%
  • yellow value is 25.25%
  • key color value is 61.18%
CMYK:
(93,0,25,61)
C93M0Y25K61 
(93%,0%,25%,61%)
(0.93/0.00/0.25/0.61)	

CMYK percentages

%92.93
%0
%25.25
%61.18

Codes

Color #07634A in popluar color models

07634A
RGB79974
HSL164°86.79%20.78%
HSB/HSV164°92.93%38.82%
CMYK92.93%0.00%25.25%
61.18%

Color #07634A in popluar number systems.

HEX07634A
Decimal79974
Binary11111000111001010
Octal7143112

Shades and tints

Shades of #07634A

#07634A
(7,99,74)
#075A44
(7,90,68)
#07513E
(7,81,62)
#074838
(7,72,56)
#073F32
(7,63,50)
#07362C
(7,54,44)
#072D26
(7,45,38)
#072420
(7,36,32)
#071B1A
(7,27,26)
#071214
(7,18,20)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #07634A

#07634A
(7,99,74)
#1D715A
(29,113,90)
#337F6A
(51,127,106)
#498D7A
(73,141,122)
#5F9B8A
(95,155,138)
#75A99A
(117,169,154)
#8BB7AA
(139,183,170)
#A1C5BA
(161,197,186)
#B7D3CA
(183,211,202)
#CDE1DA
(205,225,218)
#E3EFEA
(227,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07634A color. Also use rgb(7,99,74) instead hex code.

Text Font Color

.myTextColor { color: #07634A; }

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

This text font color is #07634A.


Background Color

.myBgColor { background-color: #07634A; }

<div style="background-color:#07634A">Inner text</div>

This div background color is #07634A.


Border color

.myBorderColor { border: 1px solid #07634A; }

<div style="border:3px solid #07634A">Div</div>

This div border color is #07634A.


Opacity

.myOpacity80 { color: #07634A; opacity: 0.8; }

<p style="color:#07634A;opacity:0.8;">80%</p>

Text with #07634A 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 #07634A;}

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

This text has shadow with #07634A color.

.textShadow {text-shadow: 3px 3px 1px #07634A, 3px 3px 1px red;}

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

This text has shadow with #07634A primary color and red secondary color.


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

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

This text has shadow with #07634A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07634A on black background.


Color preview on white background

This text has color #07634A on white background.



Black color preview on #07634A background

This text has black color on #07634A background.


White color preview on #07634A background

This text has white color on #07634A background.