COLOR #43744C

HEX: #43744C
RGB: (67,116,76)

Color info

#43744C contains red, green and blue colors in about the same proportion. Web safe color of #43744C is #336633 (or #363).

RGB color model

#43744C color RGB value is (67,116,76).

  • red value is 67;
  • green value is 116;
  • blue value is 76.
RGB:
(67,116,76)
(26%,45%,30%)

RGB channels and saturation

R 67 of 255 = 26%
G 116 of 255 = 45%
B 76 of 255 = 30%

67
116
76

R + G + B ~ 34%. #43744C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 116 + 76 = 259 (100%)
R 67 of 259 ~ 25.87%
G 116 of 259 ~ 44.79%
B 76 of 259 ~ 29.34%

%25.87
%44.79
%29.34

CMYK color model

#43744C color CMYK value is (42,0,34,55).

  • cyan value is 42.24%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 54.51%
CMYK:
(42,0,34,55)
C42M0Y34K55 
(42%,0%,34%,55%)
(0.42/0.00/0.34/0.55)	

CMYK percentages

%42.24
%0
%34.48
%54.51

Codes

Color #43744C in popluar color models

43744C
RGB6711676
HSL131°26.78%35.88%
HSB/HSV131°42.24%45.49%
CMYK42.24%0.00%34.48%
54.51%

Color #43744C in popluar number systems.

HEX43744C
Decimal6711676
Binary100001111101001001100
Octal103164114

Shades and tints

Shades of #43744C

#43744C
(67,116,76)
#3D6A46
(61,106,70)
#376040
(55,96,64)
#31563A
(49,86,58)
#2B4C34
(43,76,52)
#25422E
(37,66,46)
#1F3828
(31,56,40)
#192E22
(25,46,34)
#13241C
(19,36,28)
#0D1A16
(13,26,22)
#071010
(7,16,16)
#000000
(0,0,0)

Tints of #43744C

#43744C
(67,116,76)
#54805C
(84,128,92)
#658C6C
(101,140,108)
#76987C
(118,152,124)
#87A48C
(135,164,140)
#98B09C
(152,176,156)
#A9BCAC
(169,188,172)
#BAC8BC
(186,200,188)
#CBD4CC
(203,212,204)
#DCE0DC
(220,224,220)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43744C color. Also use rgb(67,116,76) instead hex code.

Text Font Color

.myTextColor { color: #43744C; }

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

This text font color is #43744C.


Background Color

.myBgColor { background-color: #43744C; }

<div style="background-color:#43744C">Inner text</div>

This div background color is #43744C.


Border color

.myBorderColor { border: 1px solid #43744C; }

<div style="border:3px solid #43744C">Div</div>

This div border color is #43744C.


Opacity

.myOpacity80 { color: #43744C; opacity: 0.8; }

<p style="color:#43744C;opacity:0.8;">80%</p>

Text with #43744C 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 #43744C;}

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

This text has shadow with #43744C color.

.textShadow {text-shadow: 3px 3px 1px #43744C, 3px 3px 1px red;}

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

This text has shadow with #43744C primary color and red secondary color.


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

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

This text has shadow with #43744C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43744C on black background.


Color preview on white background

This text has color #43744C on white background.



Black color preview on #43744C background

This text has black color on #43744C background.


White color preview on #43744C background

This text has white color on #43744C background.