COLOR #67373D

HEX: #67373D
RGB: (103,55,61)

Color info

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

RGB color model

#67373D color RGB value is (103,55,61).

  • red value is 103;
  • green value is 55;
  • blue value is 61.
RGB:
(103,55,61)
(40%,22%,24%)

RGB channels and saturation

R 103 of 255 = 40%
G 55 of 255 = 22%
B 61 of 255 = 24%

103
55
61

R + G + B ~ 29%. #67373D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 55 + 61 = 219 (100%)
R 103 of 219 ~ 47.03%
G 55 of 219 ~ 25.11%
B 61 of 219 ~ 27.85%

%47.03
%25.11
%27.85

CMYK color model

#67373D color CMYK value is (0,47,41,60).

  • cyan value is 0.00%
  • magenta value is 46.60%
  • yellow value is 40.78%
  • key color value is 59.61%
CMYK:
(0,47,41,60)
C0M47Y41K60 
(0%,47%,41%,60%)
(0.00/0.47/0.41/0.60)	

CMYK percentages

%0
%46.6
%40.78
%59.61

Codes

Color #67373D in popluar color models

67373D
RGB1035561
HSL353°30.38%30.98%
HSB/HSV353°46.60%40.39%
CMYK0.00%46.60%40.78%
59.61%

Color #67373D in popluar number systems.

HEX67373D
Decimal1035561
Binary1100111110111111101
Octal1476775

Shades and tints

Shades of #67373D

#67373D
(103,55,61)
#5E3238
(94,50,56)
#552D33
(85,45,51)
#4C282E
(76,40,46)
#432329
(67,35,41)
#3A1E24
(58,30,36)
#31191F
(49,25,31)
#28141A
(40,20,26)
#1F0F15
(31,15,21)
#160A10
(22,10,16)
#0D050B
(13,5,11)
#000000
(0,0,0)

Tints of #67373D

#67373D
(103,55,61)
#74494E
(116,73,78)
#815B5F
(129,91,95)
#8E6D70
(142,109,112)
#9B7F81
(155,127,129)
#A89192
(168,145,146)
#B5A3A3
(181,163,163)
#C2B5B4
(194,181,180)
#CFC7C5
(207,199,197)
#DCD9D6
(220,217,214)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67373D color. Also use rgb(103,55,61) instead hex code.

Text Font Color

.myTextColor { color: #67373D; }

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

This text font color is #67373D.


Background Color

.myBgColor { background-color: #67373D; }

<div style="background-color:#67373D">Inner text</div>

This div background color is #67373D.


Border color

.myBorderColor { border: 1px solid #67373D; }

<div style="border:3px solid #67373D">Div</div>

This div border color is #67373D.


Opacity

.myOpacity80 { color: #67373D; opacity: 0.8; }

<p style="color:#67373D;opacity:0.8;">80%</p>

Text with #67373D 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 #67373D;}

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

This text has shadow with #67373D color.

.textShadow {text-shadow: 3px 3px 1px #67373D, 3px 3px 1px red;}

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

This text has shadow with #67373D primary color and red secondary color.


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

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

This text has shadow with #67373D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67373D on black background.


Color preview on white background

This text has color #67373D on white background.



Black color preview on #67373D background

This text has black color on #67373D background.


White color preview on #67373D background

This text has white color on #67373D background.