COLOR #75825B

HEX: #75825B RGB: (117,130,91)

Color info

#75825B contains red, green and blue colors in about the same proportion. Web safe color of #75825B is #669966 (or #696).

RGB color model

#75825B color RGB value is (117,130,91).

RGB: (117,130,91) (46%, 51%, 36%)

RGB channels and saturation

R 117 of 255 = 46%
G 130 of 255 = 51%
B 91 of 255 = 36%

117
130
91

R + G + B ~ 44%. #75825B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 130 + 91 = 338 (100%)
R 117 of 338 ~ 34.62%
G 130 of 338 ~ 38.46%
B 91 of 338 ~ 26.92'%

%34.62
%38.46
%26.92

CMYK color model

#75825B color CMYK value is (10,0,30,49).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 49.02%

CMYK: (10,0,30,49)
C10M0Y30K49 (10%, 0%, 30%, 49%)
(0.10 / 0.00 / 0.30 / 0.49)

CMYK percentages

%10
%0
%30
%49.02

Codes

Color #75825B in popluar color models

75 82 5B
RGB 117 130 91
HSL 80° 17.65% 43.33%
HSB/HSV 80° 30.00% 50.98%
CMYK 10.00% 0.00% 30.00%
49.02%

Color #75825B in popluar number systems.

HEX 75 82 5B
Decimal 117 130 91
Binary 1110101 10000010 1011011
Octal 165 202 133

Shades and tints

Shades of #75825B

#75825B
(117,130,91)
#6B7753
(107,119,83)
#616C4B
(97,108,75)
#576143
(87,97,67)
#4D563B
(77,86,59)
#434B33
(67,75,51)
#39402B
(57,64,43)
#2F3523
(47,53,35)
#252A1B
(37,42,27)
#1B1F13
(27,31,19)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #75825B

#75825B
(117,130,91)
#818D69
(129,141,105)
#8D9877
(141,152,119)
#99A385
(153,163,133)
#A5AE93
(165,174,147)
#B1B9A1
(177,185,161)
#BDC4AF
(189,196,175)
#C9CFBD
(201,207,189)
#D5DACB
(213,218,203)
#E1E5D9
(225,229,217)
#EDF0E7
(237,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75825B color. Also use rgb(117,130,91) instead hex code.

Text Font Color

.myTextColor { color: #75825B; }

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

This text font color is #75825B.

Background Color

.myBgColor { background-color: #75825B; }

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

This div background color is #75825B.

Border color

.myBorderColor { border: 1px solid #75825B; }

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

This div border color is #75825B.

Opacity

.myOpacity80 { color: #75825B; opacity: 0.8; }

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

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

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

This text has shadow with #75825B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75825B.

Preview

Color preview on black background

This text has color #75825B on black background.


Color preview on white background

This text has color #75825B on white background.


Black color preview on #75825B background

This text has black color on #75825B background.


White color preview on #75825B background

This text has white color on #75825B background.


Related colors

Complementary color

Complementary color for #hex is #8A7DA4.


I love getcolorcode.com

Triadic colors

1 #5B7582 and #825B75 with #75825B are triadic colors.

2 #5B8275 and #82755B with #75825B are triadic colors.