COLOR #754C3F

HEX: #754C3F RGB: (117,76,63)

Color info

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

RGB color model

#754C3F color RGB value is (117,76,63).

RGB: (117,76,63) (46%, 30%, 25%)

RGB channels and saturation

R 117 of 255 = 46%
G 76 of 255 = 30%
B 63 of 255 = 25%

117
76
63

R + G + B ~ 34%. #754C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 76 + 63 = 256 (100%)
R 117 of 256 ~ 45.7%
G 76 of 256 ~ 29.69%
B 63 of 256 ~ 24.61'%

%45.7
%29.69
%24.61

CMYK color model

#754C3F color CMYK value is (0,35,46,54).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 46.15%
  • key color value is 54.12%

CMYK: (0,35,46,54)
C0M35Y46K54 (0%, 35%, 46%, 54%)
(0.00 / 0.35 / 0.46 / 0.54)

CMYK percentages

%0
%35.04
%46.15
%54.12

Codes

Color #754C3F in popluar color models

75 4C 3F
RGB 117 76 63
HSL 14° 30.00% 35.29%
HSB/HSV 14° 46.15% 45.88%
CMYK 0.00% 35.04% 46.15%
54.12%

Color #754C3F in popluar number systems.

HEX 75 4C 3F
Decimal 117 76 63
Binary 1110101 1001100 111111
Octal 165 114 77

Shades and tints

Shades of #754C3F

#754C3F
(117,76,63)
#6B463A
(107,70,58)
#614035
(97,64,53)
#573A30
(87,58,48)
#4D342B
(77,52,43)
#432E26
(67,46,38)
#392821
(57,40,33)
#2F221C
(47,34,28)
#251C17
(37,28,23)
#1B1612
(27,22,18)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #754C3F

#754C3F
(117,76,63)
#815C50
(129,92,80)
#8D6C61
(141,108,97)
#997C72
(153,124,114)
#A58C83
(165,140,131)
#B19C94
(177,156,148)
#BDACA5
(189,172,165)
#C9BCB6
(201,188,182)
#D5CCC7
(213,204,199)
#E1DCD8
(225,220,216)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754C3F color. Also use rgb(117,76,63) instead hex code.

Text Font Color

.myTextColor { color: #754C3F; }

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

This text font color is #754C3F.

Background Color

.myBgColor { background-color: #754C3F; }

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

This div background color is #754C3F.

Border color

.myBorderColor { border: 1px solid #754C3F; }

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

This div border color is #754C3F.

Opacity

.myOpacity80 { color: #754C3F; opacity: 0.8; }

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

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

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

This text has shadow with #754C3F color.


.textShadow {text-shadow: 3px 3px 1px #754C3F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #754C3F; -webkit-box-shadow: 1px 1px 3px 2px #754C3F; box-shadow:1px 1px 3px 2px #754C3F;">
Div content here
</div>

This div box has shadow with color #754C3F.

Preview

Color preview on black background

This text has color #754C3F on black background.


Color preview on white background

This text has color #754C3F on white background.


Black color preview on #754C3F background

This text has black color on #754C3F background.


White color preview on #754C3F background

This text has white color on #754C3F background.


Related colors

Complementary color

Complementary color for #hex is #8AB3C0.


I love getcolorcode.com

Triadic colors

1 #3F754C and #4C3F75 with #754C3F are triadic colors.

2 #3F4C75 and #4C753F with #754C3F are triadic colors.