COLOR #754C33

HEX: #754C33 RGB: (117,76,51)

Color info

#754C33 contains mainly red and green colors. Web safe color of #754C33 is #663333 (or #633).

RGB color model

#754C33 color RGB value is (117,76,51).

RGB: (117,76,51) (46%, 30%, 20%)

RGB channels and saturation

R 117 of 255 = 46%
G 76 of 255 = 30%
B 51 of 255 = 20%

117
76
51

R + G + B ~ 32%. #754C33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 76 + 51 = 244 (100%)
R 117 of 244 ~ 47.95%
G 76 of 244 ~ 31.15%
B 51 of 244 ~ 20.9'%

%47.95
%31.15
%20.9

CMYK color model

#754C33 color CMYK value is (0,35,56,54).

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

CMYK: (0,35,56,54)
C0M35Y56K54 (0%, 35%, 56%, 54%)
(0.00 / 0.35 / 0.56 / 0.54)

CMYK percentages

%0
%35.04
%56.41
%54.12

Codes

Color #754C33 in popluar color models

75 4C 33
RGB 117 76 51
HSL 23° 39.29% 32.94%
HSB/HSV 23° 56.41% 45.88%
CMYK 0.00% 35.04% 56.41%
54.12%

Color #754C33 in popluar number systems.

HEX 75 4C 33
Decimal 117 76 51
Binary 1110101 1001100 110011
Octal 165 114 63

Shades and tints

Shades of #754C33

#754C33
(117,76,51)
#6B462F
(107,70,47)
#61402B
(97,64,43)
#573A27
(87,58,39)
#4D3423
(77,52,35)
#432E1F
(67,46,31)
#39281B
(57,40,27)
#2F2217
(47,34,23)
#251C13
(37,28,19)
#1B160F
(27,22,15)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #754C33

#754C33
(117,76,51)
#815C45
(129,92,69)
#8D6C57
(141,108,87)
#997C69
(153,124,105)
#A58C7B
(165,140,123)
#B19C8D
(177,156,141)
#BDAC9F
(189,172,159)
#C9BCB1
(201,188,177)
#D5CCC3
(213,204,195)
#E1DCD5
(225,220,213)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754C33; }

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

This text font color is #754C33.

Background Color

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

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

This div background color is #754C33.

Border color

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

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

This div border color is #754C33.

Opacity

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

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

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

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

This text has shadow with #754C33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #754C33.

Preview

Color preview on black background

This text has color #754C33 on black background.


Color preview on white background

This text has color #754C33 on white background.


Black color preview on #754C33 background

This text has black color on #754C33 background.


White color preview on #754C33 background

This text has white color on #754C33 background.


Related colors

Complementary color

Complementary color for #hex is #8AB3CC.


I love getcolorcode.com

Triadic colors

1 #33754C and #4C3375 with #754C33 are triadic colors.

2 #334C75 and #4C7533 with #754C33 are triadic colors.