COLOR #75644B

HEX: #75644B
RGB: (117,100,75)

Color info

#75644B contains red, green and blue colors in about the same proportion. Web safe color of #75644B is #666633 (or #663).

RGB color model

#75644B color RGB value is (117,100,75).

  • red value is 117;
  • green value is 100;
  • blue value is 75.
RGB:
(117,100,75)
(46%,39%,29%)

RGB channels and saturation

R 117 of 255 = 46%
G 100 of 255 = 39%
B 75 of 255 = 29%

117
100
75

R + G + B ~ 38%. #75644B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 100 + 75 = 292 (100%)
R 117 of 292 ~ 40.07%
G 100 of 292 ~ 34.25%
B 75 of 292 ~ 25.68%

%40.07
%34.25
%25.68

CMYK color model

#75644B color CMYK value is (0,15,36,54).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 35.90%
  • key color value is 54.12%
CMYK:
(0,15,36,54)
C0M15Y36K54 
(0%,15%,36%,54%)
(0.00/0.15/0.36/0.54)	

CMYK percentages

%0
%14.53
%35.9
%54.12

Codes

Color #75644B in popluar color models

75644B
RGB11710075
HSL36°21.88%37.65%
HSB/HSV36°35.90%45.88%
CMYK0.00%14.53%35.90%
54.12%

Color #75644B in popluar number systems.

HEX75644B
Decimal11710075
Binary111010111001001001011
Octal165144113

Shades and tints

Shades of #75644B

#75644B
(117,100,75)
#6B5B45
(107,91,69)
#61523F
(97,82,63)
#574939
(87,73,57)
#4D4033
(77,64,51)
#43372D
(67,55,45)
#392E27
(57,46,39)
#2F2521
(47,37,33)
#251C1B
(37,28,27)
#1B1315
(27,19,21)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #75644B

#75644B
(117,100,75)
#81725B
(129,114,91)
#8D806B
(141,128,107)
#998E7B
(153,142,123)
#A59C8B
(165,156,139)
#B1AA9B
(177,170,155)
#BDB8AB
(189,184,171)
#C9C6BB
(201,198,187)
#D5D4CB
(213,212,203)
#E1E2DB
(225,226,219)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75644B color. Also use rgb(117,100,75) instead hex code.

Text Font Color

.myTextColor { color: #75644B; }

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

This text font color is #75644B.


Background Color

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

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

This div background color is #75644B.


Border color

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

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

This div border color is #75644B.


Opacity

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

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

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

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

This text has shadow with #75644B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75644B on black background.


Color preview on white background

This text has color #75644B on white background.



Black color preview on #75644B background

This text has black color on #75644B background.


White color preview on #75644B background

This text has white color on #75644B background.