COLOR #634338

HEX: #634338
RGB: (99,67,56)

Color info

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

RGB color model

#634338 color RGB value is (99,67,56).

  • red value is 99;
  • green value is 67;
  • blue value is 56.
RGB:
(99,67,56)
(39%,26%,22%)

RGB channels and saturation

R 99 of 255 = 39%
G 67 of 255 = 26%
B 56 of 255 = 22%

99
67
56

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

Portions of RGB colors in percentages

R + G + B =
99 + 67 + 56 = 222 (100%)
R 99 of 222 ~ 44.59%
G 67 of 222 ~ 30.18%
B 56 of 222 ~ 25.23%

%44.59
%30.18
%25.23

CMYK color model

#634338 color CMYK value is (0,32,43,61).

  • cyan value is 0.00%
  • magenta value is 32.32%
  • yellow value is 43.43%
  • key color value is 61.18%
CMYK:
(0,32,43,61)
C0M32Y43K61 
(0%,32%,43%,61%)
(0.00/0.32/0.43/0.61)	

CMYK percentages

%0
%32.32
%43.43
%61.18

Codes

Color #634338 in popluar color models

634338
RGB996756
HSL15°27.74%30.39%
HSB/HSV15°43.43%38.82%
CMYK0.00%32.32%43.43%
61.18%

Color #634338 in popluar number systems.

HEX634338
Decimal996756
Binary11000111000011111000
Octal14310370

Shades and tints

Shades of #634338

#634338
(99,67,56)
#5A3D33
(90,61,51)
#51372E
(81,55,46)
#483129
(72,49,41)
#3F2B24
(63,43,36)
#36251F
(54,37,31)
#2D1F1A
(45,31,26)
#241915
(36,25,21)
#1B1310
(27,19,16)
#120D0B
(18,13,11)
#090706
(9,7,6)
#000000
(0,0,0)

Tints of #634338

#634338
(99,67,56)
#71544A
(113,84,74)
#7F655C
(127,101,92)
#8D766E
(141,118,110)
#9B8780
(155,135,128)
#A99892
(169,152,146)
#B7A9A4
(183,169,164)
#C5BAB6
(197,186,182)
#D3CBC8
(211,203,200)
#E1DCDA
(225,220,218)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634338 color. Also use rgb(99,67,56) instead hex code.

Text Font Color

.myTextColor { color: #634338; }

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

This text font color is #634338.


Background Color

.myBgColor { background-color: #634338; }

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

This div background color is #634338.


Border color

.myBorderColor { border: 1px solid #634338; }

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

This div border color is #634338.


Opacity

.myOpacity80 { color: #634338; opacity: 0.8; }

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

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

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

This text has shadow with #634338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634338 on black background.


Color preview on white background

This text has color #634338 on white background.



Black color preview on #634338 background

This text has black color on #634338 background.


White color preview on #634338 background

This text has white color on #634338 background.