COLOR #75634A

HEX: #75634A
RGB: (117,99,74)

Color info

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

RGB color model

#75634A color RGB value is (117,99,74).

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

RGB channels and saturation

R 117 of 255 = 46%
G 99 of 255 = 39%
B 74 of 255 = 29%

117
99
74

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

Portions of RGB colors in percentages

R + G + B =
117 + 99 + 74 = 290 (100%)
R 117 of 290 ~ 40.34%
G 99 of 290 ~ 34.14%
B 74 of 290 ~ 25.52%

%40.34
%34.14
%25.52

CMYK color model

#75634A color CMYK value is (0,15,37,54).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 36.75%
  • key color value is 54.12%
CMYK:
(0,15,37,54)
C0M15Y37K54 
(0%,15%,37%,54%)
(0.00/0.15/0.37/0.54)	

CMYK percentages

%0
%15.38
%36.75
%54.12

Codes

Color #75634A in popluar color models

75634A
RGB1179974
HSL35°22.51%37.45%
HSB/HSV35°36.75%45.88%
CMYK0.00%15.38%36.75%
54.12%

Color #75634A in popluar number systems.

HEX75634A
Decimal1179974
Binary111010111000111001010
Octal165143112

Shades and tints

Shades of #75634A

#75634A
(117,99,74)
#6B5A44
(107,90,68)
#61513E
(97,81,62)
#574838
(87,72,56)
#4D3F32
(77,63,50)
#43362C
(67,54,44)
#392D26
(57,45,38)
#2F2420
(47,36,32)
#251B1A
(37,27,26)
#1B1214
(27,18,20)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #75634A

#75634A
(117,99,74)
#81715A
(129,113,90)
#8D7F6A
(141,127,106)
#998D7A
(153,141,122)
#A59B8A
(165,155,138)
#B1A99A
(177,169,154)
#BDB7AA
(189,183,170)
#C9C5BA
(201,197,186)
#D5D3CA
(213,211,202)
#E1E1DA
(225,225,218)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75634A color. Also use rgb(117,99,74) instead hex code.

Text Font Color

.myTextColor { color: #75634A; }

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

This text font color is #75634A.


Background Color

.myBgColor { background-color: #75634A; }

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

This div background color is #75634A.


Border color

.myBorderColor { border: 1px solid #75634A; }

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

This div border color is #75634A.


Opacity

.myOpacity80 { color: #75634A; opacity: 0.8; }

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

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

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

This text has shadow with #75634A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75634A on black background.


Color preview on white background

This text has color #75634A on white background.



Black color preview on #75634A background

This text has black color on #75634A background.


White color preview on #75634A background

This text has white color on #75634A background.