COLOR #43674B

HEX: #43674B
RGB: (67,103,75)

Color info

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

RGB color model

#43674B color RGB value is (67,103,75).

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

RGB channels and saturation

R 67 of 255 = 26%
G 103 of 255 = 40%
B 75 of 255 = 29%

67
103
75

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

Portions of RGB colors in percentages

R + G + B =
67 + 103 + 75 = 245 (100%)
R 67 of 245 ~ 27.35%
G 103 of 245 ~ 42.04%
B 75 of 245 ~ 30.61%

%27.35
%42.04
%30.61

CMYK color model

#43674B color CMYK value is (35,0,27,60).

  • cyan value is 34.95%
  • magenta value is 0.00%
  • yellow value is 27.18%
  • key color value is 59.61%
CMYK:
(35,0,27,60)
C35M0Y27K60 
(35%,0%,27%,60%)
(0.35/0.00/0.27/0.60)	

CMYK percentages

%34.95
%0
%27.18
%59.61

Codes

Color #43674B in popluar color models

43674B
RGB6710375
HSL133°21.18%33.33%
HSB/HSV133°34.95%40.39%
CMYK34.95%0.00%27.18%
59.61%

Color #43674B in popluar number systems.

HEX43674B
Decimal6710375
Binary100001111001111001011
Octal103147113

Shades and tints

Shades of #43674B

#43674B
(67,103,75)
#3D5E45
(61,94,69)
#37553F
(55,85,63)
#314C39
(49,76,57)
#2B4333
(43,67,51)
#253A2D
(37,58,45)
#1F3127
(31,49,39)
#192821
(25,40,33)
#131F1B
(19,31,27)
#0D1615
(13,22,21)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #43674B

#43674B
(67,103,75)
#54745B
(84,116,91)
#65816B
(101,129,107)
#768E7B
(118,142,123)
#879B8B
(135,155,139)
#98A89B
(152,168,155)
#A9B5AB
(169,181,171)
#BAC2BB
(186,194,187)
#CBCFCB
(203,207,203)
#DCDCDB
(220,220,219)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #43674B; }

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

This text font color is #43674B.


Background Color

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

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

This div background color is #43674B.


Border color

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

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

This div border color is #43674B.


Opacity

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

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

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

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

This text has shadow with #43674B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43674B on black background.


Color preview on white background

This text has color #43674B on white background.



Black color preview on #43674B background

This text has black color on #43674B background.


White color preview on #43674B background

This text has white color on #43674B background.