COLOR #436030

HEX: #436030 RGB: (67,96,48)

Color info

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

RGB color model

#436030 color RGB value is (67,96,48).

RGB: (67,96,48) (26%, 38%, 19%)

RGB channels and saturation

R 67 of 255 = 26%
G 96 of 255 = 38%
B 48 of 255 = 19%

67
96
48

R + G + B ~ 28%. #436030 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 96 + 48 = 211 (100%)
R 67 of 211 ~ 31.75%
G 96 of 211 ~ 45.5%
B 48 of 211 ~ 22.75'%

%31.75
%45.5
%22.75

CMYK color model

#436030 color CMYK value is (30,0,50,62).

  • cyan value is 30.21%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 62.35%

CMYK: (30,0,50,62)
C30M0Y50K62 (30%, 0%, 50%, 62%)
(0.30 / 0.00 / 0.50 / 0.62)

CMYK percentages

%30.21
%0
%50
%62.35

Codes

Color #436030 in popluar color models

43 60 30
RGB 67 96 48
HSL 96° 33.33% 28.24%
HSB/HSV 96° 50.00% 37.65%
CMYK 30.21% 0.00% 50.00%
62.35%

Color #436030 in popluar number systems.

HEX 43 60 30
Decimal 67 96 48
Binary 1000011 1100000 110000
Octal 103 140 60

Shades and tints

Shades of #436030

#436030
(67,96,48)
#3D582C
(61,88,44)
#375028
(55,80,40)
#314824
(49,72,36)
#2B4020
(43,64,32)
#25381C
(37,56,28)
#1F3018
(31,48,24)
#192814
(25,40,20)
#132010
(19,32,16)
#0D180C
(13,24,12)
#071008
(7,16,8)
#000000
(0,0,0)

Tints of #436030

#436030
(67,96,48)
#546E42
(84,110,66)
#657C54
(101,124,84)
#768A66
(118,138,102)
#879878
(135,152,120)
#98A68A
(152,166,138)
#A9B49C
(169,180,156)
#BAC2AE
(186,194,174)
#CBD0C0
(203,208,192)
#DCDED2
(220,222,210)
#EDECE4
(237,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #436030 color. Also use rgb(67,96,48) instead hex code.

Text Font Color

.myTextColor { color: #436030; }

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

This text font color is #436030.

Background Color

.myBgColor { background-color: #436030; }

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

This div background color is #436030.

Border color

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

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

This div border color is #436030.

Opacity

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

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

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

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

This text has shadow with #436030 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #436030.

Preview

Color preview on black background

This text has color #436030 on black background.


Color preview on white background

This text has color #436030 on white background.


Black color preview on #436030 background

This text has black color on #436030 background.


White color preview on #436030 background

This text has white color on #436030 background.


Related colors

Complementary color

Complementary color for #hex is #BC9FCF.


I love getcolorcode.com

Triadic colors

1 #304360 and #603043 with #436030 are triadic colors.

2 #306043 and #604330 with #436030 are triadic colors.