COLOR #768A3D

HEX: #768A3D
RGB: (118,138,61)

Color info

#768A3D contains mainly red and green colors. Web safe color of #768A3D is #669933 (or #693).

RGB color model

#768A3D color RGB value is (118,138,61).

  • red value is 118;
  • green value is 138;
  • blue value is 61.
RGB:
(118,138,61)
(46%,54%,24%)

RGB channels and saturation

R 118 of 255 = 46%
G 138 of 255 = 54%
B 61 of 255 = 24%

118
138
61

R + G + B ~ 41%. #768A3D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 138 + 61 = 317 (100%)
R 118 of 317 ~ 37.22%
G 138 of 317 ~ 43.53%
B 61 of 317 ~ 19.24%

%37.22
%43.53
%19.24

CMYK color model

#768A3D color CMYK value is (14,0,56,46).

  • cyan value is 14.49%
  • magenta value is 0.00%
  • yellow value is 55.80%
  • key color value is 45.88%
CMYK:
(14,0,56,46)
C14M0Y56K46 
(14%,0%,56%,46%)
(0.14/0.00/0.56/0.46)	

CMYK percentages

%14.49
%0
%55.8
%45.88

Codes

Color #768A3D in popluar color models

768A3D
RGB11813861
HSL76°38.69%39.02%
HSB/HSV76°55.80%54.12%
CMYK14.49%0.00%55.80%
45.88%

Color #768A3D in popluar number systems.

HEX768A3D
Decimal11813861
Binary111011010001010111101
Octal16621275

Shades and tints

Shades of #768A3D

#768A3D
(118,138,61)
#6C7E38
(108,126,56)
#627233
(98,114,51)
#58662E
(88,102,46)
#4E5A29
(78,90,41)
#444E24
(68,78,36)
#3A421F
(58,66,31)
#30361A
(48,54,26)
#262A15
(38,42,21)
#1C1E10
(28,30,16)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #768A3D

#768A3D
(118,138,61)
#82944E
(130,148,78)
#8E9E5F
(142,158,95)
#9AA870
(154,168,112)
#A6B281
(166,178,129)
#B2BC92
(178,188,146)
#BEC6A3
(190,198,163)
#CAD0B4
(202,208,180)
#D6DAC5
(214,218,197)
#E2E4D6
(226,228,214)
#EEEEE7
(238,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768A3D color. Also use rgb(118,138,61) instead hex code.

Text Font Color

.myTextColor { color: #768A3D; }

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

This text font color is #768A3D.


Background Color

.myBgColor { background-color: #768A3D; }

<div style="background-color:#768A3D">Inner text</div>

This div background color is #768A3D.


Border color

.myBorderColor { border: 1px solid #768A3D; }

<div style="border:3px solid #768A3D">Div</div>

This div border color is #768A3D.


Opacity

.myOpacity80 { color: #768A3D; opacity: 0.8; }

<p style="color:#768A3D;opacity:0.8;">80%</p>

Text with #768A3D 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 #768A3D;}

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

This text has shadow with #768A3D color.

.textShadow {text-shadow: 3px 3px 1px #768A3D, 3px 3px 1px red;}

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

This text has shadow with #768A3D primary color and red secondary color.


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

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

This text has shadow with #768A3D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768A3D on black background.


Color preview on white background

This text has color #768A3D on white background.



Black color preview on #768A3D background

This text has black color on #768A3D background.


White color preview on #768A3D background

This text has white color on #768A3D background.