COLOR #2D5318

HEX: #2D5318
RGB: (45,83,24)

Color info

#2D5318 contains red, green and blue colors in about the same proportion. Web safe color of #2D5318 is #336600 (or #360).

RGB color model

#2D5318 color RGB value is (45,83,24).

  • red value is 45;
  • green value is 83;
  • blue value is 24.
RGB:
(45,83,24)
(18%,33%,9%)

RGB channels and saturation

R 45 of 255 = 18%
G 83 of 255 = 33%
B 24 of 255 = 9%

45
83
24

R + G + B ~ 20%. #2D5318 is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 83 + 24 = 152 (100%)
R 45 of 152 ~ 29.61%
G 83 of 152 ~ 54.61%
B 24 of 152 ~ 15.79%

%29.61
%54.61
%15.79

CMYK color model

#2D5318 color CMYK value is (46,0,71,67).

  • cyan value is 45.78%
  • magenta value is 0.00%
  • yellow value is 71.08%
  • key color value is 67.45%
CMYK:
(46,0,71,67)
C46M0Y71K67 
(46%,0%,71%,67%)
(0.46/0.00/0.71/0.67)	

CMYK percentages

%45.78
%0
%71.08
%67.45

Codes

Color #2D5318 in popluar color models

2D5318
RGB458324
HSL99°55.14%20.98%
HSB/HSV99°71.08%32.55%
CMYK45.78%0.00%71.08%
67.45%

Color #2D5318 in popluar number systems.

HEX2D5318
Decimal458324
Binary101101101001111000
Octal5512330

Shades and tints

Shades of #2D5318

#2D5318
(45,83,24)
#294C16
(41,76,22)
#254514
(37,69,20)
#213E12
(33,62,18)
#1D3710
(29,55,16)
#19300E
(25,48,14)
#15290C
(21,41,12)
#11220A
(17,34,10)
#0D1B08
(13,27,8)
#091406
(9,20,6)
#050D04
(5,13,4)
#000000
(0,0,0)

Tints of #2D5318

#2D5318
(45,83,24)
#40622D
(64,98,45)
#537142
(83,113,66)
#668057
(102,128,87)
#798F6C
(121,143,108)
#8C9E81
(140,158,129)
#9FAD96
(159,173,150)
#B2BCAB
(178,188,171)
#C5CBC0
(197,203,192)
#D8DAD5
(216,218,213)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D5318 color. Also use rgb(45,83,24) instead hex code.

Text Font Color

.myTextColor { color: #2D5318; }

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

This text font color is #2D5318.


Background Color

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

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

This div background color is #2D5318.


Border color

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

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

This div border color is #2D5318.


Opacity

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

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

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

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

This text has shadow with #2D5318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5318 on black background.


Color preview on white background

This text has color #2D5318 on white background.



Black color preview on #2D5318 background

This text has black color on #2D5318 background.


White color preview on #2D5318 background

This text has white color on #2D5318 background.