COLOR #75823A

HEX: #75823A RGB: (117,130,58)

Color info

#75823A contains mainly red and green colors. Web safe color of #75823A is #669933 (or #693).

RGB color model

#75823A color RGB value is (117,130,58).

RGB: (117,130,58) (46%, 51%, 23%)

RGB channels and saturation

R 117 of 255 = 46%
G 130 of 255 = 51%
B 58 of 255 = 23%

117
130
58

R + G + B ~ 40%. #75823A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 130 + 58 = 305 (100%)
R 117 of 305 ~ 38.36%
G 130 of 305 ~ 42.62%
B 58 of 305 ~ 19.02'%

%38.36
%42.62
%19.02

CMYK color model

#75823A color CMYK value is (10,0,55,49).

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

CMYK: (10,0,55,49)
C10M0Y55K49 (10%, 0%, 55%, 49%)
(0.10 / 0.00 / 0.55 / 0.49)

CMYK percentages

%10
%0
%55.38
%49.02

Codes

Color #75823A in popluar color models

75 82 3A
RGB 117 130 58
HSL 71° 38.30% 36.86%
HSB/HSV 71° 55.38% 50.98%
CMYK 10.00% 0.00% 55.38%
49.02%

Color #75823A in popluar number systems.

HEX 75 82 3A
Decimal 117 130 58
Binary 1110101 10000010 111010
Octal 165 202 72

Shades and tints

Shades of #75823A

#75823A
(117,130,58)
#6B7735
(107,119,53)
#616C30
(97,108,48)
#57612B
(87,97,43)
#4D5626
(77,86,38)
#434B21
(67,75,33)
#39401C
(57,64,28)
#2F3517
(47,53,23)
#252A12
(37,42,18)
#1B1F0D
(27,31,13)
#111408
(17,20,8)
#000000
(0,0,0)

Tints of #75823A

#75823A
(117,130,58)
#818D4B
(129,141,75)
#8D985C
(141,152,92)
#99A36D
(153,163,109)
#A5AE7E
(165,174,126)
#B1B98F
(177,185,143)
#BDC4A0
(189,196,160)
#C9CFB1
(201,207,177)
#D5DAC2
(213,218,194)
#E1E5D3
(225,229,211)
#EDF0E4
(237,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75823A color. Also use rgb(117,130,58) instead hex code.

Text Font Color

.myTextColor { color: #75823A; }

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

This text font color is #75823A.

Background Color

.myBgColor { background-color: #75823A; }

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

This div background color is #75823A.

Border color

.myBorderColor { border: 1px solid #75823A; }

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

This div border color is #75823A.

Opacity

.myOpacity80 { color: #75823A; opacity: 0.8; }

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

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

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

This text has shadow with #75823A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75823A.

Preview

Color preview on black background

This text has color #75823A on black background.


Color preview on white background

This text has color #75823A on white background.


Black color preview on #75823A background

This text has black color on #75823A background.


White color preview on #75823A background

This text has white color on #75823A background.


Related colors

Complementary color

Complementary color for #hex is #8A7DC5.


I love getcolorcode.com

Triadic colors

1 #3A7582 and #823A75 with #75823A are triadic colors.

2 #3A8275 and #82753A with #75823A are triadic colors.