COLOR #334130

HEX: #334130
RGB: (51,65,48)

Color info

#334130 contains red, green and blue colors in about the same proportion. Web safe color of #334130 is #333333 (or #333).

RGB color model

#334130 color RGB value is (51,65,48).

  • red value is 51;
  • green value is 65;
  • blue value is 48.
RGB:
(51,65,48)
(20%,25%,19%)

RGB channels and saturation

R 51 of 255 = 20%
G 65 of 255 = 25%
B 48 of 255 = 19%

51
65
48

R + G + B ~ 21%. #334130 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 65 + 48 = 164 (100%)
R 51 of 164 ~ 31.1%
G 65 of 164 ~ 39.63%
B 48 of 164 ~ 29.27%

%31.1
%39.63
%29.27

CMYK color model

#334130 color CMYK value is (22,0,26,75).

  • cyan value is 21.54%
  • magenta value is 0.00%
  • yellow value is 26.15%
  • key color value is 74.51%
CMYK:
(22,0,26,75)
C22M0Y26K75 
(22%,0%,26%,75%)
(0.22/0.00/0.26/0.75)	

CMYK percentages

%21.54
%0
%26.15
%74.51

Codes

Color #334130 in popluar color models

334130
RGB516548
HSL109°15.04%22.16%
HSB/HSV109°26.15%25.49%
CMYK21.54%0.00%26.15%
74.51%

Color #334130 in popluar number systems.

HEX334130
Decimal516548
Binary1100111000001110000
Octal6310160

Shades and tints

Shades of #334130

#334130
(51,65,48)
#2F3C2C
(47,60,44)
#2B3728
(43,55,40)
#273224
(39,50,36)
#232D20
(35,45,32)
#1F281C
(31,40,28)
#1B2318
(27,35,24)
#171E14
(23,30,20)
#131910
(19,25,16)
#0F140C
(15,20,12)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #334130

#334130
(51,65,48)
#455242
(69,82,66)
#576354
(87,99,84)
#697466
(105,116,102)
#7B8578
(123,133,120)
#8D968A
(141,150,138)
#9FA79C
(159,167,156)
#B1B8AE
(177,184,174)
#C3C9C0
(195,201,192)
#D5DAD2
(213,218,210)
#E7EBE4
(231,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334130 color. Also use rgb(51,65,48) instead hex code.

Text Font Color

.myTextColor { color: #334130; }

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

This text font color is #334130.


Background Color

.myBgColor { background-color: #334130; }

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

This div background color is #334130.


Border color

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

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

This div border color is #334130.


Opacity

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

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

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

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

This text has shadow with #334130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334130 on black background.


Color preview on white background

This text has color #334130 on white background.



Black color preview on #334130 background

This text has black color on #334130 background.


White color preview on #334130 background

This text has white color on #334130 background.