COLOR #43674C

HEX: #43674C
RGB: (67,103,76)

Color info

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

RGB color model

#43674C color RGB value is (67,103,76).

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

RGB channels and saturation

R 67 of 255 = 26%
G 103 of 255 = 40%
B 76 of 255 = 30%

67
103
76

R + G + B ~ 32%. #43674C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 103 + 76 = 246 (100%)
R 67 of 246 ~ 27.24%
G 103 of 246 ~ 41.87%
B 76 of 246 ~ 30.89%

%27.24
%41.87
%30.89

CMYK color model

#43674C color CMYK value is (35,0,26,60).

  • cyan value is 34.95%
  • magenta value is 0.00%
  • yellow value is 26.21%
  • key color value is 59.61%
CMYK:
(35,0,26,60)
C35M0Y26K60 
(35%,0%,26%,60%)
(0.35/0.00/0.26/0.60)	

CMYK percentages

%34.95
%0
%26.21
%59.61

Codes

Color #43674C in popluar color models

43674C
RGB6710376
HSL135°21.18%33.33%
HSB/HSV135°34.95%40.39%
CMYK34.95%0.00%26.21%
59.61%

Color #43674C in popluar number systems.

HEX43674C
Decimal6710376
Binary100001111001111001100
Octal103147114

Shades and tints

Shades of #43674C

#43674C
(67,103,76)
#3D5E46
(61,94,70)
#375540
(55,85,64)
#314C3A
(49,76,58)
#2B4334
(43,67,52)
#253A2E
(37,58,46)
#1F3128
(31,49,40)
#192822
(25,40,34)
#131F1C
(19,31,28)
#0D1616
(13,22,22)
#070D10
(7,13,16)
#000000
(0,0,0)

Tints of #43674C

#43674C
(67,103,76)
#54745C
(84,116,92)
#65816C
(101,129,108)
#768E7C
(118,142,124)
#879B8C
(135,155,140)
#98A89C
(152,168,156)
#A9B5AC
(169,181,172)
#BAC2BC
(186,194,188)
#CBCFCC
(203,207,204)
#DCDCDC
(220,220,220)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #43674C; }

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

This text font color is #43674C.


Background Color

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

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

This div background color is #43674C.


Border color

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

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

This div border color is #43674C.


Opacity

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

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

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

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

This text has shadow with #43674C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43674C on black background.


Color preview on white background

This text has color #43674C on white background.



Black color preview on #43674C background

This text has black color on #43674C background.


White color preview on #43674C background

This text has white color on #43674C background.