COLOR #769B35

HEX: #769B35
RGB: (118,155,53)

Color info

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

RGB color model

#769B35 color RGB value is (118,155,53).

  • red value is 118;
  • green value is 155;
  • blue value is 53.
RGB:
(118,155,53)
(46%,61%,21%)

RGB channels and saturation

R 118 of 255 = 46%
G 155 of 255 = 61%
B 53 of 255 = 21%

118
155
53

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

Portions of RGB colors in percentages

R + G + B =
118 + 155 + 53 = 326 (100%)
R 118 of 326 ~ 36.2%
G 155 of 326 ~ 47.55%
B 53 of 326 ~ 16.26%

%36.2
%47.55
%16.26

CMYK color model

#769B35 color CMYK value is (24,0,66,39).

  • cyan value is 23.87%
  • magenta value is 0.00%
  • yellow value is 65.81%
  • key color value is 39.22%
CMYK:
(24,0,66,39)
C24M0Y66K39 
(24%,0%,66%,39%)
(0.24/0.00/0.66/0.39)	

CMYK percentages

%23.87
%0
%65.81
%39.22

Codes

Color #769B35 in popluar color models

769B35
RGB11815553
HSL82°49.04%40.78%
HSB/HSV82°65.81%60.78%
CMYK23.87%0.00%65.81%
39.22%

Color #769B35 in popluar number systems.

HEX769B35
Decimal11815553
Binary111011010011011110101
Octal16623365

Shades and tints

Shades of #769B35

#769B35
(118,155,53)
#6C8D31
(108,141,49)
#627F2D
(98,127,45)
#587129
(88,113,41)
#4E6325
(78,99,37)
#445521
(68,85,33)
#3A471D
(58,71,29)
#303919
(48,57,25)
#262B15
(38,43,21)
#1C1D11
(28,29,17)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #769B35

#769B35
(118,155,53)
#82A447
(130,164,71)
#8EAD59
(142,173,89)
#9AB66B
(154,182,107)
#A6BF7D
(166,191,125)
#B2C88F
(178,200,143)
#BED1A1
(190,209,161)
#CADAB3
(202,218,179)
#D6E3C5
(214,227,197)
#E2ECD7
(226,236,215)
#EEF5E9
(238,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769B35 color. Also use rgb(118,155,53) instead hex code.

Text Font Color

.myTextColor { color: #769B35; }

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

This text font color is #769B35.


Background Color

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

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

This div background color is #769B35.


Border color

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

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

This div border color is #769B35.


Opacity

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

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

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

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

This text has shadow with #769B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769B35 on black background.


Color preview on white background

This text has color #769B35 on white background.



Black color preview on #769B35 background

This text has black color on #769B35 background.


White color preview on #769B35 background

This text has white color on #769B35 background.