COLOR #67424B

HEX: #67424B
RGB: (103,66,75)

Color info

#67424B contains red, green and blue colors in about the same proportion. Web safe color of #67424B is #663333 (or #633).

RGB color model

#67424B color RGB value is (103,66,75).

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

RGB channels and saturation

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

103
66
75

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

Portions of RGB colors in percentages

R + G + B =
103 + 66 + 75 = 244 (100%)
R 103 of 244 ~ 42.21%
G 66 of 244 ~ 27.05%
B 75 of 244 ~ 30.74%

%42.21
%27.05
%30.74

CMYK color model

#67424B color CMYK value is (0,36,27,60).

  • cyan value is 0.00%
  • magenta value is 35.92%
  • yellow value is 27.18%
  • key color value is 59.61%
CMYK:
(0,36,27,60)
C0M36Y27K60 
(0%,36%,27%,60%)
(0.00/0.36/0.27/0.60)	

CMYK percentages

%0
%35.92
%27.18
%59.61

Codes

Color #67424B in popluar color models

67424B
RGB1036675
HSL345°21.89%33.14%
HSB/HSV345°35.92%40.39%
CMYK0.00%35.92%27.18%
59.61%

Color #67424B in popluar number systems.

HEX67424B
Decimal1036675
Binary110011110000101001011
Octal147102113

Shades and tints

Shades of #67424B

#67424B
(103,66,75)
#5E3C45
(94,60,69)
#55363F
(85,54,63)
#4C3039
(76,48,57)
#432A33
(67,42,51)
#3A242D
(58,36,45)
#311E27
(49,30,39)
#281821
(40,24,33)
#1F121B
(31,18,27)
#160C15
(22,12,21)
#0D060F
(13,6,15)
#000000
(0,0,0)

Tints of #67424B

#67424B
(103,66,75)
#74535B
(116,83,91)
#81646B
(129,100,107)
#8E757B
(142,117,123)
#9B868B
(155,134,139)
#A8979B
(168,151,155)
#B5A8AB
(181,168,171)
#C2B9BB
(194,185,187)
#CFCACB
(207,202,203)
#DCDBDB
(220,219,219)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67424B; }

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

This text font color is #67424B.


Background Color

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

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

This div background color is #67424B.


Border color

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

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

This div border color is #67424B.


Opacity

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

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

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

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

This text has shadow with #67424B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67424B on black background.


Color preview on white background

This text has color #67424B on white background.



Black color preview on #67424B background

This text has black color on #67424B background.


White color preview on #67424B background

This text has white color on #67424B background.