COLOR #2A5835

HEX: #2A5835 RGB: (42,88,53)

Color info

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

RGB color model

#2A5835 color RGB value is (42,88,53).

RGB: (42,88,53) (16%, 35%, 21%)

RGB channels and saturation

R 42 of 255 = 16%
G 88 of 255 = 35%
B 53 of 255 = 21%

42
88
53

R + G + B ~ 24%. #2A5835 is dark color.

Portions of RGB colors in percentages

R + G + B = 42 + 88 + 53 = 183 (100%)
R 42 of 183 ~ 22.95%
G 88 of 183 ~ 48.09%
B 53 of 183 ~ 28.96'%

%22.95
%48.09
%28.96

CMYK color model

#2A5835 color CMYK value is (52,0,40,65).

  • cyan value is 52.27%
  • magenta value is 0.00%
  • yellow value is 39.77%
  • key color value is 65.49%

CMYK: (52,0,40,65)
C52M0Y40K65 (52%, 0%, 40%, 65%)
(0.52 / 0.00 / 0.40 / 0.65)

CMYK percentages

%52.27
%0
%39.77
%65.49

Codes

Color #2A5835 in popluar color models

2A 58 35
RGB 42 88 53
HSL 134° 35.38% 25.49%
HSB/HSV 134° 52.27% 34.51%
CMYK 52.27% 0.00% 39.77%
65.49%

Color #2A5835 in popluar number systems.

HEX 2A 58 35
Decimal 42 88 53
Binary 101010 1011000 110101
Octal 52 130 65

Shades and tints

Shades of #2A5835

#2A5835
(42,88,53)
#275031
(39,80,49)
#24482D
(36,72,45)
#214029
(33,64,41)
#1E3825
(30,56,37)
#1B3021
(27,48,33)
#18281D
(24,40,29)
#152019
(21,32,25)
#121815
(18,24,21)
#0F1011
(15,16,17)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #2A5835

#2A5835
(42,88,53)
#3D6747
(61,103,71)
#507659
(80,118,89)
#63856B
(99,133,107)
#76947D
(118,148,125)
#89A38F
(137,163,143)
#9CB2A1
(156,178,161)
#AFC1B3
(175,193,179)
#C2D0C5
(194,208,197)
#D5DFD7
(213,223,215)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A5835; }

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

This text font color is #2A5835.

Background Color

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

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

This div background color is #2A5835.

Border color

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

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

This div border color is #2A5835.

Opacity

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

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

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

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

This text has shadow with #2A5835 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A5835.

Preview

Color preview on black background

This text has color #2A5835 on black background.


Color preview on white background

This text has color #2A5835 on white background.


Black color preview on #2A5835 background

This text has black color on #2A5835 background.


White color preview on #2A5835 background

This text has white color on #2A5835 background.


Related colors

Complementary color

Complementary color for #hex is #D5A7CA.


I love getcolorcode.com

Triadic colors

1 #352A58 and #58352A with #2A5835 are triadic colors.

2 #35582A and #582A35 with #2A5835 are triadic colors.