COLOR #754331

HEX: #754331 RGB: (117,67,49)

Color info

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

RGB color model

#754331 color RGB value is (117,67,49).

RGB: (117,67,49) (46%, 26%, 19%)

RGB channels and saturation

R 117 of 255 = 46%
G 67 of 255 = 26%
B 49 of 255 = 19%

117
67
49

R + G + B ~ 30%. #754331 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 67 + 49 = 233 (100%)
R 117 of 233 ~ 50.21%
G 67 of 233 ~ 28.76%
B 49 of 233 ~ 21.03'%

%50.21
%28.76
%21.03

CMYK color model

#754331 color CMYK value is (0,43,58,54).

  • cyan value is 0.00%
  • magenta value is 42.74%
  • yellow value is 58.12%
  • key color value is 54.12%

CMYK: (0,43,58,54)
C0M43Y58K54 (0%, 43%, 58%, 54%)
(0.00 / 0.43 / 0.58 / 0.54)

CMYK percentages

%0
%42.74
%58.12
%54.12

Codes

Color #754331 in popluar color models

75 43 31
RGB 117 67 49
HSL 16° 40.96% 32.55%
HSB/HSV 16° 58.12% 45.88%
CMYK 0.00% 42.74% 58.12%
54.12%

Color #754331 in popluar number systems.

HEX 75 43 31
Decimal 117 67 49
Binary 1110101 1000011 110001
Octal 165 103 61

Shades and tints

Shades of #754331

#754331
(117,67,49)
#6B3D2D
(107,61,45)
#613729
(97,55,41)
#573125
(87,49,37)
#4D2B21
(77,43,33)
#43251D
(67,37,29)
#391F19
(57,31,25)
#2F1915
(47,25,21)
#251311
(37,19,17)
#1B0D0D
(27,13,13)
#110709
(17,7,9)
#000000
(0,0,0)

Tints of #754331

#754331
(117,67,49)
#815443
(129,84,67)
#8D6555
(141,101,85)
#997667
(153,118,103)
#A58779
(165,135,121)
#B1988B
(177,152,139)
#BDA99D
(189,169,157)
#C9BAAF
(201,186,175)
#D5CBC1
(213,203,193)
#E1DCD3
(225,220,211)
#EDEDE5
(237,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754331 color. Also use rgb(117,67,49) instead hex code.

Text Font Color

.myTextColor { color: #754331; }

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

This text font color is #754331.

Background Color

.myBgColor { background-color: #754331; }

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

This div background color is #754331.

Border color

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

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

This div border color is #754331.

Opacity

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

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

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

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

This text has shadow with #754331 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #754331.

Preview

Color preview on black background

This text has color #754331 on black background.


Color preview on white background

This text has color #754331 on white background.


Black color preview on #754331 background

This text has black color on #754331 background.


White color preview on #754331 background

This text has white color on #754331 background.


Related colors

Complementary color

Complementary color for #hex is #8ABCCE.


I love getcolorcode.com

Triadic colors

1 #317543 and #433175 with #754331 are triadic colors.

2 #314375 and #437531 with #754331 are triadic colors.