COLOR #755A23

HEX: #755A23 RGB: (117,90,35)

Color info

#755A23 contains mainly red and green colors. Web safe color of #755A23 is #666633 (or #663).

RGB color model

#755A23 color RGB value is (117,90,35).

RGB: (117,90,35) (46%, 35%, 14%)

RGB channels and saturation

R 117 of 255 = 46%
G 90 of 255 = 35%
B 35 of 255 = 14%

117
90
35

R + G + B ~ 32%. #755A23 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 90 + 35 = 242 (100%)
R 117 of 242 ~ 48.35%
G 90 of 242 ~ 37.19%
B 35 of 242 ~ 14.46'%

%48.35
%37.19
%14.46

CMYK color model

#755A23 color CMYK value is (0,23,70,54).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 70.09%
  • key color value is 54.12%

CMYK: (0,23,70,54)
C0M23Y70K54 (0%, 23%, 70%, 54%)
(0.00 / 0.23 / 0.70 / 0.54)

CMYK percentages

%0
%23.08
%70.09
%54.12

Codes

Color #755A23 in popluar color models

75 5A 23
RGB 117 90 35
HSL 40° 53.95% 29.80%
HSB/HSV 40° 70.09% 45.88%
CMYK 0.00% 23.08% 70.09%
54.12%

Color #755A23 in popluar number systems.

HEX 75 5A 23
Decimal 117 90 35
Binary 1110101 1011010 100011
Octal 165 132 43

Shades and tints

Shades of #755A23

#755A23
(117,90,35)
#6B5220
(107,82,32)
#614A1D
(97,74,29)
#57421A
(87,66,26)
#4D3A17
(77,58,23)
#433214
(67,50,20)
#392A11
(57,42,17)
#2F220E
(47,34,14)
#251A0B
(37,26,11)
#1B1208
(27,18,8)
#110A05
(17,10,5)
#000000
(0,0,0)

Tints of #755A23

#755A23
(117,90,35)
#816937
(129,105,55)
#8D784B
(141,120,75)
#99875F
(153,135,95)
#A59673
(165,150,115)
#B1A587
(177,165,135)
#BDB49B
(189,180,155)
#C9C3AF
(201,195,175)
#D5D2C3
(213,210,195)
#E1E1D7
(225,225,215)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755A23 color. Also use rgb(117,90,35) instead hex code.

Text Font Color

.myTextColor { color: #755A23; }

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

This text font color is #755A23.

Background Color

.myBgColor { background-color: #755A23; }

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

This div background color is #755A23.

Border color

.myBorderColor { border: 1px solid #755A23; }

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

This div border color is #755A23.

Opacity

.myOpacity80 { color: #755A23; opacity: 0.8; }

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

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

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

This text has shadow with #755A23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755A23.

Preview

Color preview on black background

This text has color #755A23 on black background.


Color preview on white background

This text has color #755A23 on white background.


Black color preview on #755A23 background

This text has black color on #755A23 background.


White color preview on #755A23 background

This text has white color on #755A23 background.


Related colors

Complementary color

Complementary color for #hex is #8AA5DC.


I love getcolorcode.com

Triadic colors

1 #23755A and #5A2375 with #755A23 are triadic colors.

2 #235A75 and #5A7523 with #755A23 are triadic colors.