COLOR #75583C

HEX: #75583C RGB: (117,88,60)

Color info

#75583C contains red, green and blue colors in about the same proportion. Web safe color of #75583C is #666633 (or #663).

RGB color model

#75583C color RGB value is (117,88,60).

RGB: (117,88,60) (46%, 35%, 24%)

RGB channels and saturation

R 117 of 255 = 46%
G 88 of 255 = 35%
B 60 of 255 = 24%

117
88
60

R + G + B ~ 35%. #75583C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 88 + 60 = 265 (100%)
R 117 of 265 ~ 44.15%
G 88 of 265 ~ 33.21%
B 60 of 265 ~ 22.64'%

%44.15
%33.21
%22.64

CMYK color model

#75583C color CMYK value is (0,25,49,54).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 48.72%
  • key color value is 54.12%

CMYK: (0,25,49,54)
C0M25Y49K54 (0%, 25%, 49%, 54%)
(0.00 / 0.25 / 0.49 / 0.54)

CMYK percentages

%0
%24.79
%48.72
%54.12

Codes

Color #75583C in popluar color models

75 58 3C
RGB 117 88 60
HSL 29° 32.20% 34.71%
HSB/HSV 29° 48.72% 45.88%
CMYK 0.00% 24.79% 48.72%
54.12%

Color #75583C in popluar number systems.

HEX 75 58 3C
Decimal 117 88 60
Binary 1110101 1011000 111100
Octal 165 130 74

Shades and tints

Shades of #75583C

#75583C
(117,88,60)
#6B5037
(107,80,55)
#614832
(97,72,50)
#57402D
(87,64,45)
#4D3828
(77,56,40)
#433023
(67,48,35)
#39281E
(57,40,30)
#2F2019
(47,32,25)
#251814
(37,24,20)
#1B100F
(27,16,15)
#11080A
(17,8,10)
#000000
(0,0,0)

Tints of #75583C

#75583C
(117,88,60)
#81674D
(129,103,77)
#8D765E
(141,118,94)
#99856F
(153,133,111)
#A59480
(165,148,128)
#B1A391
(177,163,145)
#BDB2A2
(189,178,162)
#C9C1B3
(201,193,179)
#D5D0C4
(213,208,196)
#E1DFD5
(225,223,213)
#EDEEE6
(237,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75583C color. Also use rgb(117,88,60) instead hex code.

Text Font Color

.myTextColor { color: #75583C; }

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

This text font color is #75583C.

Background Color

.myBgColor { background-color: #75583C; }

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

This div background color is #75583C.

Border color

.myBorderColor { border: 1px solid #75583C; }

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

This div border color is #75583C.

Opacity

.myOpacity80 { color: #75583C; opacity: 0.8; }

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

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

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

This text has shadow with #75583C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75583C.

Preview

Color preview on black background

This text has color #75583C on black background.


Color preview on white background

This text has color #75583C on white background.


Black color preview on #75583C background

This text has black color on #75583C background.


White color preview on #75583C background

This text has white color on #75583C background.


Related colors

Complementary color

Complementary color for #hex is #8AA7C3.


I love getcolorcode.com

Triadic colors

1 #3C7558 and #583C75 with #75583C are triadic colors.

2 #3C5875 and #58753C with #75583C are triadic colors.