COLOR #43764F

HEX: #43764F
RGB: (67,118,79)

Color info

#43764F contains red, green and blue colors in about the same proportion. Web safe color of #43764F is #336666 (or #366).

RGB color model

#43764F color RGB value is (67,118,79).

  • red value is 67;
  • green value is 118;
  • blue value is 79.
RGB:
(67,118,79)
(26%,46%,31%)

RGB channels and saturation

R 67 of 255 = 26%
G 118 of 255 = 46%
B 79 of 255 = 31%

67
118
79

R + G + B ~ 34%. #43764F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 118 + 79 = 264 (100%)
R 67 of 264 ~ 25.38%
G 118 of 264 ~ 44.7%
B 79 of 264 ~ 29.92%

%25.38
%44.7
%29.92

CMYK color model

#43764F color CMYK value is (43,0,33,54).

  • cyan value is 43.22%
  • magenta value is 0.00%
  • yellow value is 33.05%
  • key color value is 53.73%
CMYK:
(43,0,33,54)
C43M0Y33K54 
(43%,0%,33%,54%)
(0.43/0.00/0.33/0.54)	

CMYK percentages

%43.22
%0
%33.05
%53.73

Codes

Color #43764F in popluar color models

43764F
RGB6711879
HSL134°27.57%36.27%
HSB/HSV134°43.22%46.27%
CMYK43.22%0.00%33.05%
53.73%

Color #43764F in popluar number systems.

HEX43764F
Decimal6711879
Binary100001111101101001111
Octal103166117

Shades and tints

Shades of #43764F

#43764F
(67,118,79)
#3D6C48
(61,108,72)
#376241
(55,98,65)
#31583A
(49,88,58)
#2B4E33
(43,78,51)
#25442C
(37,68,44)
#1F3A25
(31,58,37)
#19301E
(25,48,30)
#132617
(19,38,23)
#0D1C10
(13,28,16)
#071209
(7,18,9)
#000000
(0,0,0)

Tints of #43764F

#43764F
(67,118,79)
#54825F
(84,130,95)
#658E6F
(101,142,111)
#769A7F
(118,154,127)
#87A68F
(135,166,143)
#98B29F
(152,178,159)
#A9BEAF
(169,190,175)
#BACABF
(186,202,191)
#CBD6CF
(203,214,207)
#DCE2DF
(220,226,223)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43764F color. Also use rgb(67,118,79) instead hex code.

Text Font Color

.myTextColor { color: #43764F; }

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

This text font color is #43764F.


Background Color

.myBgColor { background-color: #43764F; }

<div style="background-color:#43764F">Inner text</div>

This div background color is #43764F.


Border color

.myBorderColor { border: 1px solid #43764F; }

<div style="border:3px solid #43764F">Div</div>

This div border color is #43764F.


Opacity

.myOpacity80 { color: #43764F; opacity: 0.8; }

<p style="color:#43764F;opacity:0.8;">80%</p>

Text with #43764F 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 #43764F;}

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

This text has shadow with #43764F color.

.textShadow {text-shadow: 3px 3px 1px #43764F, 3px 3px 1px red;}

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

This text has shadow with #43764F primary color and red secondary color.


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

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

This text has shadow with #43764F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43764F on black background.


Color preview on white background

This text has color #43764F on white background.



Black color preview on #43764F background

This text has black color on #43764F background.


White color preview on #43764F background

This text has white color on #43764F background.