COLOR #07694B

HEX: #07694B
RGB: (7,105,75)

Color info

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

RGB color model

#07694B color RGB value is (7,105,75).

  • red value is 7;
  • green value is 105;
  • blue value is 75.
RGB:
(7,105,75)
(3%,41%,29%)

RGB channels and saturation

R 7 of 255 = 3%
G 105 of 255 = 41%
B 75 of 255 = 29%

7
105
75

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

Portions of RGB colors in percentages

R + G + B =
7 + 105 + 75 = 187 (100%)
R 7 of 187 ~ 3.74%
G 105 of 187 ~ 56.15%
B 75 of 187 ~ 40.11%

%56.15
%40.11

CMYK color model

#07694B color CMYK value is (93,0,29,59).

  • cyan value is 93.33%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 58.82%
CMYK:
(93,0,29,59)
C93M0Y29K59 
(93%,0%,29%,59%)
(0.93/0.00/0.29/0.59)	

CMYK percentages

%93.33
%0
%28.57
%58.82

Codes

Color #07694B in popluar color models

07694B
RGB710575
HSL162°87.50%21.96%
HSB/HSV162°93.33%41.18%
CMYK93.33%0.00%28.57%
58.82%

Color #07694B in popluar number systems.

HEX07694B
Decimal710575
Binary11111010011001011
Octal7151113

Shades and tints

Shades of #07694B

#07694B
(7,105,75)
#076045
(7,96,69)
#07573F
(7,87,63)
#074E39
(7,78,57)
#074533
(7,69,51)
#073C2D
(7,60,45)
#073327
(7,51,39)
#072A21
(7,42,33)
#07211B
(7,33,27)
#071815
(7,24,21)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #07694B

#07694B
(7,105,75)
#1D765B
(29,118,91)
#33836B
(51,131,107)
#49907B
(73,144,123)
#5F9D8B
(95,157,139)
#75AA9B
(117,170,155)
#8BB7AB
(139,183,171)
#A1C4BB
(161,196,187)
#B7D1CB
(183,209,203)
#CDDEDB
(205,222,219)
#E3EBEB
(227,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07694B color. Also use rgb(7,105,75) instead hex code.

Text Font Color

.myTextColor { color: #07694B; }

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

This text font color is #07694B.


Background Color

.myBgColor { background-color: #07694B; }

<div style="background-color:#07694B">Inner text</div>

This div background color is #07694B.


Border color

.myBorderColor { border: 1px solid #07694B; }

<div style="border:3px solid #07694B">Div</div>

This div border color is #07694B.


Opacity

.myOpacity80 { color: #07694B; opacity: 0.8; }

<p style="color:#07694B;opacity:0.8;">80%</p>

Text with #07694B 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 #07694B;}

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

This text has shadow with #07694B color.

.textShadow {text-shadow: 3px 3px 1px #07694B, 3px 3px 1px red;}

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

This text has shadow with #07694B primary color and red secondary color.


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

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

This text has shadow with #07694B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07694B on black background.


Color preview on white background

This text has color #07694B on white background.



Black color preview on #07694B background

This text has black color on #07694B background.


White color preview on #07694B background

This text has white color on #07694B background.