COLOR #538452

HEX: #538452
RGB: (83,132,82)

Color info

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

RGB color model

#538452 color RGB value is (83,132,82).

  • red value is 83;
  • green value is 132;
  • blue value is 82.
RGB:
(83,132,82)
(33%,52%,32%)

RGB channels and saturation

R 83 of 255 = 33%
G 132 of 255 = 52%
B 82 of 255 = 32%

83
132
82

R + G + B ~ 39%. #538452 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 132 + 82 = 297 (100%)
R 83 of 297 ~ 27.95%
G 132 of 297 ~ 44.44%
B 82 of 297 ~ 27.61%

%27.95
%44.44
%27.61

CMYK color model

#538452 color CMYK value is (37,0,38,48).

  • cyan value is 37.12%
  • magenta value is 0.00%
  • yellow value is 37.88%
  • key color value is 48.24%
CMYK:
(37,0,38,48)
C37M0Y38K48 
(37%,0%,38%,48%)
(0.37/0.00/0.38/0.48)	

CMYK percentages

%37.12
%0
%37.88
%48.24

Codes

Color #538452 in popluar color models

538452
RGB8313282
HSL119°23.36%41.96%
HSB/HSV119°37.88%51.76%
CMYK37.12%0.00%37.88%
48.24%

Color #538452 in popluar number systems.

HEX538452
Decimal8313282
Binary1010011100001001010010
Octal123204122

Shades and tints

Shades of #538452

#538452
(83,132,82)
#4C784B
(76,120,75)
#456C44
(69,108,68)
#3E603D
(62,96,61)
#375436
(55,84,54)
#30482F
(48,72,47)
#293C28
(41,60,40)
#223021
(34,48,33)
#1B241A
(27,36,26)
#141813
(20,24,19)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #538452

#538452
(83,132,82)
#628F61
(98,143,97)
#719A70
(113,154,112)
#80A57F
(128,165,127)
#8FB08E
(143,176,142)
#9EBB9D
(158,187,157)
#ADC6AC
(173,198,172)
#BCD1BB
(188,209,187)
#CBDCCA
(203,220,202)
#DAE7D9
(218,231,217)
#E9F2E8
(233,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538452 color. Also use rgb(83,132,82) instead hex code.

Text Font Color

.myTextColor { color: #538452; }

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

This text font color is #538452.


Background Color

.myBgColor { background-color: #538452; }

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

This div background color is #538452.


Border color

.myBorderColor { border: 1px solid #538452; }

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

This div border color is #538452.


Opacity

.myOpacity80 { color: #538452; opacity: 0.8; }

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

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

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

This text has shadow with #538452 color.

.textShadow {text-shadow: 3px 3px 1px #538452, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #538452;
-webkit-box-shadow: 1px 1px 3px 2px #538452;
box-shadow:1px 1px 3px 2px #538452;">
Div content here</div>
This div box has shadow with color #538452.

Preview

Color preview on black background

This text has color #538452 on black background.


Color preview on white background

This text has color #538452 on white background.



Black color preview on #538452 background

This text has black color on #538452 background.


White color preview on #538452 background

This text has white color on #538452 background.