COLOR #753E33

HEX: #753E33 RGB: (117,62,51)

Color info

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

RGB color model

#753E33 color RGB value is (117,62,51).

RGB: (117,62,51) (46%, 24%, 20%)

RGB channels and saturation

R 117 of 255 = 46%
G 62 of 255 = 24%
B 51 of 255 = 20%

117
62
51

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

Portions of RGB colors in percentages

R + G + B = 117 + 62 + 51 = 230 (100%)
R 117 of 230 ~ 50.87%
G 62 of 230 ~ 26.96%
B 51 of 230 ~ 22.17'%

%50.87
%26.96
%22.17

CMYK color model

#753E33 color CMYK value is (0,47,56,54).

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

CMYK: (0,47,56,54)
C0M47Y56K54 (0%, 47%, 56%, 54%)
(0.00 / 0.47 / 0.56 / 0.54)

CMYK percentages

%0
%47.01
%56.41
%54.12

Codes

Color #753E33 in popluar color models

75 3E 33
RGB 117 62 51
HSL 10° 39.29% 32.94%
HSB/HSV 10° 56.41% 45.88%
CMYK 0.00% 47.01% 56.41%
54.12%

Color #753E33 in popluar number systems.

HEX 75 3E 33
Decimal 117 62 51
Binary 1110101 111110 110011
Octal 165 76 63

Shades and tints

Shades of #753E33

#753E33
(117,62,51)
#6B392F
(107,57,47)
#61342B
(97,52,43)
#572F27
(87,47,39)
#4D2A23
(77,42,35)
#43251F
(67,37,31)
#39201B
(57,32,27)
#2F1B17
(47,27,23)
#251613
(37,22,19)
#1B110F
(27,17,15)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #753E33

#753E33
(117,62,51)
#814F45
(129,79,69)
#8D6057
(141,96,87)
#997169
(153,113,105)
#A5827B
(165,130,123)
#B1938D
(177,147,141)
#BDA49F
(189,164,159)
#C9B5B1
(201,181,177)
#D5C6C3
(213,198,195)
#E1D7D5
(225,215,213)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753E33 color. Also use rgb(117,62,51) instead hex code.

Text Font Color

.myTextColor { color: #753E33; }

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

This text font color is #753E33.

Background Color

.myBgColor { background-color: #753E33; }

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

This div background color is #753E33.

Border color

.myBorderColor { border: 1px solid #753E33; }

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

This div border color is #753E33.

Opacity

.myOpacity80 { color: #753E33; opacity: 0.8; }

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

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

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

This text has shadow with #753E33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #753E33.

Preview

Color preview on black background

This text has color #753E33 on black background.


Color preview on white background

This text has color #753E33 on white background.


Black color preview on #753E33 background

This text has black color on #753E33 background.


White color preview on #753E33 background

This text has white color on #753E33 background.


Related colors

Complementary color

Complementary color for #hex is #8AC1CC.


I love getcolorcode.com

Triadic colors

1 #33753E and #3E3375 with #753E33 are triadic colors.

2 #333E75 and #3E7533 with #753E33 are triadic colors.