COLOR #434F3C

HEX: #434F3C
RGB: (67,79,60)

Color info

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

RGB color model

#434F3C color RGB value is (67,79,60).

  • red value is 67;
  • green value is 79;
  • blue value is 60.
RGB:
(67,79,60)
(26%,31%,24%)

RGB channels and saturation

R 67 of 255 = 26%
G 79 of 255 = 31%
B 60 of 255 = 24%

67
79
60

R + G + B ~ 27%. #434F3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 79 + 60 = 206 (100%)
R 67 of 206 ~ 32.52%
G 79 of 206 ~ 38.35%
B 60 of 206 ~ 29.13%

%32.52
%38.35
%29.13

CMYK color model

#434F3C color CMYK value is (15,0,24,69).

  • cyan value is 15.19%
  • magenta value is 0.00%
  • yellow value is 24.05%
  • key color value is 69.02%
CMYK:
(15,0,24,69)
C15M0Y24K69 
(15%,0%,24%,69%)
(0.15/0.00/0.24/0.69)	

CMYK percentages

%15.19
%0
%24.05
%69.02

Codes

Color #434F3C in popluar color models

434F3C
RGB677960
HSL98°13.67%27.25%
HSB/HSV98°24.05%30.98%
CMYK15.19%0.00%24.05%
69.02%

Color #434F3C in popluar number systems.

HEX434F3C
Decimal677960
Binary10000111001111111100
Octal10311774

Shades and tints

Shades of #434F3C

#434F3C
(67,79,60)
#3D4837
(61,72,55)
#374132
(55,65,50)
#313A2D
(49,58,45)
#2B3328
(43,51,40)
#252C23
(37,44,35)
#1F251E
(31,37,30)
#191E19
(25,30,25)
#131714
(19,23,20)
#0D100F
(13,16,15)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #434F3C

#434F3C
(67,79,60)
#545F4D
(84,95,77)
#656F5E
(101,111,94)
#767F6F
(118,127,111)
#878F80
(135,143,128)
#989F91
(152,159,145)
#A9AFA2
(169,175,162)
#BABFB3
(186,191,179)
#CBCFC4
(203,207,196)
#DCDFD5
(220,223,213)
#EDEFE6
(237,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434F3C color. Also use rgb(67,79,60) instead hex code.

Text Font Color

.myTextColor { color: #434F3C; }

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

This text font color is #434F3C.


Background Color

.myBgColor { background-color: #434F3C; }

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

This div background color is #434F3C.


Border color

.myBorderColor { border: 1px solid #434F3C; }

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

This div border color is #434F3C.


Opacity

.myOpacity80 { color: #434F3C; opacity: 0.8; }

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

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

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

This text has shadow with #434F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434F3C on black background.


Color preview on white background

This text has color #434F3C on white background.



Black color preview on #434F3C background

This text has black color on #434F3C background.


White color preview on #434F3C background

This text has white color on #434F3C background.