COLOR #2A5823

HEX: #2A5823
RGB: (42,88,35)

Color info

#2A5823 contains red, green and blue colors in about the same proportion. Web safe color of #2A5823 is #336633 (or #363).

RGB color model

#2A5823 color RGB value is (42,88,35).

  • red value is 42;
  • green value is 88;
  • blue value is 35.
RGB:
(42,88,35)
(16%,35%,14%)

RGB channels and saturation

R 42 of 255 = 16%
G 88 of 255 = 35%
B 35 of 255 = 14%

42
88
35

R + G + B ~ 22%. #2A5823 is dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 88 + 35 = 165 (100%)
R 42 of 165 ~ 25.45%
G 88 of 165 ~ 53.33%
B 35 of 165 ~ 21.21%

%25.45
%53.33
%21.21

CMYK color model

#2A5823 color CMYK value is (52,0,60,65).

  • cyan value is 52.27%
  • magenta value is 0.00%
  • yellow value is 60.23%
  • key color value is 65.49%
CMYK:
(52,0,60,65)
C52M0Y60K65 
(52%,0%,60%,65%)
(0.52/0.00/0.60/0.65)	

CMYK percentages

%52.27
%0
%60.23
%65.49

Codes

Color #2A5823 in popluar color models

2A5823
RGB428835
HSL112°43.09%24.12%
HSB/HSV112°60.23%34.51%
CMYK52.27%0.00%60.23%
65.49%

Color #2A5823 in popluar number systems.

HEX2A5823
Decimal428835
Binary1010101011000100011
Octal5213043

Shades and tints

Shades of #2A5823

#2A5823
(42,88,35)
#275020
(39,80,32)
#24481D
(36,72,29)
#21401A
(33,64,26)
#1E3817
(30,56,23)
#1B3014
(27,48,20)
#182811
(24,40,17)
#15200E
(21,32,14)
#12180B
(18,24,11)
#0F1008
(15,16,8)
#0C0805
(12,8,5)
#000000
(0,0,0)

Tints of #2A5823

#2A5823
(42,88,35)
#3D6737
(61,103,55)
#50764B
(80,118,75)
#63855F
(99,133,95)
#769473
(118,148,115)
#89A387
(137,163,135)
#9CB29B
(156,178,155)
#AFC1AF
(175,193,175)
#C2D0C3
(194,208,195)
#D5DFD7
(213,223,215)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A5823 color. Also use rgb(42,88,35) instead hex code.

Text Font Color

.myTextColor { color: #2A5823; }

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

This text font color is #2A5823.


Background Color

.myBgColor { background-color: #2A5823; }

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

This div background color is #2A5823.


Border color

.myBorderColor { border: 1px solid #2A5823; }

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

This div border color is #2A5823.


Opacity

.myOpacity80 { color: #2A5823; opacity: 0.8; }

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

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

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

This text has shadow with #2A5823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A5823 on black background.


Color preview on white background

This text has color #2A5823 on white background.



Black color preview on #2A5823 background

This text has black color on #2A5823 background.


White color preview on #2A5823 background

This text has white color on #2A5823 background.