COLOR #769A53

HEX: #769A53
RGB: (118,154,83)

Color info

#769A53 contains mainly red and green colors. Web safe color of #769A53 is #669966 (or #696).

RGB color model

#769A53 color RGB value is (118,154,83).

  • red value is 118;
  • green value is 154;
  • blue value is 83.
RGB:
(118,154,83)
(46%,60%,33%)

RGB channels and saturation

R 118 of 255 = 46%
G 154 of 255 = 60%
B 83 of 255 = 33%

118
154
83

R + G + B ~ 46%. #769A53 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 154 + 83 = 355 (100%)
R 118 of 355 ~ 33.24%
G 154 of 355 ~ 43.38%
B 83 of 355 ~ 23.38%

%33.24
%43.38
%23.38

CMYK color model

#769A53 color CMYK value is (23,0,46,40).

  • cyan value is 23.38%
  • magenta value is 0.00%
  • yellow value is 46.10%
  • key color value is 39.61%
CMYK:
(23,0,46,40)
C23M0Y46K40 
(23%,0%,46%,40%)
(0.23/0.00/0.46/0.40)	

CMYK percentages

%23.38
%0
%46.1
%39.61

Codes

Color #769A53 in popluar color models

769A53
RGB11815483
HSL90°29.96%46.47%
HSB/HSV90°46.10%60.39%
CMYK23.38%0.00%46.10%
39.61%

Color #769A53 in popluar number systems.

HEX769A53
Decimal11815483
Binary1110110100110101010011
Octal166232123

Shades and tints

Shades of #769A53

#769A53
(118,154,83)
#6C8C4C
(108,140,76)
#627E45
(98,126,69)
#58703E
(88,112,62)
#4E6237
(78,98,55)
#445430
(68,84,48)
#3A4629
(58,70,41)
#303822
(48,56,34)
#262A1B
(38,42,27)
#1C1C14
(28,28,20)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #769A53

#769A53
(118,154,83)
#82A362
(130,163,98)
#8EAC71
(142,172,113)
#9AB580
(154,181,128)
#A6BE8F
(166,190,143)
#B2C79E
(178,199,158)
#BED0AD
(190,208,173)
#CAD9BC
(202,217,188)
#D6E2CB
(214,226,203)
#E2EBDA
(226,235,218)
#EEF4E9
(238,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769A53 color. Also use rgb(118,154,83) instead hex code.

Text Font Color

.myTextColor { color: #769A53; }

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

This text font color is #769A53.


Background Color

.myBgColor { background-color: #769A53; }

<div style="background-color:#769A53">Inner text</div>

This div background color is #769A53.


Border color

.myBorderColor { border: 1px solid #769A53; }

<div style="border:3px solid #769A53">Div</div>

This div border color is #769A53.


Opacity

.myOpacity80 { color: #769A53; opacity: 0.8; }

<p style="color:#769A53;opacity:0.8;">80%</p>

Text with #769A53 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 #769A53;}

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

This text has shadow with #769A53 color.

.textShadow {text-shadow: 3px 3px 1px #769A53, 3px 3px 1px red;}

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

This text has shadow with #769A53 primary color and red secondary color.


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

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

This text has shadow with #769A53 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769A53 on black background.


Color preview on white background

This text has color #769A53 on white background.



Black color preview on #769A53 background

This text has black color on #769A53 background.


White color preview on #769A53 background

This text has white color on #769A53 background.